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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2-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 Button Button 1 Link Button Button Button
2 Focusable 2 Focusable
3 Heading 3 Heading
4 4
5 ARIA button 5 ARIA button
6 ARIA disabled button 6 ARIA disabled button
7 ARIA enabled button 7 ARIA enabled button
8 ARIA required button 8 ARIA required button
9 ARIA toggle button 9 ARIA toggle button
10 ARIA link 10 ARIA link
11 This tests a number of different elements in canvas fallback content to make sur e their accessible attributes are essentially identical to the corresponding ele ments outside of canvas fallback content. 11 This tests a number of different elements in canvas fallback content to make sur e their accessible attributes are essentially identical to the corresponding ele ments outside of canvas fallback content.
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 PASS axElement2.isRequired is axElement1.isRequired 346 PASS axElement2.isRequired is axElement1.isRequired
347 PASS axElement2.isChecked is axElement1.isChecked 347 PASS axElement2.isChecked is axElement1.isChecked
348 PASS axElement2.intValue is axElement1.intValue 348 PASS axElement2.intValue is axElement1.intValue
349 PASS axElement2.minValue is axElement1.minValue 349 PASS axElement2.minValue is axElement1.minValue
350 PASS axElement2.maxValue is axElement1.maxValue 350 PASS axElement2.maxValue is axElement1.maxValue
351 351
352 PASS successfullyParsed is true 352 PASS successfullyParsed is true
353 353
354 TEST COMPLETE 354 TEST COMPLETE
355 355
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698