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

Unified Diff: LayoutTests/accessibility/th-as-title-ui.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/th-as-title-ui.html
diff --git a/LayoutTests/accessibility/th-as-title-ui.html b/LayoutTests/accessibility/th-as-title-ui.html
index 37c9e40a80e0ab2352519fa731cb36becc1de6d7..124101e72a902446bfabbf1623595fd0d9a7ffdb 100644
--- a/LayoutTests/accessibility/th-as-title-ui.html
+++ b/LayoutTests/accessibility/th-as-title-ui.html
@@ -32,7 +32,7 @@
body.focus();
var group = accessibilityController.focusedElement.childAtIndex(1);
var group2 = accessibilityController.focusedElement.childAtIndex(3);
- if (group.titleUIElement().allAttributes() != "" && (group2.titleUIElement() == null || group2.titleUIElement().allAttributes() == ""))
+ if (group.deprecatedTitleUIElement().allAttributes() != "" && (group2.deprecatedTitleUIElement() == null || group2.deprecatedTitleUIElement().allAttributes() == ""))
result.innerText += "Pass";
else
result.innerText += "Fail";
« no previous file with comments | « LayoutTests/accessibility/svg-image-expected.txt ('k') | LayoutTests/accessibility/title-ui-element-correctness.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698