blob: c87cc30e00be98659bc9d6f9e16b229193385395 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
This tests that we avoid trying to lay out floats inside an inline with unicode-bidi: isolate. Test passes if we don't crash.
<bdi><div style='float: left; '></div></bdi>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>