summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/embedded-content/resources/tall.html
blob: 3de84d0b3f73b92228c57f3ad0590205c360427b (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<body style="background: blue">
  <div style="position: fixed; left: 0; top: 0; width: 100%; height: 100px; background: yellow"></div>
  <div style="position: fixed; left: 0; bottom: 0; width: 100%; height: 100px; background: green"></div>
  <div style="height: 2000px"></div>
</body>