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

Unified Diff: LayoutTests/accessibility/svg-image.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 | « LayoutTests/accessibility/svg-bounds.html ('k') | LayoutTests/accessibility/svg-image-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/svg-image.html
diff --git a/LayoutTests/accessibility/svg-image.html b/LayoutTests/accessibility/svg-image.html
index 257b2cb72c956d960ce9206cef3af41b3734598a..c3581a9fffa0513fc1be0212aa783832ef8e67cf 100644
--- a/LayoutTests/accessibility/svg-image.html
+++ b/LayoutTests/accessibility/svg-image.html
@@ -27,10 +27,10 @@
document.getElementById("svgimage").focus();
var svgImage = accessibilityController.focusedElement;
shouldBe("svgImage.role", "realImage.role");
- shouldBe("svgImage.description", "realImage.description");
+ shouldBe("svgImage.deprecatedDescription", "realImage.deprecatedDescription");
debug("SVG Image Role: " + svgImage.role);
- debug("SVG Image Description: " + svgImage.description);
+ debug("SVG Image Description: " + svgImage.deprecatedDescription);
}
</script>
« no previous file with comments | « LayoutTests/accessibility/svg-bounds.html ('k') | LayoutTests/accessibility/svg-image-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698