Skip to content

Commit 4bbb956

Browse files
committed
Bug 1524220 - Mark 'document.documentElement.clientHeight + 200' test case fail. r=heycam
All of failure test cases in root-margin.html will be fixed by this PR web-platform-tests/wpt#15254 . Differential Revision: https://phabricator.services.mozilla.com/D18760 UltraBlame original commit: 241a3659869bd944111ee48233ba27ceb2040af7
1 parent f8200e3 commit 4bbb956

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

testing/web-platform/meta/intersection-observer/root-margin.html.ini

+26
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,32 @@ documentElement
5454
.
5555
clientHeight
5656
+
57+
200
58+
]
59+
expected
60+
:
61+
if
62+
os
63+
=
64+
=
65+
"
66+
android
67+
"
68+
:
69+
FAIL
70+
[
71+
document
72+
.
73+
scrollingElement
74+
.
75+
scrollTop
76+
=
77+
document
78+
.
79+
documentElement
80+
.
81+
clientHeight
82+
+
5783
300
5884
]
5985
expected

0 commit comments

Comments
 (0)