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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/inline-replaced-width-011.htm

Issue 2827713002: Delete duplicated LayoutTests from css2.1/20110323 (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html lang="en">
3 <head>
4 <title>CSS Test: Replaced inline elements with % widths</title>
5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/box/replaced/0 01.html" type="text/html">
7 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#inline-replaced -width">
8 <style type="text/css">
9 div { width: 600px: height: 100px; background: red; }
10 img { width: 100%; height: 100px; vertical-align: bottom; }
11 </style>
12 </head>
13 <body>
14 <p>There should be no red below.</p>
15 <div>
16 <p><img src="resources/swatch-green.png" alt="Image support required for this test"></p>
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698