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

Side by Side Diff: LayoutTests/accessibility/is-ignored-change-sends-notification-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 This test ensures that a change to accessibilityIsIgnored fires a children chang ed notification on the parent. 1 This test ensures that a change to accessibilityIsIgnored fires a children chang ed notification on the parent.
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 accessibleElementById('hiddenDivContainer') != null is true 6 PASS accessibleElementById('hiddenDivContainer') != null is true
7 PASS accessibleElementById('hiddenDiv') != null is false 7 PASS accessibleElementById('hiddenDiv') != null is false
8 PASS accessibleElementById('invisibleDivContainer') != null is true 8 PASS accessibleElementById('invisibleDivContainer') != null is true
9 PASS accessibleElementById('invisibleDiv') != null is false 9 PASS accessibleElementById('invisibleDiv') != null is false
10 PASS accessibleElementById('emptyDivContainer') != null is true 10 PASS accessibleElementById('emptyDivContainer') != null is true
(...skipping 11 matching lines...) Expand all
22 PASS accessibleElementById('emptyDivContainer').childrenCount is 1 22 PASS accessibleElementById('emptyDivContainer').childrenCount is 1
23 Got ChildrenChanged notification on divWithoutRoleContainer 23 Got ChildrenChanged notification on divWithoutRoleContainer
24 PASS accessibleElementById('divWithoutRoleContainer').childrenCount is 1 24 PASS accessibleElementById('divWithoutRoleContainer').childrenCount is 1
25 Got ChildrenChanged notification on divWithoutLabelContainer 25 Got ChildrenChanged notification on divWithoutLabelContainer
26 PASS accessibleElementById('divWithoutLabelContainer').childrenCount is 1 26 PASS accessibleElementById('divWithoutLabelContainer').childrenCount is 1
27 All notifications received successfully. 27 All notifications received successfully.
28 PASS successfullyParsed is true 28 PASS successfullyParsed is true
29 29
30 TEST COMPLETE 30 TEST COMPLETE
31 31
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/is-ignored-change-sends-notification.html ('k') | LayoutTests/accessibility/main-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698