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

Side by Side Diff: LayoutTests/fast/replaced/image-map-on-inline-image.html

Issue 1146073003: Image elements can have inline layout objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated 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-on-inline-image-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 <!DOCTYPE html>
2 <style>
3 .img { border-style: outset; border-width: 50px; content: "";}
4 </style>
5 <img usemap="#map" class="img">
6 <map name="map"><area shape="poly" coords="0,0,0,100,100,100,100,0"></map>
7 <p>crbug.com/485414: Inline content data creating an inline image object shouldn 't cause an ASSERT. Click on the rectangle to test. </p>
8 <div id="result">Test passes if it does not crash.</div>
9 <script>
10 if (window.testRunner) {
11 testRunner.dumpAsText();
12 eventSender.mouseMoveTo(20, 20);
13 eventSender.mouseDown();
14 eventSender.mouseUp();
15 }
16 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/replaced/image-map-on-inline-image-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698