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