diff --git a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini index a9e46713244..76b398963ae 100644 --- a/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini +++ b/tests/wpt/metadata/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -7,7 +7,7 @@ expected: FAIL [Opening a blob URL in a new window immediately before revoking it works.] - expected: TIMEOUT + expected: FAIL [Opening a blob URL in a noopener about:blank window immediately before revoking it works.] expected: FAIL diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 6b57417e226..1e7fbf4dab8 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -326089,6 +326089,12 @@ {} ] ], + "css/css-overflow/scroll-overflow-padding-block-001.html": [ + [ + "css/css-overflow/scroll-overflow-padding-block-001.html", + {} + ] + ], "css/css-overscroll-behavior/inheritance.html": [ [ "css/css-overscroll-behavior/inheritance.html", @@ -586672,6 +586678,10 @@ "8f5b1ef53eb72dd82f1211744a21c34dede17b46", "support" ], + "css/css-overflow/scroll-overflow-padding-block-001.html": [ + "13df853ab3462dff7db84d6558d4b941bf83995d", + "testharness" + ], "css/css-overflow/shrink-to-fit-auto-overflow-relayout-crash.html": [ "c0f0214ee186a0b13787f6f86bd199e7d6df7ac0", "crashtest" @@ -668549,11 +668559,11 @@ "testharness" ], "loading/lazyload/invisible-image.tentative.html": [ - "b70889b08191e851bb5a2ff4ab8c895df9648433", + "b8b945ee01e9c36b665b8358264f4e872204a7f0", "testharness" ], "loading/lazyload/invisible-lazy-image.tentative.html": [ - "3a8e259187663726b05bac34089d7cbf4368aa6a", + "805d614e401670a5d73199a6771a028a7e41d7d6", "testharness" ], "loading/lazyload/original-base-url-applied-tentative.html": [ diff --git a/tests/wpt/metadata/css/css-transitions/no-transition-from-ua-to-blocking-stylesheet.html.ini b/tests/wpt/metadata/css/css-transitions/no-transition-from-ua-to-blocking-stylesheet.html.ini index 70a00a101f6..e35a452a186 100644 --- a/tests/wpt/metadata/css/css-transitions/no-transition-from-ua-to-blocking-stylesheet.html.ini +++ b/tests/wpt/metadata/css/css-transitions/no-transition-from-ua-to-blocking-stylesheet.html.ini @@ -1,2 +1,2 @@ [no-transition-from-ua-to-blocking-stylesheet.html] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/metadata/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini b/tests/wpt/metadata/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini index c884dc82eab..628b1fab770 100644 --- a/tests/wpt/metadata/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini +++ b/tests/wpt/metadata/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini @@ -2,6 +2,3 @@ [listeners are called when
- - - - - +@@ -29,7 +29,7 @@ Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed. const visibility_hidden_element = document.getElementById("visibility_hidden"); const display_none_element = document.getElementById("display_none"); const attribute_hidden_element = document.getElementById("attribute_hidden"); - const js_hidden_element = document.getElementById("js_hidden"); + const js_display_none_element = document.getElementById("js_display_none"); let has_window_loaded = false; @@ -51,7 +51,7 @@ Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed. Promise.all([image_fully_loaded_promise(visibility_hidden_element), image_fully_loaded_promise(display_none_element), image_fully_loaded_promise(attribute_hidden_element), - image_fully_loaded_promise(js_hidden_element)]).then(() => { + image_fully_loaded_promise(js_display_none_element)]).then(() => { t.done(); }); }, "Test that below-viewport invisible images that are not marked " + diff --git a/tests/wpt/web-platform-tests/loading/lazyload/invisible-lazy-image.tentative.html b/tests/wpt/web-platform-tests/loading/lazyload/invisible-lazy-image.tentative.html index 3a8e2591876..805d614e401 100644 --- a/tests/wpt/web-platform-tests/loading/lazyload/invisible-lazy-image.tentative.html +++ b/tests/wpt/web-platform-tests/loading/lazyload/invisible-lazy-image.tentative.html @@ -1,20 +1,26 @@
-
+
+
@@ -23,41 +29,39 @@ Marked as tentative until https://github.com/whatwg/html/pull/3752 is landed. --> diff --git a/tests/wpt/webgl/meta/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini b/tests/wpt/webgl/meta/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini deleted file mode 100644 index a62aadf2b61..00000000000 --- a/tests/wpt/webgl/meta/conformance/glsl/bugs/long-expressions-should-not-crash.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[long-expressions-should-not-crash.html] - expected: TIMEOUT