Merge "[WK2] Revert patch / set a limit of layer count and atlas size." into 2.0_beta
[framework/web/webkit-efl.git] / LayoutTests / accessibility / loading-iframe-updates-axtree-expected.txt
1 Before
2
3
4 After
5
6 End of test
7
8 This tests that if an iframe loads new content after its accessibility object has already been accessed, the iframe accessibility object's descendants are the new scroll area and web area, not the old deleted ones.
9
10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11
12
13 PASS iframe.isEqual(newIframe) is true
14 PASS scrollarea.isEqual(newScrollarea) is false
15 PASS subwebarea.isEqual(newSubwebarea) is false
16 PASS newSubwebarea.childrenCount > 0 is true
17
18 TEST COMPLETE
19