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

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: 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 <style>
pdr. 2015/05/25 21:41:42 Can you add a <!DOCTYPE HTML> here so we go down t
2 .img { border-style: outset; border-width: 50px; content: open-quote;}
esprehn 2015/05/26 00:33:08 You can just do content: "", no need for quotes.
3 </style>
4 <img usemap="#map" class="img">
5 <map name="map"><area shape="poly" coords="0,0,0,100,100,100,100,0"></map>
6 <p>crbug.com/485414: Inline content data creating an inline image object shouldn 't cause an ASSERT. Click on the rectangle to test. </p>
7 <div id="result"Test passes if it does not crash.</div>
pdr. 2015/05/25 21:41:42 Nit: missing '>': result">Test
8 <script>
9 if (window.testRunner) {
10 testRunner.dumpAsText();
11 eventSender.mouseMoveTo(20, 20);
12 eventSender.mouseDown();
13 eventSender.mouseUp();
14 }
15 </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