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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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
(Empty)
1 This test ensures that a change to accessibilityIsIgnored fires a children chang ed notification on the parent.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS accessibleElementById('hiddenDivContainer') != null is true
7 PASS accessibleElementById('hiddenDiv') != null is false
8 PASS accessibleElementById('invisibleDivContainer') != null is true
9 PASS accessibleElementById('invisibleDiv') != null is false
10 PASS accessibleElementById('emptyDivContainer') != null is true
11 PASS accessibleElementById('emptyDiv') != null is false
12 PASS accessibleElementById('divWithoutRoleContainer') != null is true
13 PASS accessibleElementById('divWithoutRole') != null is false
14 PASS accessibleElementById('divWithoutLabelContainer') != null is true
15 PASS accessibleElementById('divWithoutLabel') != null is false
16
17 Got ChildrenChanged notification on hiddenDivContainer
18 PASS accessibleElementById('hiddenDivContainer').childrenCount is 1
19 Got ChildrenChanged notification on invisibleDivContainer
20 PASS accessibleElementById('invisibleDivContainer').childrenCount is 1
21 Got ChildrenChanged notification on emptyDivContainer
22 PASS accessibleElementById('emptyDivContainer').childrenCount is 1
23 Got ChildrenChanged notification on divWithoutRoleContainer
24 PASS accessibleElementById('divWithoutRoleContainer').childrenCount is 1
25 Got ChildrenChanged notification on divWithoutLabelContainer
26 PASS accessibleElementById('divWithoutLabelContainer').childrenCount is 1
27 All notifications received successfully.
28 PASS successfullyParsed is true
29
30 TEST COMPLETE
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698