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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt

Issue 1344233004: update-w3c-deps import using blink 41e709df01f60521d3c9786d319cdc1690633151: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated -expected Created 5 years, 3 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/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt
index 451cbc5d715bbf4dd5fc5d79ca16266a02884ae3..6c7083d1f5bb6ece193b114983dd1090760bd33d 100644
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01-expected.txt
@@ -4,7 +4,6 @@ PASS Selection attributes should apply to type text
PASS Selection attributes should apply to type search
PASS Selection attributes should apply to type url
PASS Selection attributes should apply to type tel
-FAIL Selection attributes should apply to type email Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does not support selection.
PASS Selection attributes should apply to type password
FAIL Selection attributes should not apply to type hidden assert_throws: Should throw with type hidden function "function () { input.select(); }" did not throw
FAIL Selection attributes should not apply to type datetime assert_equals: Input type unsupported expected "datetime" but got "text"
@@ -19,6 +18,7 @@ FAIL Selection attributes should not apply to type checkbox assert_throws: Shoul
FAIL Selection attributes should not apply to type radio assert_throws: Should throw with type radio function "function () { input.select(); }" did not throw
FAIL Selection attributes should not apply to type button assert_throws: Should throw with type button function "function () { input.select(); }" did not throw
FAIL Selection attributes should not apply to type file assert_throws: Should throw with type file function "function () { input.select(); }" did not throw
+FAIL Selection attributes should not apply to type email assert_throws: Should throw with type email function "function () { input.select(); }" did not throw
FAIL Selection attributes should not apply to type submit assert_throws: Should throw with type submit function "function () { input.select(); }" did not throw
FAIL Selection attributes should not apply to type image assert_throws: Should throw with type image function "function () { input.select(); }" did not throw
FAIL Selection attributes should not apply to type reset assert_throws: Should throw with type reset function "function () { input.select(); }" did not throw

Powered by Google App Engine
This is Rietveld 408576698