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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/readonly-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 Heading 3 Heading
4 4
5 ARIA button 5 ARIA button
6 ARIA toggle button 6 ARIA toggle button
7 ARIA link 7 ARIA link
8 Button 8 Button
9 This tests which elements expose themselves as readonly. Readonly here refers to whether the item is not editable, not whether a control value can be changed vs if it's unavailable. 9 This tests which elements expose themselves as readonly. Readonly here refers to whether the item is not editable, not whether a control value can be changed vs if it's unavailable.
10 10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 PASS axElement.isReadOnly is false 80 PASS axElement.isReadOnly is false
81 81
82 contenteditable_button1 82 contenteditable_button1
83 PASS document.activeElement == element is true 83 PASS document.activeElement == element is true
84 PASS axElement.isReadOnly is false 84 PASS axElement.isReadOnly is false
85 85
86 PASS successfullyParsed is true 86 PASS successfullyParsed is true
87 87
88 TEST COMPLETE 88 TEST COMPLETE
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698