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

Unified Diff: LayoutTests/fast/forms/selection-functions-expected.txt

Issue 1269263003: The start and end arguments should be unsigned long in setSelectionRange() function Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
Index: LayoutTests/fast/forms/selection-functions-expected.txt
diff --git a/LayoutTests/fast/forms/selection-functions-expected.txt b/LayoutTests/fast/forms/selection-functions-expected.txt
index 2a84d1898d9ba952428be4c44de8fb224e58c2f6..dbca008b39923570730059d1f4376f2c37ce8d17 100644
--- a/LayoutTests/fast/forms/selection-functions-expected.txt
+++ b/LayoutTests/fast/forms/selection-functions-expected.txt
@@ -6,43 +6,43 @@ If this test passed you'll see a bunch of correct selection ranges below. Check
===textarea===
setSelectionRange():
3, 7
-0, 5
+5, 5
42, 48
2, 2
selectionStart:
3, 3
7, 7
-0, 7
+48, 48
48, 48
3, 48
selectionEnd:
3, 5
2, 2
-0, 0
-0, 48
+2, 48
+2, 48
7, 7
===input===
setSelectionRange():
3, 7
-0, 5
+5, 5
42, 48
2, 2
selectionStart:
3, 3
7, 7
-0, 7
+48, 48
48, 48
3, 48
selectionEnd:
3, 5
2, 2
-0, 0
-0, 48
+2, 48
+2, 48
7, 7
===button===
« no previous file with comments | « LayoutTests/fast/forms/input-appearance-selection.html ('k') | LayoutTests/fast/forms/selection-start-end-readonly.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698