зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1587349 [wpt PR 19590] - Fixed typos in scrollLeft-of-scroller-with-wider-scrollbar.html, a=testonly
Automatic update from web-platform-tests Fixed typos in scrollLeft-of-scroller-with-wider-scrollbar.html Change-Id: Ida0d1bfa2fd1ff9e2f8f61e2eaf8fd6734f82020 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849549 Commit-Queue: cathie chen <cathiechen@igalia.com> Reviewed-by: Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/master@{#704158} -- wpt-commits: f2483312be4b51d2b104fe10a80a077d86881711 wpt-pr: 19590
This commit is contained in:
Родитель
d03b68375b
Коммит
4d32c9d4cc
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<title>The maximum value of scrollLeft shouldn't be affected by scrollbar when it's wider than scroller</title>
|
||||
<title>The maximum value of scrollLeft shouldn't be affected by scrollbar even if it's wider than scroller</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="help" href="https://drafts.csswg.org/cssom-view/#dom-element-scrollleft">
|
||||
|
||||
|
@ -12,5 +12,5 @@
|
|||
test(function() {
|
||||
scroller.scrollLeft = 1000;
|
||||
assert_equals(scroller.scrollLeft, 100);
|
||||
}, "Test the maxium value of scrollLeft");
|
||||
}, "Test the maxmium value of scrollLeft");
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче