mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'8d8b273d2265095c7f5330ff231940e68fb49754'
This commit is contained in:
parent
bee09efcc5
commit
9b45fdb3f5
1819 changed files with 34819 additions and 33935 deletions
|
@ -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()");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue