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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/css-styles-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 This test ensures that various style attributes can be retrieved via the accessi bility APIs. 1 This test ensures that various style attributes can be retrieved via the accessi bility APIs.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS axHeading.backgroundColor is 4278190080 6 PASS axHeading.backgroundColor is 4278190080
7 PASS axHeading.color is 16711680 7 PASS axHeading.color is 16711680
8 PASS axHeading.fontSize is 12 8 PASS axHeading.fontSize is 12
9 PASS axParagraph.backgroundColor is 4278190080 9 PASS axParagraph.backgroundColor is 4278190080
10 PASS axParagraph.color is 65280 10 PASS axParagraph.color is 65280
11 PASS axParagraph.fontSize is 14 11 PASS axParagraph.fontSize is 14
12 PASS axButton.backgroundColor is 4294901760 12 PASS axButton.backgroundColor is 4294901760
13 PASS axButton.color is 255 13 PASS axButton.color is 255
14 PASS axButton.fontSize is 16 14 PASS axButton.fontSize is 16
15 PASS axText.backgroundColor is 4294901760 15 PASS axText.backgroundColor is 4294901760
16 PASS axText.color is 255 16 PASS axText.color is 255
17 PASS axText.fontSize is 16 17 PASS axText.fontSize is 16
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 Heading. 21 Heading.
22 22
23 Line one. 23 Line one.
24 Line two. 24 Line two.
25 25
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698