blob: c73de0ce9d7a050eb5ff1a60c7700fa47f4e4634 [file] [log] [blame]
<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>