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..39fc1cff40 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 @@ -16,7 +16,9 @@ left: 0, right: 0, top: 0, - width: 0 + width: 0, + x: 0, + y: 0 }; const el = document.createElement("p");