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

Unified Diff: LayoutTests/fast/forms/selection-start-end-readonly-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
« no previous file with comments | « LayoutTests/fast/forms/selection-start-end-readonly.html ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
diff --git a/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt b/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
index 3f20e6975f32ddc0a5c4e1ac31f9bb074f0e0238..70cc2be9f3cb88f0aa89d183fc62501b81446548 100644
--- a/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
+++ b/LayoutTests/fast/forms/selection-start-end-readonly-expected.txt
@@ -18,7 +18,7 @@ PASS element.selectionStart is 5
PASS element.selectionEnd is 5
PASS element.selectionStart is 0
PASS element.selectionEnd is 0
-PASS element.selectionStart is 0
+PASS element.selectionStart is 10
PASS element.selectionEnd is 10
PASS element.selectionStart is 0
PASS element.selectionEnd is 10
@@ -32,7 +32,7 @@ PASS element.selectionStart is 5
PASS element.selectionEnd is 5
PASS element.selectionStart is 0
PASS element.selectionEnd is 0
-PASS element.selectionStart is 0
+PASS element.selectionStart is 10
PASS element.selectionEnd is 10
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/forms/selection-start-end-readonly.html ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698