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

Unified Diff: LayoutTests/accessibility/image-map1.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/image-map1.html
diff --git a/LayoutTests/accessibility/image-map1.html b/LayoutTests/accessibility/image-map1.html
index 72e3ef9a1337787df84ea65835d7085cb781aac1..8159bbd25f87696d752915e59b76fcf1614b2d6a 100644
--- a/LayoutTests/accessibility/image-map1.html
+++ b/LayoutTests/accessibility/image-map1.html
@@ -29,13 +29,13 @@
var body = accessibilityController.focusedElement;
shouldBe("body.childAtIndex(3).role", "'AXRole: AXLink'");
- shouldBe("body.childAtIndex(3).title", "'AXTitle: Link1'");
+ shouldBe("body.childAtIndex(3).deprecatedTitle", "'AXTitle: Link1'");
shouldBe("body.childAtIndex(4).role", "'AXRole: AXLink'");
- shouldBe("body.childAtIndex(4).title", "'AXTitle: Link2'");
+ shouldBe("body.childAtIndex(4).deprecatedTitle", "'AXTitle: Link2'");
shouldBe("body.childAtIndex(5).role", "'AXRole: AXLink'");
- shouldBe("body.childAtIndex(5).title", "'AXTitle: Link3'");
+ shouldBe("body.childAtIndex(5).deprecatedTitle", "'AXTitle: Link3'");
}
</script>
« no previous file with comments | « LayoutTests/accessibility/image-map-title-causes-crash.html ('k') | LayoutTests/accessibility/image-map1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698