Skip to content

Commit b4042f9

Browse files
committed
[cssom-view-1][editorial] Insert missing WPT tests
1 parent e49078b commit b4042f9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

cssom-view-1/Overview.bs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,8 @@ steps must be run:
784784
add-background-attachment-fixed-during-smooth-scroll.html
785785
HTMLBody-ScrollArea_quirksmode.html
786786
window-scroll-arguments.html
787+
window-scroll-promise-interruption.html
788+
window-scroll-promises.html
787789
</wpt>
788790

789791
When the <dfn method for=Window lt="scrollTo(options)|scrollTo(x, y)">scrollTo()</dfn> method is invoked, the
@@ -1186,6 +1188,7 @@ instance, an element can be excluded from being a target for hit testing by usin
11861188
elementsFromPoint-iframes.html
11871189
elementsFromPoint-inline-htb-ltr.html
11881190
elementsFromPoint-inline-htb-rtl.html
1191+
elementsFromPoint-inline-nested.html
11891192
elementsFromPoint-inline-vlr-ltr.html
11901193
elementsFromPoint-inline-vlr-rtl.html
11911194
elementsFromPoint-inline-vrl-ltr.html
@@ -1387,6 +1390,7 @@ Note: The {{DOMRect}} objects returned by {{Element/getClientRects()}} are not <
13871390
getClientRects-br-vrl-rtl.html
13881391
getClientRects-inline-atomic-child.html
13891392
getClientRects-inline-inline-child.html
1393+
getClientRects-inline-with-block-child.html
13901394
getClientRects-inline.html
13911395
getClientRects-zoom.html
13921396
historical.html
@@ -1427,6 +1431,8 @@ Note: The {{DOMRect}} object returned by {{Element/getBoundingClientRect()}} is
14271431
cssom-getBoundingClientRect-002.html
14281432
cssom-getBoundingClientRect-003.html
14291433
cssom-getBoundingClientRect-vertical-rl.html
1434+
getBoundingClientRect-content-visibility-hidden.html
1435+
getBoundingClientRect-empty-inline-002.html
14301436
getBoundingClientRect-empty-inline.html
14311437
getBoundingClientRect-newline.html
14321438
getBoundingClientRect-scroll.html
@@ -1547,10 +1553,14 @@ The <dfn method for=Element caniuse=scrollintoview>scrollIntoView(<var>arg</var>
15471553
scrollIntoView-horizontal-partially-visible.html
15481554
scrollIntoView-horizontal-tb-writing-mode-and-rtl-direction.html
15491555
scrollIntoView-horizontal-tb-writing-mode.html
1556+
scrollIntoView-iframes.html
15501557
scrollIntoView-inline-image.html
15511558
scrollIntoView-multiple-nested.html
15521559
scrollIntoView-multiple.html
1560+
scrollIntoView-nearest-visible-element.html
1561+
scrollIntoView-root-overflow-clip.html
15531562
scrollIntoView-scrolling-container.html
1563+
scrollIntoView-scrolling-box-with-large-border.html
15541564
scrollIntoView-scrollMargin.html
15551565
scrollIntoView-scrollPadding.html
15561566
scrollIntoView-shadow.html
@@ -1607,6 +1617,12 @@ The <dfn method for=Element lt="scroll(options)|scroll(x, y)">scroll()</dfn> met
16071617
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.
16081618
1. Return <var>scrollPromise</var>.
16091619

1620+
<wpt>
1621+
element-scroll-arguments.html
1622+
element-scroll-promise-interruption.html
1623+
element-scroll-promises.html
1624+
</wpt>
1625+
16101626
When the <dfn method for=Element lt="scrollTo(options)|scrollTo(x, y)">scrollTo()</dfn> method is invoked, the
16111627
user agent must act as if the {{Element/scroll()}} method was invoked with the same arguments.
16121628

@@ -1926,6 +1942,7 @@ The <dfn attribute for=HTMLElement>scrollParent</dfn> attribute must return the
19261942
1. Let <var>ancestor</var> be the [=containing block=] of <var>ancestor</var> in the <a>flat tree</a>.
19271943

19281944
<wpt>
1945+
scrollParent-quirks-mode.html
19291946
scrollParent-shadow-tree.html
19301947
scrollParent.html
19311948
</wpt>
@@ -1950,6 +1967,7 @@ The <dfn attribute for=HTMLElement>offsetParent</dfn> attribute must return the
19501967
1. Let <var>ancestor</var> be the parent of <var>ancestor</var> in the <a>flat tree</a>.
19511968

19521969
<wpt>
1970+
offsetParent-body-and-html.html
19531971
offsetParent_element_test.html
19541972
offsetParent-block-in-inline.html
19551973
offsetParent-fixed.html
@@ -2667,4 +2685,5 @@ the Windows Internet Explorer browser.
26672685
scroll-behavior-smooth.html
26682686
scroll-behavior-subframe-root.html
26692687
scroll-behavior-subframe-window.html
2688+
scroll-behavior-smooth-after-hiding-iframe.html
26702689
</wpt>

0 commit comments

Comments
 (0)