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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006-expected.xht

Issue 1211973013: update-w3c-deps import using blink d42488bb63a5ac7fd6befd40a9b90fe85cebcc4a: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add flaky/timeout to TestExpectations Created 5 years, 5 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/inline-block-alignment-new-006-expected.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006-expected.xht
index 553f47c3a7730f6b7818a32596ee1bc0e267565f..77c29f346e0fa9673227c8d48cc5d32f78f0b2f7 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006-expected.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006-expected.xht
@@ -12,20 +12,27 @@
div#rl-sideways
{
color: fuchsia;
- font: 3.75em Ahem; /* computes to 60px */
+ font: 3.75em/1em Ahem; /* computes to 60px */
height: 4em;
-webkit-writing-mode: vertical-rl;
-webkit-text-orientation: sideways;
}
- span#fuchsia120
+ div#inline-block
{
display: inline-block;
padding-left: 1em; /* computes to 120px */
padding-right: 1em; /* computes to 120px */
+ color: fuchsia;
font-size: 2em; /* computes to 120px */
}
+ span.block-descendant
+ {
+ display: block;
+ line-height: 1;
+ }
+
span#fuchsia30
{
display: inline-block;
@@ -41,7 +48,10 @@
<p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
- <div id="rl-sideways">É<span id="fuchsia120">É</span><span id="fuchsia30">É</span></div>
+ <div id="rl-sideways">É<div id="inline-block">
+ <span class="block-descendant">B</span>
+ <span class="block-descendant last-line-box">É</span>
+ </div><span id="fuchsia30">É</span></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698