| 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>
|
|
|