author | moz-wptsync-bot <wptsync@mozilla.com> |
Tue, 28 Apr 2020 11:11:07 +0000 | |
changeset 527703 | d5413d356b1e4aa1c8af46d79bd177eee92867ee |
parent 527702 | d6496be5a74c43f09938d8cc5c6e6f7e273f813b |
child 527704 | 96e29bd424388bf7ef5e8213c0c656bc6401430a |
push id | 37368 |
push user | btara@mozilla.com |
push date | Fri, 01 May 2020 21:45:51 +0000 |
treeherder | mozilla-central@0f9c5a59e45d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1633114, 23250 |
milestone | 77.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/meta/feature-policy/experimental-features/lazyload/lazyload-disabled-tentative.sub.html.ini +++ b/testing/web-platform/meta/feature-policy/experimental-features/lazyload/lazyload-disabled-tentative.sub.html.ini @@ -1,14 +1,19 @@ [lazyload-disabled-tentative.sub.html] disabled: 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 +
--- a/testing/web-platform/meta/feature-policy/experimental-features/lazyload/lazyload-enabled-tentative.sub.html.ini +++ b/testing/web-platform/meta/feature-policy/experimental-features/lazyload/lazyload-enabled-tentative.sub.html.ini @@ -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]
deleted file mode 100644 --- a/testing/web-platform/meta/feature-policy/experimental-features/lazyload/lazyload-image-attribute-on-sanity-check-tentative.sub.html.ini +++ /dev/null @@ -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 -
--- a/testing/web-platform/meta/feature-policy/experimental-features/lazyload/loading-frame-default-eager-disabled-tentative.sub.html.ini +++ b/testing/web-platform/meta/feature-policy/experimental-features/lazyload/loading-frame-default-eager-disabled-tentative.sub.html.ini @@ -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