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

Side by Side Diff: LayoutTests/fast/replaced/image-map-alt-content-crash.html

Issue 1119813002: Use the correct node when hit testing on an image map (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/replaced/image-map-alt-content-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <a onmouseover="var img=document['mapimage'];img.src=img.lowsrc?img.lowsrc:img.g etAttribute?img.getAttribute('lowsrc'):img.src;">
2 <img alt="alt text" width="850" usemap="#map" name="mapimage">
3 <map name="map"><area shape="rect" coords="60,60,100,100"></map>
4 <p>crbug.com/482214: Don't crash when hit testing while moving across a broken i mage that contains an image map.</p>
5 <script>
6 if (window.testRunner) {
7 testRunner.dumpAsText();
8 eventSender.mouseMoveTo(50, 50);
9 }
10 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/replaced/image-map-alt-content-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698