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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/color-well-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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
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

Powered by Google App Engine
This is Rietveld 408576698