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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/CSS2/floats-clear/margin-collapse-157-ref.xht

Issue 2818213003: Import css21/floats-clear W3C CSS Test Suite (Closed)
Patch Set: update TestExpectations 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 XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6
7 <title>CSS Reftest Reference</title>
8 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB ugsSection/css21testsuite/" />
9
10 <style type="text/css"><![CDATA[
11 div.lime
12 {
13 background-color: lime;
14 border: black solid medium;
15 width: 8em;
16 }
17
18 div.aqua
19 {
20 background-color: aqua;
21 height: 4em;
22 width: 4em;
23 }
24
25 div.yellow
26 {
27 background-color: yellow;
28 height: 4em;
29 }
30 ]]></style>
31
32 </head>
33
34 <body>
35
36 <p>Test passes if there are 6 identical squares and <strong>no red</strong>.</ p>
37
38 <table>
39 <tr>
40 <td>
41 <div class="lime">
42 <div class="aqua"></div>
43 <div class="yellow"></div>
44 </div>
45 </td>
46 <td>
47 <div class="lime">
48 <div class="aqua"></div>
49 <div class="yellow"></div>
50 </div>
51 </td>
52 <td>
53 <div class="lime">
54 <div class="aqua"></div>
55 <div class="yellow"></div>
56 </div>
57 </td>
58 </tr>
59 <tr>
60 <td>
61 <div class="lime">
62 <div class="aqua"></div>
63 <div class="yellow"></div>
64 </div>
65 </td>
66 <td>
67 <div class="lime">
68 <div class="aqua"></div>
69 <div class="yellow"></div>
70 </div>
71 </td>
72 <td>
73 <div class="lime">
74 <div class="aqua"></div>
75 <div class="yellow"></div>
76 </div>
77 </td>
78 </tr>
79 </table>
80
81 </body>
82 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698