| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/vertical-align-121-expected.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/vertical-align-121-expected.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/vertical-align-121-expected.xht
|
| index 6b2b2345f5bf4ea0cc540179ec49c52f68a23819..ae177f56fab7b524a17283949e0b73319353fb2b 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/vertical-align-121-expected.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/vertical-align-121-expected.xht
|
| @@ -10,20 +10,33 @@
|
|
|
| <style type="text/css"><![CDATA[
|
| div#table
|
| - {
|
| - border-collapse: collapse;
|
| - display: table;
|
| - font: 30px/1 Ahem;
|
| - width: 6em;
|
| - }
|
| -
|
| - div.tr {display: table-row;}
|
| -
|
| - div.td {color: white; display: table-cell;}
|
| -
|
| - div#top {border-top: blue solid medium;}
|
| -
|
| - div.navy {color: navy;}
|
| + {
|
| + border-collapse: collapse;
|
| + display: table;
|
| + font: 30px/1 Ahem;
|
| + width: 6em;
|
| + }
|
| +
|
| + div.tr
|
| + {
|
| + display: table-row;
|
| + }
|
| +
|
| + div.td
|
| + {
|
| + color: white;
|
| + display: table-cell;
|
| + }
|
| +
|
| + div#top
|
| + {
|
| + border-top: blue solid medium;
|
| + }
|
| +
|
| + div.navy
|
| + {
|
| + color: navy;
|
| + }
|
| ]]></style>
|
|
|
| </head>
|
| @@ -43,4 +56,4 @@
|
| </div>
|
|
|
| </body>
|
| -</html>
|
| +</html>
|
|
|