Bug 1633114 [wpt PR 23250] - Update wpt metadata, a=testonly

wpt-pr: 23250
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2020-04-28 11:11:07 +00:00
parent e56db83822
commit 1879213419
4 changed files with 15 additions and 14 deletions

View file

@ -3,12 +3,17 @@
if webrender and fission and debug and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1499123
[Sanity-check: Contents do not load immediately (no eager-loading) when the lazyload attribute is 'on' and frame is in viewport.]
expected:
if fission and (os == "win"): ["FAIL", "PASS"]
if fission and (os == "linux"): ["PASS", "FAIL"]
if fission and (os == "win"): [FAIL, PASS]
if fission and (os == "linux"): [PASS, FAIL]
FAIL
[When 'lazyload' feature is disabled, a frame cannot avoid lazyloading by setting 'lazyload' attribute to 'off']
expected:
if fission and (os == "win"): ["PASS", "FAIL"]
if fission and (os == "linux"): ["FAIL", "PASS"]
if fission and (os == "win"): [PASS, FAIL]
if fission and (os == "linux"): [FAIL, PASS]
[Sanity-check: Contents do not load immediately (no eager-loading) when the loading attribute is 'lazy' and frame is in viewport.]
expected:
if fission: ["FAIL", "PASS"]
FAIL

View file

@ -1,12 +1,12 @@
[lazyload-enabled-tentative.sub.html]
[Sanity-check: Contents do not load immediately (no eager-loading) when the loading attribute is 'lazy' and frame is in viewport.]
expected:
if fission and (os == "linux"): ["PASS", "FAIL"]
if fission and (os == "win"): ["FAIL", "PASS"]
if fission and (os == "linux"): [PASS, FAIL]
if fission and (os == "win"): [FAIL, PASS]
FAIL
[When 'lazyload' feature is enabled, a frame can avoid lazyloading by setting 'loading' attribute to 'eager']
expected:
if fission and (os == "linux") and not debug: ["FAIL", "PASS"]
if fission and (os == "win"): ["PASS", "FAIL"]
if fission and (os == "linux") and not debug: [FAIL, PASS]
if fission and (os == "win"): [PASS, FAIL]

View file

@ -1,4 +0,0 @@
[lazyload-image-attribute-on-sanity-check-tentative.sub.html]
[Verify 'lazyload' attribute state 'on' works as expected: image loads only when in viewport.]
expected: FAIL

View file

@ -1,7 +1,7 @@
[loading-frame-default-eager-disabled-tentative.sub.html]
[When 'loading-frame-default-eager' feature is disabled, a frame with 'loading attribute 'auto' will be lazily loaded.]
expected:
if fission and debug: ["PASS", "FAIL"]
if fission and not debug: ["PASS", "FAIL"]
if fission and debug: [PASS, FAIL]
if fission and not debug: [FAIL, PASS]
FAIL