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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/margin-collapse-clear-015-expected.html

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>
3
4 <head>
5
6 <title>CSS Reftest Reference</title>
7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/">
8 <link rel="author" title="Bruno Fassino" href="fassino[at]gmail.com">
9
10 <style type="text/css">
11 div#lime
12 {
13 background-color: lime;
14 border-top: black solid 1px;
15 height: 140px;
16 width: 50%;
17 }
18
19 div#aqua
20 {
21 background-color: aqua;
22 height: 60px;
23 width: 50%;
24 }
25
26 div#yellow
27 {
28 background-color: yellow;
29 height: 100px;
30 }
31 </style>
32
33 </head>
34
35 <body>
36
37 <p>Test passes if there is <strong>no red</strong>.</p>
38
39 <div id="lime"><img src="support/swatch-blue.png" height="100" width="100" alt ="Image download support must be enabled"></div>
40
41 <div id="aqua"></div>
42
43 <div id="yellow"></div>
44
45 </body>
46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698