mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
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:
parent
e9f4adcf6d
commit
a2416adca3
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
#spacer {
|
||||
width: 100px;
|
||||
width: 130px;
|
||||
height: 10000vh;
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
#spacer {
|
||||
width: 10000vw;
|
||||
height: 100px;
|
||||
height: 130px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
@ -13,8 +13,8 @@
|
||||
}
|
||||
|
||||
#spacer {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 130px;
|
||||
height: 130px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
}
|
||||
|
||||
#spacer {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 130px;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
#target {
|
||||
|
@ -24,8 +24,8 @@
|
||||
}
|
||||
|
||||
#spacer {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 130px;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
#target {
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -18,8 +18,8 @@
|
||||
}
|
||||
|
||||
#spacer {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 130px;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
#target {
|
||||
|
@ -12,8 +12,8 @@
|
||||
}
|
||||
|
||||
#spacer {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 130px;
|
||||
height: 130px;
|
||||
}
|
||||
|
||||
#target {
|
||||
|
Loading…
Reference in New Issue
Block a user