Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / rtl-nth-child-first-letter-crash.html
blob84fc11f0017fddb11e96138b539da90182a8ed9c
2 <style>
3 *:nth-child(2):first-letter {float: left;direction: rtl;
4 </style>
5 <p>NULL pointer crash in TextIterator::handleTextBox() when using RTL text.
6 If there is no crash, then the test passes.</p>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 <p>If you can see this, then the test passes.</p>