blob: b2a8ec3cf47e137805ca152e919e31849189d4ef [file] [log] [blame]
Verify that CSS variables are resolved properly for DOM inheritance
compute "var(--color)" for element.style: blue
compute "var(--color)" for span: blue
compute "var(--color)" for div: red
compute "var(--color)" for body: red