haikuwebkit/LayoutTests/fast/css/parse-border-image-repeat-n...

9 lines
280 B
HTML

<html>
<div id="foo" style="border-image: url(images/shadow-border.png) stretch 10;">This test should not crash</div>
<script>
console.log(document.getElementById("foo").style.cssText);
if (window.testRunner)
testRunner.dumpAsText();
</script>
</html>