blob: 90d2a70432d68d7b8493d17a0ecaac3718372fbf [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
window.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>