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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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
index 37414078fc20071e656cd45de65df7fcd337b61a..e8e76395affd5e0b03f51e4859ed9bb500739d27 100644
--- a/third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/deleting-iframe-destroys-axcache-expected.txt
@@ -14,32 +14,32 @@ 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
+AXRole: AXWebArea
+ AXRole: AXParagraph
+ AXRole: AXStaticText "Before"
+ AXRole: AXInlineTextBox "Before"
+ AXRole: AXGroup
+ AXRole: AXUnknown
+ AXRole: AXScrollArea
+ 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 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
+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

Powered by Google App Engine
This is Rietveld 408576698