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

Unified Diff: LayoutTests/fast/forms/search/search-setrangetext-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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/search/search-setrangetext-expected.txt
diff --git a/LayoutTests/fast/forms/search/search-setrangetext-expected.txt b/LayoutTests/fast/forms/search/search-setrangetext-expected.txt
index dbc3bd5938f6ab5dc39456aca36da28fcbd09894..f26ee402b41c01447f6b6f73156789a269460d26 100644
--- a/LayoutTests/fast/forms/search/search-setrangetext-expected.txt
+++ b/LayoutTests/fast/forms/search/search-setrangetext-expected.txt
@@ -120,7 +120,7 @@ PASS element.value is "01234567A"
PASS element.selectionStart is 8
PASS element.selectionEnd is 9
element.value = '0123456789'
-PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError: Failed to execute 'setRangeText' on 'HTMLElement': The provided start value (7) is larger than the provided end value (3)..
+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError: Failed to execute 'setRangeText' on 'HTMLInputElement': The provided start value (7) is larger than the provided end value (3)..
Running tests on input with attributes: {"type":"search","dir":"rtl"}
@@ -238,7 +238,7 @@ PASS element.value is "01234567A"
PASS element.selectionStart is 8
PASS element.selectionEnd is 9
element.value = '0123456789'
-PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError: Failed to execute 'setRangeText' on 'HTMLElement': The provided start value (7) is larger than the provided end value (3)..
+PASS element.setRangeText('A', 7, 3) threw exception IndexSizeError: Failed to execute 'setRangeText' on 'HTMLInputElement': The provided start value (7) is larger than the provided end value (3)..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt ('k') | LayoutTests/fast/forms/setrangetext-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698