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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/floats-149-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><meta charset="utf-8"/>
5
6 <title>CSS Reftest Reference</title>
7
8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/">
9
10 <style type="text/css">
11 table
12 {
13 border-spacing: 0px;
14 table-layout: fixed;
15 width: 100%;
16 }
17
18 td
19 {
20 padding: 0px;
21 vertical-align: top;
22 width: 50%;
23 }
24
25 div {background-color: green;}
26 </style>
27
28 </head>
29
30 <body>
31
32 <table>
33 <tr>
34 <td>There should be a green bar to the right: ⇨</td>
35 <td><div>&nbsp;</div></td>
36 </tr>
37 </table>
38
39 </body>
40 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698