Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / aria-hidden-updates-alldescendants-expected.txt
bloba2fd5b9fbb69994954f513c62b36dd98342acff1
1 Steps
3 test
4 Step 1: Do something
5 Step 2: Do another thing
6 Step 3: Do one last thing
7 This tests that if aria-hidden changes on an element, all it's existing children will update their children caches
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
12 PASS main.childrenCount is 1
13 PASS main.childrenCount is 2
14 PASS main.childAtIndex(1).childrenCount is 1
15 PASS successfullyParsed is true
17 TEST COMPLETE