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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht

Issue 1319333002: update-w3c-deps import using blink 6a21d1a089a3a2fd9e80ada1edd4f48db5408e0c: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 4 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: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht
index 9ceb48e8acfcd8c5b3af378060da15afc13df6d6..40f5ac1b6063ac8e0b5084f39e1ebf5999333a84 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht
@@ -12,7 +12,7 @@
div#rl
{
color: orange;
- font: 3.75em/1.5 Ahem; /* computes to 60px/90px */
+ font: 3.75em/3 Ahem; /* computes to 60px/90px */
-webkit-writing-mode: vertical-rl;
}
@@ -20,7 +20,6 @@
{
font-size: 0.5em; /* computes to 30px */
vertical-align: text-top;
- line-height: 1;
}
]]></style>
@@ -29,7 +28,7 @@
<body>
- <p>Test passes if the <strong>right edge</strong> of an irregular orange polygon is straight and unbroken.</p>
+ <p>Test passes if the <strong>left edge</strong> of an irregular orange polygon is straight and unbroken.</p>
<div id="rl">A<span id="orange30">O</span></div>

Powered by Google App Engine
This is Rietveld 408576698