blob: 79d8be8f32280da6e63aee6fe8361d73f6675065 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
This tests that a positioned object as the only child of an isolated inline doesn't crash. See https://bugs.webkit.org/show_bug.cgi?id=77786 for details.
<span style="unicode-bidi:-webkit-isolate;"><div style="position:absolute;"></div></span>
</body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</html>