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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt

Issue 1761633002: One accessibility tree per frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix is-richly-editable test Created 4 years, 9 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 9f05038b33912196ba6dae88039d9ff09b932d19..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt
+++ /dev/null
@@ -1,50 +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
- AXRole: AXParagraph
- AXRole: AXStaticText "Before"
- AXRole: AXInlineTextBox "Before"
- AXRole: AXGroup
- AXRole: AXUnknown
- AXRole: AXWebArea
- AXRole: AXGroup
- AXRole: AXButton "Click me"
- AXRole: AXParagraph
- AXRole: AXStaticText "After"
- AXRole: AXInlineTextBox "After"
- AXRole: AXParagraph
- AXRole: AXStaticText "End of test"
-
-After:
-AXRole: AXWebArea
- AXRole: AXParagraph
- AXRole: AXStaticText "Before"
- AXRole: AXInlineTextBox "Before"
- AXRole: AXParagraph
- AXRole: AXStaticText "After"
- AXRole: AXInlineTextBox "After"
- AXRole: AXParagraph
- AXRole: AXStaticText "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