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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/vertical-align-boxes-001-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 <script src="../../resources/ahem.js"></script>
6 <style type="text/css">
7 .test {
8 height: 2em;
9 font: 40px/60px Ahem; color: blue;
10 }
11
12 #control {
13 height: 40px;
14 margin-bottom: -18px;
15 }
16 #control2 {
17 height: 40px;
18 width: 15px;
19 margin-bottom: -18px;
20 }
21
22 img {
23 background: blue;
24 }
25 </style>
26 </head>
27 <body>
28 <p>There should be a single blue rectangle with perfectly straight sides below .</p>
29 <div class="test">
30 <img id="control" src="support/swatch-blue.png" alt="FAIL"><!--
31 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
32 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
33 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
34 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
35 --><img id="control2" src="support/swatch-blue.png" alt="FAIL"><!--
36 --><img id="control2" src="support/swatch-blue.png" alt="FAIL">
37 </div>
38
39 </body>
40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698