Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / line-layout / inline-box-wrapper-crash.html
blob62388f7e324c3b9141445e6dea66e4c9e5d30aa2
1 <html>
2 <style>
3 body { direction: rtl; padding-left: 100%; }
4 </style>
5 <body>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
10 function runTest() {
11 document.body.innerHTML = "PASS";
14 window.onload = runTest;
15 </script>
16 0<image>
17 <span>
18 A<div></div>
19 </span>
20 </html>