Commit 2717e4a9 authored by Cathie Chen's avatar Cathie Chen Committed by Commit Bot

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: default avatarFrédéric Wang <fwang@igalia.com>
Cr-Commit-Position: refs/heads/master@{#704158}
parent 98b81f50
<!DOCTYPE html> <!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"> <meta charset="utf-8">
<link rel="help" href="https://drafts.csswg.org/cssom-view/#dom-element-scrollleft"> <link rel="help" href="https://drafts.csswg.org/cssom-view/#dom-element-scrollleft">
...@@ -12,5 +12,5 @@ ...@@ -12,5 +12,5 @@
test(function() { test(function() {
scroller.scrollLeft = 1000; scroller.scrollLeft = 1000;
assert_equals(scroller.scrollLeft, 100); assert_equals(scroller.scrollLeft, 100);
}, "Test the maxium value of scrollLeft"); }, "Test the maxmium value of scrollLeft");
</script> </script>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment