summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/interactive-elements/the-dialog-element/fixed-position-child-with-fixed-position-cb-ref.html
blob: d973c0876de05535aa8196b3239fadd007d18ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<title>Test that a fixed positioned child of a dialog is aligned to the viewport</title>
<head>
<link rel="stylesheet" href="resources/dialog.css">
</head>
<style>
</style>
<body>
<div class="pseudodialog" style="position: fixed">
Dialog should be centered.
</div>
<div style="position: fixed; top: 0px; left: 0px">This fixed positioned element is aligned to viewport top-left.</div>
</div>
</body>
</html>