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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/margin-collapse-027-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
9 <style type="text/css">
10 div
11 {
12 background-color: green;
13 height: 1.25em;
14 margin: 1em 0em 5em;
15 width: 6.25em;
16 }
17 </style>
18
19 </head>
20
21 <body>
22
23 <p>Test passes if there is no red.</p>
24
25 <div></div>
26
27 <div></div>
28
29 </body>
30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698