You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1607,6 +1617,12 @@ The <dfn method for=Element lt="scroll(options)|scroll(x, y)">scroll()</dfn> met
1607
1617
with the scroll behavior being the value of the {{ScrollOptions/behavior}} dictionary member of <var>options</var>. Let <var>scrollPromise</var> be the {{Promise}} returned from this step.
1608
1618
1. Return <var>scrollPromise</var>.
1609
1619
1620
+
<wpt>
1621
+
element-scroll-arguments.html
1622
+
element-scroll-promise-interruption.html
1623
+
element-scroll-promises.html
1624
+
</wpt>
1625
+
1610
1626
When the <dfn method for=Element lt="scrollTo(options)|scrollTo(x, y)">scrollTo()</dfn> method is invoked, the
1611
1627
user agent must act as if the {{Element/scroll()}} method was invoked with the same arguments.
1612
1628
@@ -1926,6 +1942,7 @@ The <dfn attribute for=HTMLElement>scrollParent</dfn> attribute must return the
1926
1942
1. Let <var>ancestor</var> be the [=containing block=] of <var>ancestor</var> in the <a>flat tree</a>.
1927
1943
1928
1944
<wpt>
1945
+
scrollParent-quirks-mode.html
1929
1946
scrollParent-shadow-tree.html
1930
1947
scrollParent.html
1931
1948
</wpt>
@@ -1950,6 +1967,7 @@ The <dfn attribute for=HTMLElement>offsetParent</dfn> attribute must return the
1950
1967
1. Let <var>ancestor</var> be the parent of <var>ancestor</var> in the <a>flat tree</a>.
1951
1968
1952
1969
<wpt>
1970
+
offsetParent-body-and-html.html
1953
1971
offsetParent_element_test.html
1954
1972
offsetParent-block-in-inline.html
1955
1973
offsetParent-fixed.html
@@ -2667,4 +2685,5 @@ the Windows Internet Explorer browser.
0 commit comments