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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-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/deleting-iframe-destroys-axcache-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt b/third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt
deleted file mode 100644
index 37414078fc20071e656cd45de65df7fcd337b61a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-Before
-
-After
-
-End of test
-
-This tests that deleting an iframe doesn't cause the accessibility cache to be destroyed and recreated.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-Before:
-AXRole: AXWebArea AXValue:
- AXRole: AXParagraph AXValue:
- AXRole: AXStaticText AXValue: Before
- AXRole: AXInlineTextBox AXValue: Before
- AXRole: AXGroup AXValue:
- AXRole: AXUnknown AXValue:
- AXRole: AXScrollArea AXValue:
- AXRole: AXWebArea AXValue:
- AXRole: AXGroup AXValue:
- AXRole: AXButton AXValue:
- AXRole: AXParagraph AXValue:
- AXRole: AXStaticText AXValue: After
- AXRole: AXInlineTextBox AXValue: After
- AXRole: AXParagraph AXValue:
- AXRole: AXStaticText AXValue: End of test
-
-After:
-AXRole: AXWebArea AXValue:
- AXRole: AXParagraph AXValue:
- AXRole: AXStaticText AXValue: Before
- AXRole: AXInlineTextBox AXValue: Before
- AXRole: AXParagraph AXValue:
- AXRole: AXStaticText AXValue: After
- AXRole: AXInlineTextBox AXValue: After
- AXRole: AXParagraph AXValue:
- AXRole: AXStaticText AXValue: End of test
-
-PASS frameBodyRole == frameBody.role is false
-PASS frameGroupRole == frameGroup.role is false
-PASS frameButtonRole == frameButton.role is false
-PASS before.isEqual(newBefore) is true
-PASS after.isEqual(newAfter) is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698