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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/loading-iframe-updates-axtree-expected.txt

Issue 1348503003: One AXObjectCache per frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix issues in AutomationApiTest.Events Created 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/accessibility/loading-iframe-updates-axtree-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/loading-iframe-updates-axtree-expected.txt b/third_party/WebKit/LayoutTests/accessibility/loading-iframe-updates-axtree-expected.txt
deleted file mode 100644
index 79db71a9070dc4cb2c57445dfbbdbba45643f1ce..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/accessibility/loading-iframe-updates-axtree-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Before
-
-
-After
-
-End of test
-
-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.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-PASS iframe.isEqual(newIframe) is true
-PASS scrollarea.isEqual(newScrollarea) is false
-PASS subwebarea.isEqual(newSubwebarea) is false
-PASS newSubwebarea.childrenCount > 0 is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698