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

Unified Diff: LayoutTests/accessibility/non-data-table-cell-title-ui-element.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/non-data-table-cell-title-ui-element.html
diff --git a/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html b/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html
index 0d824408bb39438f69eb263da0177227f49b2db1..1fdc9a9a72a39b3763c876d4262a280e98e2a097 100644
--- a/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html
+++ b/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html
@@ -31,7 +31,7 @@
body.focus();
// get the <th>skip</th> element
var group = accessibilityController.focusedElement.childAtIndex(5);
- var titleUI = group.titleUIElement();
+ var titleUI = group.deprecatedTitleUIElement();
var allAttributes = "";
if (titleUI)
allAttributes = titleUI.allAttributes();

Powered by Google App Engine
This is Rietveld 408576698