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

Unified Diff: LayoutTests/accessibility/input-image-alt.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-image-alt.html
diff --git a/LayoutTests/accessibility/input-image-alt.html b/LayoutTests/accessibility/input-image-alt.html
index 89fa942cbc85de257bc549421467dee186c9e67e..28a2031b14fd2db6d462271783a25026fb7a7a03 100644
--- a/LayoutTests/accessibility/input-image-alt.html
+++ b/LayoutTests/accessibility/input-image-alt.html
@@ -17,7 +17,7 @@
var image1 = document.getElementById("image1").focus();
var img = accessibilityController.focusedElement;
- shouldBe("img.description", "'AXDescription: Submit'");
+ shouldBe("img.deprecatedDescription", "'AXDescription: Submit'");
}
</script>
« no previous file with comments | « LayoutTests/accessibility/input-file-causes-crash.html ('k') | LayoutTests/accessibility/input-image-alt-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698