summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fullscreen/rendering/backdrop-object-ref.html
blob: 6c7071a727dd27d182ae017e9f6dbc0834361ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<style>
body {
    background: blue;
    margin: 0;
}
div {
    position: fixed;
    width: 100px;
    height: 100px;
    background: green;
}
</style>
<div></div>