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

Side by Side Diff: LayoutTests/accessibility/color-well-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 10: The specified value 'purple' does not conform to the r equired format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadeci mal numbers. 1 CONSOLE WARNING: line 10: The specified value "purple" does not conform to the r equired format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadeci mal numbers.
2 This test ensures that the correct accessibility properties can be retrieved fro m input elements of type color. 2 This test ensures that the correct accessibility properties can be retrieved fro m input elements of type color.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS axColorwell.role is "AXRole: AXColorWell" 7 PASS axColorwell.role is "AXRole: AXColorWell"
8 PASS axColorwell.colorValue is 4278190080 8 PASS axColorwell.colorValue is 4278190080
9 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)" 9 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)"
10 PASS axColorwell.role is "AXRole: AXColorWell" 10 PASS axColorwell.role is "AXRole: AXColorWell"
11 PASS axColorwell.colorValue is 4294901760 11 PASS axColorwell.colorValue is 4294901760
12 PASS axColorwell.stringValue is "AXValue: rgba(255, 0, 0, 1)" 12 PASS axColorwell.stringValue is "AXValue: rgba(255, 0, 0, 1)"
13 PASS axColorwell.role is "AXRole: AXColorWell" 13 PASS axColorwell.role is "AXRole: AXColorWell"
14 PASS axColorwell.colorValue is 4278190080 14 PASS axColorwell.colorValue is 4278190080
15 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)" 15 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)"
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698