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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001-expected.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-expected.html
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001-expected.html b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001-expected.html
index 2d3906b59c7e03c68ebccab63a0b9a4eb21d51b5..48816f72b19987a83f3584760b3cf70dbcd55a7b 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001-expected.html
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-inherit-all-001-expected.html
@@ -2,21 +2,21 @@
<title>CSS Writing Modes Test: text-combine-upright:all inherits</title>
<link rel="help" href="http://dev.w3.org/csswg/css-writing-modes-3/#text-combine-upright">
<meta name="assert" content="This test checks text-combine-upright:all inherits">
-<meta name="flags" content="ahem">
<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>66</span></div>
+ <div>66</div>
+ <div class=vrl><span class=tcy>66</span></div>
+ <div class=vrl><span class=tcy>66</span></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698