haikuwebkit/LayoutTests/fast/borders/border-image-slice-omission...

18 lines
272 B
HTML

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