Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / absolute-in-inline-rtl-4.html
blob64411dd28b78e75a96ade0df91e3711a5a5945cc
1 <html dir="rtl">
2 <body>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText()
6 </script>
7 <button style="position: relative" type="submit">
8 <span style="position: absolute">This test checks that an absolute element
9 inside inlined element should not cause crash. If this file opens
10 successfully that means the test passed.</span>
11 </button>
12 </body>
13 </html>