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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-date-expected.txt

Issue 1167793003: Escape all of invalid values in console messages for INPUT elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: line 20: The specified value 'text' does not conform to the req uired format, 'yyyy-MM-dd'. 1 CONSOLE WARNING: line 20: The specified value "text" does not conform to the req uired format, "yyyy-MM-dd".
2 This test ensures the correctness of Spatial Navigation (SNav) algorithm over da te input element (having shadow DOM). 2 This test ensures the correctness of Spatial Navigation (SNav) algorithm over da te input element (having shadow DOM).
3 * Navigation steps: 3 * Navigation steps:
4 1) Loads this page, focus goes to "start" automatically. 4 1) Loads this page, focus goes to "start" automatically.
5 2) Focus moves away from input box, left and right to neighbor nodes and back. 5 2) Focus moves away from input box, left and right to neighbor nodes and back.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 Left Right 10 Left Right
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "left" 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "left"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 14 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "right" 15 PASS gFocusedDocument.activeElement.getAttribute("id") is "right"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" 16 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698