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

Unified Diff: LayoutTests/accessibility/input-file-causes-crash.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/input-file-causes-crash.html
diff --git a/LayoutTests/accessibility/input-file-causes-crash.html b/LayoutTests/accessibility/input-file-causes-crash.html
index fd1316600b6fdc52e9e3afb2d246a9d1786168fd..370eb92320b89167c649961ae5feab625a17bd92 100644
--- a/LayoutTests/accessibility/input-file-causes-crash.html
+++ b/LayoutTests/accessibility/input-file-causes-crash.html
@@ -17,7 +17,7 @@
if (window.accessibilityController) {
document.getElementById("file-input").focus();
var element = accessibilityController.focusedElement;
- var title = element.title;
+ var title = element.deprecatedTitle;
shouldBeNonNull("title");
}
</script>
« no previous file with comments | « LayoutTests/accessibility/img-fallsback-to-title.html ('k') | LayoutTests/accessibility/input-image-alt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698