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

Unified Diff: LayoutTests/accessibility/aria-help.html

Issue 1086753004: Switch LayoutTests to use renamed methods for deprecated text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/aria-help.html
diff --git a/LayoutTests/accessibility/aria-help.html b/LayoutTests/accessibility/aria-help.html
index b9f4f96a5ae45f1329f2560d43d9039aa571e8b4..c9465785baf5dcb414dfcc6ffd605ba182dda633 100644
--- a/LayoutTests/accessibility/aria-help.html
+++ b/LayoutTests/accessibility/aria-help.html
@@ -20,7 +20,7 @@ button
document.getElementById("button").focus();
var button = accessibilityController.focusedElement;
- shouldBe("button.helpText", "'AXHelp: click here'");
+ shouldBe("button.deprecatedHelpText", "'AXHelp: click here'");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698