Update web-platform-tests to revision b'8d8b273d2265095c7f5330ff231940e68fb49754'

This commit is contained in:
WPT Sync Bot 2023-05-07 01:27:55 +00:00
parent bee09efcc5
commit 9b45fdb3f5
1819 changed files with 34819 additions and 33935 deletions

View file

@ -47,8 +47,9 @@ div {
</div>
<script>
test(() => {
promise_test(async () => {
document.querySelector(".no-snap").focus();
await new Promise(resolve => step_timeout(resolve, 0));
assert_equals(scroller.scrollTop, 1200);
}, "scroll snap should happens on Element.focus()");