Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: LayoutTests/fast/scrolling/scroll-max-value-expected.txt

Issue 400633005: Use LayoutUnit::fromFloatRound for setting scroll values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/scrolling/scroll-max-value.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/scrolling/scroll-max-value-expected.txt
diff --git a/LayoutTests/fast/scrolling/scroll-max-value-expected.txt b/LayoutTests/fast/scrolling/scroll-max-value-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..adac6806ee8c931f0d1e496a912def8f672f2a13
--- /dev/null
+++ b/LayoutTests/fast/scrolling/scroll-max-value-expected.txt
@@ -0,0 +1,7 @@
+PASS Setting el.scrollLeft = 100000000 scrolls all the way to the right.
+PASS Setting el.scrollTop = 100000000 scrolls all the way to the bottom.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+top leftbottom right
+Tests that large scrollLeft/Top values aren't being ignored.
« no previous file with comments | « LayoutTests/fast/scrolling/scroll-max-value.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698