haikuwebkit/LayoutTests/svg/css/case-sensitive-attrname-sel...

8 lines
314 B
Plaintext

PASS window.getComputedStyle(document.getElementById("div1")).color is "rgb(0, 128, 0)"
PASS window.getComputedStyle(document.getElementById("path1")).color is "rgb(0, 128, 0)"
PASS window.getComputedStyle(document.getElementById("path2")).color is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE