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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002.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-002.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002.xht
index 65455a5603891415f3ecd59ab67f8277ca1a1e4e..af9d8b47310fb0b63883e914108e75bb8fcfe537 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002.xht
@@ -11,17 +11,16 @@
<style type="text/css"><![CDATA[
div#rl
{
- border-right: blue solid 2em;
-webkit-writing-mode: vertical-rl;
font: 3.75em/3 Ahem; /* computes to 60px/180px */
- color: white;
+ color: blue;
}
span#orange
{
+ font-size: 0.5em;
color: orange;
vertical-align: top;
- line-height: 1;
}
]]></style>
@@ -29,7 +28,7 @@
<body>
- <p>Test passes if the right edge of an orange square touches the left edge of a blue square.</p>
+ <p>Test passes if the right edge of an blue square is aligned with the left edge of a orange square.</p>
<div id="rl">A<span id="orange">O</span></div>

Powered by Google App Engine
This is Rietveld 408576698