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

Unified Diff: LayoutTests/accessibility/legend.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: Re-add linux expectation Created 5 years, 6 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/legend.html
diff --git a/LayoutTests/accessibility/legend.html b/LayoutTests/accessibility/legend.html
index 2cb39b1e69af2dc24b115bc1b81697ea27208041..b37751734c53b0032b140d4acd343b10817d7f88 100644
--- a/LayoutTests/accessibility/legend.html
+++ b/LayoutTests/accessibility/legend.html
@@ -24,7 +24,7 @@
document.body.focus();
var body = accessibilityController.focusedElement;
var fieldset = body.childAtIndex(0);
- var titleUIElement = fieldset.titleUIElement();
+ var titleUIElement = fieldset.deprecatedTitleUIElement();
// Print out the tree of accessible objects, indicating the titleUIElement so
// that each platform can verify their expected object has been found

Powered by Google App Engine
This is Rietveld 408576698