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 c9170f30e48460c01598de7b08679af5a63a21a3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/accessibility/loading-iframe-updates-axtree-expected.txt |
+++ /dev/null |
@@ -1,21 +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 subwebarea.isEqual(newSubwebarea) is false |
-PASS newSubwebarea.childrenCount > 0 is true |
- |
-TEST COMPLETE |
- |