layout/reftests/meta-viewport/overflow-region.html
author Sandor Molnar <smolnar@mozilla.com>
Fri, 11 Jul 2025 19:57:29 +0300 (9 hours ago)
changeset 796221 8ba6984a5604ac7dcf50325b1a0ebadf9e305d22
parent 453894 91624c065046140dd88b670829892f3c4e41dc2d
permissions -rw-r--r--
Revert "Bug 1972411 - give gnome-shell and pipewire more time to start, and retry the task if we time out. r=jmaher" for causing linux perma failures This reverts commit 2b905fe7199c9210434f7c7f8326b57025c91c55. Revert "Bug 1972411 - make /builds/worker/fetches a volume in the test docker image. r=releng-reviewers,Eijebong" This reverts commit 9d15aecaf6a08b98d3c47f2d0e644e35341b2520.
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, minimum-scale=0.5">
<style>
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
}
div {
  position: absolute;
}
</style>
<div style="background: red; width: 300%; height: 300%;"></div>
<div style="background: green; width: 200%; height: 200%;"></div>
<div style="background: blue; width: 100%; height: 100%"></div>