blob: fc1dac185edbcd6e0cbc92ff1a0a85910212bdb5 [file] [log] [blame]
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var stopElement = document.createElementNS("http://www.w3.org/2000/svg", "stop");
stopElement.style.stopColor = "blue";
var colorString = "rgb(00000000000000000000";
stopElement.style.setProperty("stop-color", colorString);
document.body.innerHTML = stopElement.style.stopColor == "blue" ? "PASS" : "FAIL";
</script>
</body>
</html>