forked from mirrors/gecko-dev
Bug 1633114 [wpt PR 23250] - Update wpt metadata, a=testonly
wpt-pr: 23250 wpt-type: metadata
This commit is contained in:
parent
e56db83822
commit
1879213419
4 changed files with 15 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue