blob: d3d7b9bcdabb1e4f607d16befd0d9d9f30ad981f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#fixed { -webkit-flow-into: flow; width: 50px; height: 50px; top: 100px; left: 100px; background-color: red; position: fixed; }
</style>
</head>
<body>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=111176">[CSS Regions] position: fixed is computed relative to the first region, not the viewport</a>.</p>
<p>
Test that a fixed element inside a named flow that does not have attached regions is not displayed.
On success, you should not see red below.
</p>
<div id="fixed"></div>
</body>
</html>