Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / meta-viewport / position-fixed-out-of-view.html
blob02d889d0c827e8d395a3db6deb0e9d68486b57f3
1 <!DOCTYPE html>
2 <meta name="viewport" content="width=device-width, initial-scale=1">
3 <style>
4 html,body {
5 margin: 0;
6 width: 100%;
7 height: 100%;
8 scrollbar-width: none;
10 </style>
11 <!--
12 this green box should be attached at the right edge of the layout viewport so
13 it should not be visible in the initial viewport position(0,0).
14 -->
15 <div style="position:fixed; top:0; right: 0; width:100px; height: 100px; background-color: green"></div>
16 <div style="width: 200%; height: 200%;"></div>