| <!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> |