Changed expected test results for clientHeight/clientWidth special cases from failing to passing

This commit is contained in:
switchpiggy 2023-05-06 12:52:21 -07:00
parent 34762d97ad
commit 53f939eac5
4 changed files with 0 additions and 20 deletions

View file

@ -1,4 +0,0 @@
[client-props-root.html]
[client* properties on the root element]
expected: FAIL

View file

@ -2,9 +2,6 @@
[scrollingElement in non-quirks mode]
expected: FAIL
[clientWidth/clientHeight on the HTML body element in quirks mode]
expected: FAIL
[scrollLeft/scrollRight of the content in quirks mode]
expected: FAIL
@ -14,9 +11,6 @@
[scrollingElement in quirks mode]
expected: FAIL
[clientWidth/clientHeight on the root element in non-quirks mode]
expected: FAIL
[scrollWidth/scrollHeight on the root element in quirks mode]
expected: FAIL

View file

@ -1,4 +0,0 @@
[client-props-root.html]
[client* properties on the root element]
expected: FAIL

View file

@ -8,9 +8,6 @@
[scrollWidth/scrollHeight on the HTML body element in quirks mode]
expected: FAIL
[clientWidth/clientHeight on the HTML body element in quirks mode]
expected: FAIL
[scrollLeft/scrollRight of the content in quirks mode]
expected: FAIL
@ -20,9 +17,6 @@
[scrollWidth/scrollHeight on the root element in non-quirks mode]
expected: FAIL
[clientWidth/clientHeight on the root element in non-quirks mode]
expected: FAIL
[scroll() on the HTML body element in non-quirks mode]
expected: FAIL