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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2.html

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt 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/canvas-fallback-content-2.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2.html b/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2.html
index 714bba26025b1b0b556c1bcfdf2f74658076be56..c8158bfb9de1c33b60acf88353e7a9d52c523ff6 100644
--- a/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2.html
+++ b/third_party/WebKit/LayoutTests/accessibility/canvas-fallback-content-2.html
@@ -73,9 +73,9 @@ if (window.testRunner && window.accessibilityController) {
shouldBe("axElement2.role", "axElement1.role");
shouldBe("axElement2.roleDescription", "axElement1.roleDescription");
- shouldBe("axElement2.deprecatedTitle", "axElement1.deprecatedTitle");
- shouldBe("axElement2.deprecatedDescription", "axElement1.deprecatedDescription");
- shouldBe("axElement2.deprecatedHelpText", "axElement1.deprecatedHelpText");
+ shouldBe("axElement2.name", "axElement1.name");
+ shouldBe("axElement2.name", "axElement1.name");
+ shouldBe("axElement2.description", "axElement1.deprecatedHelpText");
shouldBe("axElement2.stringValue", "axElement1.stringValue");
shouldBe("axElement2.isEnabled", "axElement1.isEnabled");
shouldBe("axElement2.isRequired", "axElement1.isRequired");

Powered by Google App Engine
This is Rietveld 408576698