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

Unified Diff: LayoutTests/accessibility/aria-describedby-on-input.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
« no previous file with comments | « no previous file | LayoutTests/accessibility/aria-help.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-describedby-on-input.html
diff --git a/LayoutTests/accessibility/aria-describedby-on-input.html b/LayoutTests/accessibility/aria-describedby-on-input.html
index f6d3279646abc7824c299c06820de05e047b0359..e2e59389676234bdc99cd6a5daacc7c8ad993c9a 100644
--- a/LayoutTests/accessibility/aria-describedby-on-input.html
+++ b/LayoutTests/accessibility/aria-describedby-on-input.html
@@ -15,7 +15,7 @@
var labeledItem = document.getElementById("time");
labeledItem.focus();
var result = document.getElementById("result");
- result.innerText = "\nThe accessibility description is \"" + accessibilityController.focusedElement.helpText + "\"";
+ result.innerText = "\nThe accessibility description is \"" + accessibilityController.focusedElement.deprecatedHelpText + "\"";
}
</script>
</body>
« no previous file with comments | « no previous file | LayoutTests/accessibility/aria-help.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698