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

Unified Diff: LayoutTests/accessibility/main-element-expected.txt

Issue 22331005: Clean up accessibility enums for use in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add forgotten file back Created 7 years, 4 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: LayoutTests/accessibility/main-element-expected.txt
diff --git a/LayoutTests/accessibility/main-element-expected.txt b/LayoutTests/accessibility/main-element-expected.txt
index a4c232bd1dbbc639ff0d63ba688bc1ff055d14ca..eefe641c33393d7340dbf8546df536f19d8f8ada 100644
--- a/LayoutTests/accessibility/main-element-expected.txt
+++ b/LayoutTests/accessibility/main-element-expected.txt
@@ -1,10 +1,10 @@
main
-This tests that the HTML5 main element correctly maps to AXLandmarkMain.
+This tests that the HTML5 main element correctly maps to AXMain.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS main.role is 'AXRole: AXLandmarkMain'
+PASS main.role is 'AXRole: AXMain'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698