8 This tests that if an iframe loads new content after its accessibility object ha
s already been accessed, the iframe accessibility object's descendants are the n
ew 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 successfullyParsed is true
14
15 TEST COMPLETE
16 PASS iframe.isEqual(newIframe) is true
17 PASS scrollarea.isEqual(newScrollarea) is false
18 PASS subwebarea.isEqual(newSubwebarea) is false
Issue 1348503003: One AXObjectCache per frame
(Closed)
Created 5 years, 3 months ago by dmazzoni
Modified 4 years, 9 months ago
Reviewers: dcheng, aboxhall
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 11