Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / image-map-with-indirect-area-crash.html
blob1083cc51e710d0768295e9982ee6ba5e9ccf04be
1 <!DOCTYPE html>
2 <html>
3 Test passes if it does not crash.
4 <body id=body>
5 <img usemap=#img height=500 width=613>
6 <map name=img>
7 <time>
8 <area shape=default>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
13 if (window.accessibilityController) {
14 body.focus();
15 accessibilityController.focusedElement.elementAtPoint(100, 100);
17 </script>
18 </body>
19 </html>