blob: abb4da0bfd98f681a8c037189e693c00a49cbfb0 [file]
<style>
html {
height: 0px;
align-content: unsafe end;
}
body {
float: left;
}
</style>PASS if no crash or assert.<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
document.designMode = "on";
document.execCommand("backColor",false,"rgb(85,116,0)");
document.body.style.position = "fixed";
</script>