Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / float-as-only-child-of-isolate-crash.html
blobc87cc30e00be98659bc9d6f9e16b229193385395
1 <!DOCTYPE html>
2 <html>
3 <body>
4 This tests that we avoid trying to lay out floats inside an inline with unicode-bidi: isolate. Test passes if we don't crash.
5 <bdi><div style='float: left; '></div></bdi>
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 </script>
10 </body>