blob: f0ea9c75b0469c5d3b7d8ecaf032bf9969a0cb68 [file] [log] [blame]
<style>
html {
float: right;
content: url();
}
</style>
<!-- Pass if no crash or assert. -->
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
document.body.offsetTop;
document.styleSheets[0].insertRule(`html { overflow-y: -webkit-paged-x; }`);
};
</script>