| <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> |