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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001.html

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/text-combine-upright-inherit-all-001.html
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001.html
index 6682c7b09e4f0f543297c5581afb89e2f568f5f4..cdaaf0ac8b6a2c4bce1c724c7258457f9b5c52ea 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001.html
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001.html
@@ -6,17 +6,18 @@
<link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com">
<style>
#container {
- -webkit-writing-mode:vertical-rl;
- -webkit-writing-mode:vertical-rl;
font-size:50px;
}
+.vrl {
+ -webkit-writing-mode:vertical-rl;
+}
.tcy {
-webkit-text-combine:horizontal;
- -webkit-text-combine:horizontal;
}
</style>
-<p>Test passes if the following two numbers are both <b>horizontal</b>.
+<p>Test passes if all numbers are <b>horizontal</b>.
<div id=container>
- <div><span class=tcy>66</span></div>
- <div><span class=tcy><span>66</span></span></div>
+ <div>66</div>
+ <div class=vrl><span class=tcy>66</span></div>
+ <div class=vrl><span class=tcy><span>66</span></span></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698