blob: c51822934a611b3061b52b8c45de52fb0f495a06 [file]
<style>
details {
text-transform: capitalize;
}
div {
width: 0px;
}
img {
float: right;
width: 100px;
height: 100px;
}
</style><div><details open="true"><img id=img>
PASS if no crash</details></div><script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
img.style.borderWidth = "1px";
document.body.offsetHeight;
img.style.borderWidth = "2px";
</script>