diff --git a/test/web-platform-tests/to-run.yaml b/test/web-platform-tests/to-run.yaml index 44bb23920e..92abb92834 100644 --- a/test/web-platform-tests/to-run.yaml +++ b/test/web-platform-tests/to-run.yaml @@ -64,7 +64,6 @@ MediaQueryList**: [fail, Not implemented] background-change-during-smooth-scroll.html: [fail-slow, Not implemented] client-props-input.html: [fail, Not implemented] client-props-root.html: [fail, Not implemented] -cssom-getBoundingClientRect-002.html: [fail, Not implemeneted] cssom-getBoundingClientRect-003.html: [fail, Not implemeneted] cssom-getBoxQuads-001.html: [fail, Not implemented] cssom-getClientRects-002.html: [fail, Unknown] diff --git a/test/web-platform-tests/to-upstream/cssom-view/Element-getBoundingClientRect.html b/test/web-platform-tests/to-upstream/cssom-view/Element-getBoundingClientRect.html index 1022d45de4..c3df585027 100644 --- a/test/web-platform-tests/to-upstream/cssom-view/Element-getBoundingClientRect.html +++ b/test/web-platform-tests/to-upstream/cssom-view/Element-getBoundingClientRect.html @@ -11,6 +11,8 @@ test(() => { const zeroDimensions = { + x: 0, + y: 0, bottom: 0, height: 0, left: 0,