blob: 43f1549f9a85e45060b7238a095520c04459f4cd [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText()
function runTest()
{
document.body.style.borderImage = 'none'
document.body.style.cssText
}
</script>
</head>
<body onload="runTest()">
This test passes if it does not crash.
</body>