Skip to content

Commit

Permalink
Fix tests for getBoundingClientRect
Browse files Browse the repository at this point in the history
  • Loading branch information
rain chime committed Jun 16, 2021
1 parent 4e6f23f commit 4da01e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/web-platform-tests/to-run.yaml
Expand Up @@ -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]
Expand Down
Expand Up @@ -16,7 +16,9 @@
left: 0,
right: 0,
top: 0,
width: 0
width: 0,
x: 0,
y: 0
};

const el = document.createElement("p");
Expand Down

0 comments on commit 4da01e0

Please sign in to comment.