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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt

Issue 2858493002: Rename AXObject to AXObjectImpl in modules/ and web/ (Closed)
Patch Set: Reverted unexpected change to blink rename merge helper Created 3 years, 7 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/not-ignore-landmark-roles-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt b/third_party/WebKit/LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt
index 8991def1de0b9e923c3cba24b984e837f045624f..cceba981d8f6b30d0450f65e7a7c5c134e5f9323 100644
--- a/third_party/WebKit/LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/not-ignore-landmark-roles-expected.txt
@@ -12,14 +12,14 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS containerNode.childrenCount is 8
-PASS AXObject.role is 'AXRole: AXArticle'
-PASS AXObject.role is 'AXRole: AXRegion'
-PASS AXObject.role is 'AXRole: AXBanner'
-PASS AXObject.role is 'AXRole: AXComplementary'
-PASS AXObject.role is 'AXRole: AXContentInfo'
-PASS AXObject.role is 'AXRole: AXFooter'
-PASS AXObject.role is 'AXRole: AXMain'
-PASS AXObject.role is 'AXRole: AXNavigation'
+PASS AXObjectImpl.role is 'AXRole: AXArticle'
+PASS AXObjectImpl.role is 'AXRole: AXRegion'
+PASS AXObjectImpl.role is 'AXRole: AXBanner'
+PASS AXObjectImpl.role is 'AXRole: AXComplementary'
+PASS AXObjectImpl.role is 'AXRole: AXContentInfo'
+PASS AXObjectImpl.role is 'AXRole: AXFooter'
+PASS AXObjectImpl.role is 'AXRole: AXMain'
+PASS AXObjectImpl.role is 'AXRole: AXNavigation'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698