Update web-platform-tests to revision 1cb9daef513ee0c7e82a6689a6248946d0c580c0

This commit is contained in:
WPT Sync Bot 2020-06-30 08:24:39 +00:00
parent b9404fcd48
commit f397fef6e3
159 changed files with 2043 additions and 673 deletions

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
<meta name="viewport" content="user-scalable=no">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
@ -101,4 +102,4 @@ test(() => {
assert_equals(window.scrollX, 1100, "ScrollIntoView lands on the snap position closest to the specified alignment.");
assert_equals(window.scrollY, 1100, "ScrollIntoView lands on the snap position closest to the specified alignment.");
}, "All the scrollers affected by scrollIntoView should land on a snap position if one exists. Otherwise, land according to the specified alignment");
</script>
</script>