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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/dynamic-top-change-005a-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 <head>
4 <title>CSS Test Reference Result</title>
5 <style type="text/css">
6 .testDiv { position: relative; width: 100px; height: 100px; }
7 #green { top: 100px; background: green; }
8 body > p { position: absolute; font-size: medium; }
9 body { font-size: 0; line-height: 0; position: relative; }
10 </style>
11 </head>
12 <body>
13 <p>There should be no red.</p>
14 <div id="green" class="testDiv"></div>
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698