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