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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/images/space.html

Issue 1157863007: W3C Test: import web-platform-tests/html/rendering (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-run update-w3c-deps Created 5 years, 6 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
OLDNEW
(Empty)
1 <!doctype html>
2 <meta charset=utf-8>
3 <title>img hspace/vspace</title>
4 <link rel=match href=space-ref.html>
5 <style>
6 span { background: blue; }
7 </style>
8 <div style=width:400px;>
9 <p><span><img src=/images/green.png></span>
10 <p><span><img src=/images/green.png hspace=10></span>
11 <p><span><img src=/images/green.png vspace=10></span>
12 <p><span><img src=/images/green.png hspace=10%></span>
13 <p><span><img src=/images/green.png vspace=10%></span>
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698