Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / vorg-glyph-zero-crash.html
blob952e37ae6decd8db7211646b00b99ebba208861f
1 <!DOCTYPE html>
2 <style>
3 .test {
4 -webkit-writing-mode:vertical-rl;
5 font-family:'Hiragino Kaku Gothic ProN';
7 </style>
8 <p>Make sure assertion does not fail for glpyh ID 0 of a font that has a "VORG" table in vertical flow.
9 <div class="test">&#xFFFF;</div>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 document.body.offsetTop;
14 </script>