blob: cb89266c505efecb7a7f61ab03392563e3ec1201 [file] [log] [blame]
<!DOCTYPE html>
This tests having an inline element with -webkit-isolate immediately following BR.
WebKit should not hit an assertion.
<br><span style="unicode-bidi:-webkit-isolate;"></span>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>