diff --git a/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini b/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini index 76b44d9e9cf..3605e8f3fc9 100644 --- a/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini +++ b/tests/wpt/metadata-layout-2020/FileAPI/url/url-in-tags-revoke.window.js.ini @@ -4,7 +4,7 @@ expected: TIMEOUT [Opening a blob URL in a new window immediately before revoking it works.] - expected: FAIL + expected: TIMEOUT [Fetching a blob URL immediately before revoking it works in an iframe.] expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.js.ini b/tests/wpt/metadata-layout-2020/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.js.ini index 0d1aec4f066..51400f93eac 100644 --- a/tests/wpt/metadata-layout-2020/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.js.ini +++ b/tests/wpt/metadata-layout-2020/WebIDL/ecmascript-binding/class-string-iterator-prototype-object.any.js.ini @@ -14,6 +14,9 @@ [Object.prototype.toString applied after nulling the prototype] expected: FAIL + [Object.prototype.toString applied to a null-prototype instance] + expected: FAIL + [class-string-iterator-prototype-object.any.worker.html] [Object.prototype.toString] @@ -31,3 +34,6 @@ [Object.prototype.toString applied after nulling the prototype] expected: FAIL + [Object.prototype.toString applied to a null-prototype instance] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini similarity index 67% rename from tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini rename to tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini index 4bfb0c2053a..f29da48a2a0 100644 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-004.html.ini +++ b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-003.html.ini @@ -1,4 +1,4 @@ -[hit-test-floats-004.html] +[hit-test-floats-003.html] [Miss float below something else] expected: FAIL diff --git a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini b/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini deleted file mode 100644 index baa9f1a7541..00000000000 --- a/tests/wpt/metadata-layout-2020/css/CSS2/floats/hit-test-floats-005.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[hit-test-floats-005.html] - [Miss clipped float] - expected: FAIL - diff --git a/tests/wpt/metadata-layout-2020/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini b/tests/wpt/metadata-layout-2020/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini index 5496474410b..a647125277a 100644 --- a/tests/wpt/metadata-layout-2020/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini +++ b/tests/wpt/metadata-layout-2020/css/compositing/mix-blend-mode/mix-blend-mode-animation.html.ini @@ -1,2 +1,2 @@ [mix-blend-mode-animation.html] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini index e89dadce620..4531d44c22d 100644 --- a/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini +++ b/tests/wpt/metadata-layout-2020/css/css-text-decor/text-decoration-thickness-valid.html.ini @@ -23,3 +23,15 @@ [e.style['text-decoration-thickness'\] = "-10px" should set the property value] expected: FAIL + [e.style['text-decoration-thickness'\] = "calc(100% - 40em)" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "10%" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "-27%" should set the property value] + expected: FAIL + + [e.style['text-decoration-thickness'\] = "calc(40% - 20px)" should set the property value] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini b/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini index 4a1e8110f6f..f8e7e539aae 100644 --- a/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini +++ b/tests/wpt/metadata-layout-2020/css/css-transforms/transform-scale-hittest.html.ini @@ -2,3 +2,6 @@ [Hit test intersecting scaled box] expected: FAIL + [Hit test within unscaled box] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-transitions/Document-getAnimations.tentative.html.ini b/tests/wpt/metadata-layout-2020/css/css-transitions/Document-getAnimations.tentative.html.ini new file mode 100644 index 00000000000..d94c5e25011 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-transitions/Document-getAnimations.tentative.html.ini @@ -0,0 +1,22 @@ +[Document-getAnimations.tentative.html] + [CSS Transitions targetting (pseudo-)elements should have correct order after sorting] + expected: FAIL + + [getAnimations for CSS Transitions] + expected: FAIL + + [Transitions are not returned after they have finished] + expected: FAIL + + [CSS Transitions targetting (pseudo-)elements should have correct order after sorting (::marker)] + expected: FAIL + + [getAnimations for non-animated content] + expected: FAIL + + [getAnimations for CSS Transitions sort by property name] + expected: FAIL + + [getAnimations for CSS Transitions sort by transition generation] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-variables/css-variable-change-style-001.html.ini b/tests/wpt/metadata-layout-2020/css/css-variables/css-variable-change-style-001.html.ini new file mode 100644 index 00000000000..443089ea5e2 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-variables/css-variable-change-style-001.html.ini @@ -0,0 +1,28 @@ +[css-variable-change-style-001.html] + [Test changing 'color' value to become a css variable] + expected: FAIL + + [Test declaration changes on 'color' as variable] + expected: FAIL + + [Avoid masking differences on 'color' due to declaration changes] + expected: FAIL + + [Test declaration changes on 'white-space' as variable] + expected: FAIL + + [Test declaration changes on 'background-color' as variable] + expected: FAIL + + [Test changing 'white-space' value to become a css variable] + expected: FAIL + + [Test changing 'background-color' value to become a css variable] + expected: FAIL + + [Avoid masking differences on 'background-color' due to declaration changes] + expected: FAIL + + [Avoid masking differences on 'white-space' due to declaration changes] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/css-variables/css-variable-change-style-002.html.ini b/tests/wpt/metadata-layout-2020/css/css-variables/css-variable-change-style-002.html.ini new file mode 100644 index 00000000000..5781474a926 --- /dev/null +++ b/tests/wpt/metadata-layout-2020/css/css-variables/css-variable-change-style-002.html.ini @@ -0,0 +1,10 @@ +[css-variable-change-style-002.html] + [Declaration changes on 'color' propagate to all variable references] + expected: FAIL + + [Declaration changes on 'background-color' propagate to all variable references] + expected: FAIL + + [Declaration changes on 'white-space' propagate to all variable references] + expected: FAIL + diff --git a/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-handleEvent.html.ini b/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-handleEvent.html.ini index c3e80f60581..a6c39d50087 100644 --- a/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-handleEvent.html.ini +++ b/tests/wpt/metadata-layout-2020/css/cssom-view/MediaQueryList-addListener-handleEvent.html.ini @@ -8,6 +8,3 @@ [throws if handleEvent is thruthy and not callable] expected: FAIL - [looks up handleEvent method on every event dispatch] - expected: FAIL - diff --git a/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini b/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini index 9418ebdeaea..45789ac5aae 100644 --- a/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini +++ b/tests/wpt/metadata-layout-2020/fetch/content-type/response.window.js.ini @@ -318,24 +318,21 @@ [