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

Unified Diff: LayoutTests/accessibility/aria-hidden.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/aria-hidden.html
diff --git a/LayoutTests/accessibility/aria-hidden.html b/LayoutTests/accessibility/aria-hidden.html
index 5233f44424dd621b22de1d2fd612fffd2f82f465..94507f35ace03077de1de0829210c28955355bd9 100644
--- a/LayoutTests/accessibility/aria-hidden.html
+++ b/LayoutTests/accessibility/aria-hidden.html
@@ -18,7 +18,7 @@
var body = document.getElementById("body");
body.focus();
var h2 = accessibilityController.focusedElement.childAtIndex(0);
- shouldBe("h2.title", "'AXTitle: h2'");
+ shouldBe("h2.deprecatedTitle", "'AXTitle: h2'");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698