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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/image-map2.html

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/accessibility/image-map2.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/image-map2.html b/third_party/WebKit/LayoutTests/accessibility/image-map2.html
index 692239609bac7c027cc62543b3883a12d75833f5..dff9001f3360d1866ece862cd0b3efb64e547411 100644
--- a/third_party/WebKit/LayoutTests/accessibility/image-map2.html
+++ b/third_party/WebKit/LayoutTests/accessibility/image-map2.html
@@ -4,9 +4,9 @@
testRunner.dumpAsText();
</script>
<body id="body">
-
+
<div id="result"></div>
-
+
<!-- Test image map -->
<map id="apple" name="imagemap1">
<area shape="rect" coords="10,10,133,72" href="http://www.apple.com" alt="Link1" />
@@ -15,7 +15,7 @@
<img src="resources/cake.png" border="0" align="left" usemap="#imagemap1" vspace="1">
-
+
<script>
if (window.accessibilityController) {
var result = document.getElementById("result");
@@ -24,7 +24,7 @@
body.focus();
result.innerText += "Image map - test 2 - 2 Links (alt tags)\n";
result.innerText += "----------------------\n";
- result.innerText += accessibilityController.focusedElement.attributesOfChildren() + "\n\n";
+ result.innerText += accessibilityController.focusedElement.attributesOfChildren() + "\n\n";
}
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698