blob: 78728e1a6f7c9f29db924b989c53b965cbce4ad1 [file] [log] [blame]
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<style>
html {-webkit-writing-mode: vertical-rl}
</style>
</head>
<body>
<div style="overflow: hidden; width: 300px; height: 300px;">
<div id="last">If the test is successful, this text is on the right of the window upon navigation to this page.</div>
<script>
for (var i = 0; i < 100; ++i)
document.writeln("<br>");
</script>
</div>
</body>
</html>