blob: ce8d132efc944667866e5616b4771d0703bbb482 [file] [log] [blame] [edit]
<script>
function test() {
if (window.testRunner)
testRunner.dumpAsText();
const div = document.createElement("div");
const elementStyle = div.style;
elementStyle.border = "menu";
cssText = elementStyle.cssText;
}
</script>
<body onload="test()">
<p>PASS if no crash</p>