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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css21/linebox/vertical-align-121-expected.xht

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698