blob: 952e37ae6decd8db7211646b00b99ebba208861f [file] [log] [blame]
<!DOCTYPE html>
<style>
.test {
-webkit-writing-mode:vertical-rl;
font-family:'Hiragino Kaku Gothic ProN';
}
</style>
<p>Make sure assertion does not fail for glpyh ID 0 of a font that has a "VORG" table in vertical flow.
<div class="test">&#xFFFF;</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetTop;
</script>