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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-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 Link Button 1 Link Button
2 Focusable 2 Focusable
3 ARIA button 3 ARIA button
4 ARIA link 4 ARIA link
5 This test makes sure that focusable elements in canvas fallback content are acce ssible. 5 This test makes sure that focusable elements in canvas fallback content are acce ssible.
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 link1 10 link1
11 PASS document.activeElement == element is true 11 PASS document.activeElement == element is true
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 PASS axElement.role is "AXRole: AXButton" 92 PASS axElement.role is "AXRole: AXButton"
93 93
94 focusable2 94 focusable2
95 PASS document.activeElement == element is true 95 PASS document.activeElement == element is true
96 PASS axElement.role is "AXRole: AXButton" 96 PASS axElement.role is "AXRole: AXButton"
97 97
98 PASS successfullyParsed is true 98 PASS successfullyParsed is true
99 99
100 TEST COMPLETE 100 TEST COMPLETE
101 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698