bc5dba9c83b3b3f56ee37b5837a0028ca199d2e7
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / inline-children-root-linebox-crash.html
1 <!DOCTYPE html>
2 <html>
3 WebKit Bug 85804 - Crash in RenderInline::linesVisualOverflowBoundingBox.<br />
4 Test passes if it does not crash.
5 <div style='-webkit-writing-mode: vertical-rl;'>
6 <div style='transform: translatey(1px) translatez(1px) rotatex(1deg);'></div>
7 <textarea></textarea>
8 <span style='-webkit-opacity: 0.0;'/>
9 <input autofocus>
10 </div>
11 <body dir=rtl>
12 </body>
13 <script>
14 if (window.testRunner)
15     testRunner.dumpAsText();
16 </script>
17 </html>