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

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

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-value-all-and-inherit-001.htm
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-and-inherit-001.htm b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-and-inherit-001.htm
new file mode 100644
index 0000000000000000000000000000000000000000..8ea7bc70bd625e0c5ffe4c05f4e3206a5c844bca
--- /dev/null
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-combine-upright-value-all-and-inherit-001.htm
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>CSS Writing Modes Test: text-combine-upright :all</title>
+ <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@access-company.com">
+ <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-combine-upright">
+ <link rel="match" href="reference/value-all-and-inherit-001-ref.htm">
+ <meta name="assert" content="Two white triangles does not pointing to the right. Pointing up.">
+ <meta charset="utf-8">
+ <style type="text/css">
+ @font-face {
+ font-family: 'tcu-font';
+ src: url('support/tcu-font.woff');
+ }
+
+ .tcu-all {
+ font-family: 'tcu-font';
+ -webkit-writing-mode: vertical-rl;
+ -webkit-text-combine: horizontal;
+ }
+ </style>
+</head>
+<body>
+ <p>Test passes if the two white triangles are pointing to the right.</p>
+ <div class="tcu-all">
+ <table>
+ <tr>
+ <td>
+ <div style="display: inline-table">
+ <div style="display: inline-block">
+ <p>2<span>2</span></p>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698