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

Unified Diff: LayoutTests/accessibility/img-alt-tag-only-whitespace.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/img-alt-tag-only-whitespace.html
diff --git a/LayoutTests/accessibility/img-alt-tag-only-whitespace.html b/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
index d9db5fd508316bb5bd0c42400371e08ec6b54f7f..444839affa38927d995092f989c10fadd37f4333 100644
--- a/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
+++ b/LayoutTests/accessibility/img-alt-tag-only-whitespace.html
@@ -23,7 +23,7 @@
document.getElementById("images").focus();
var imagesGroup = accessibilityController.focusedElement;
shouldBe("imagesGroup.childrenCount", "4");
- console.log("Image description: " + imagesGroup.childAtIndex(2).description);
+ console.log("Image description: " + imagesGroup.childAtIndex(2).deprecatedDescription);
}
</script>
« no previous file with comments | « LayoutTests/accessibility/image-map1-expected.txt ('k') | LayoutTests/accessibility/img-aria-button-alt-tag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698