blob: 280b34e24c62340e031d34d002b2ab16abfd1288 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
#absoluteVertRL { -webkit-writing-mode: vertical-rl; -webkit-flow-into: article; position: absolute; }
</style>
</head>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=90792">WebKit Bug 90792</a> Assert failure when layout positioned objects in regions.</p>
<p>This test collects an absolutely positioned element with a writing mode different than the document writing mode into a flow thread without any regions attached.</p>
<p>The test passes if it does not crash or assert.</p>
<div id="absoluteVertRL"></div>
<p>PASS</p>
<script>
if (window.testRunner)
window.testRunner.dumpAsText();
</script>
</html>