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

Unified Diff: LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-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/calling-accessibility-methods-with-pending-layout-causes-crash.html
diff --git a/LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash.html b/LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash.html
index 6e72fe3ed5b56c409d8ce8a0dd2e46cac409a003..95117474e726064aea9e4138652b0716705e7581 100644
--- a/LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash.html
+++ b/LayoutTests/accessibility/calling-accessibility-methods-with-pending-layout-causes-crash.html
@@ -12,6 +12,6 @@
var link = document.getElementById("link");
link.focus();
link.style.display = "block";
- accessibilityController.focusedElement.description;
+ accessibilityController.focusedElement.deprecatedDescription;
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698