Bug 1867484 [wpt PR 43446] - Increase lazy load scroll margin tests spacer size, a=testonly

Automatic update from web-platform-tests
Increase lazy load scroll margin tests spacer size

This should avoid false positives where the edge could be considered inclusive.

R=pdr

Bug: 1391989
Change-Id: I20a0f04bc20029a6622bd5e74e8711c27f79284f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5075126
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Traian Captan <tcaptan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1231762}

--

wpt-commits: e772a772f052a0ec758ad16c71a0603c3f096a33
wpt-pr: 43446
This commit is contained in:
Traian Captan 2023-12-02 10:03:50 +00:00 committed by moz-wptsync-bot
parent e9f4adcf6d
commit a2416adca3
9 changed files with 22 additions and 22 deletions

View File

@ -12,7 +12,7 @@
}
#spacer {
width: 100px;
width: 130px;
height: 10000vh;
}

View File

@ -14,7 +14,7 @@
#spacer {
width: 10000vw;
height: 100px;
height: 130px;
flex-shrink: 0;
}

View File

@ -13,8 +13,8 @@
}
#spacer {
width: 100px;
height: 100px;
width: 130px;
height: 130px;
flex-shrink: 0;
}

View File

@ -18,8 +18,8 @@
}
#spacer {
width: 100px;
height: 100px;
width: 130px;
height: 130px;
}
#target {

View File

@ -24,8 +24,8 @@
}
#spacer {
width: 100px;
height: 100px;
width: 130px;
height: 130px;
}
#target {

View File

@ -17,9 +17,9 @@
overflow: scroll;
}
#spacer {
width: 100px;
height: 100px;
.spacer {
width: 130px;
height: 130px;
}
#target {
@ -29,9 +29,9 @@
</style>
<div id=scroller2>
<div id="spacer"></div>
<div class="spacer"></div>
<div id="scroller">
<div id="spacer"></div>
<div class="spacer"></div>
<img
id="target"
src="resources/green.png"

View File

@ -18,9 +18,9 @@
overflow: scroll;
}
#spacer {
width: 100px;
height: 100px;
.spacer {
width: 130px;
height: 130px;
flex-shrink: 0;
}
@ -32,9 +32,9 @@
</style>
<div id=scroller2>
<div id="spacer"></div>
<div class="spacer"></div>
<div id="scroller">
<div id="spacer"></div>
<div class="spacer"></div>
<img
id="target"
src="resources/green.png"

View File

@ -18,8 +18,8 @@
}
#spacer {
width: 100px;
height: 100px;
width: 130px;
height: 130px;
}
#target {

View File

@ -12,8 +12,8 @@
}
#spacer {
width: 100px;
height: 100px;
width: 130px;
height: 130px;
}
#target {