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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001.htm

Issue 1213063003: update-w3c-deps import using blink 3b531d5bb326db09a7298b222030cf274590473d: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add rtcpeerconnection-idl-expected.txt Created 5 years, 6 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-decoration-001.htm
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001.htm b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001.htm
deleted file mode 100644
index 259cdd00232c8d25016d350910a752b820c5cf85..0000000000000000000000000000000000000000
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001.htm
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>CSS Writing Modes Test: text-combine-upright with text-decoration</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/text-decoration-001-ref.htm">
- <meta name="assert" content="Test passes if text decoration applies to the composed character but each character inside tate-chu-yoko.">
- <meta charset="utf-8">
- <style type="text/css">
- @font-face {
- font-family: 'tcu-font';
- src: url('support/tcu-font.woff');
- }
-
- .tcu-with-decoration {
- font: 100px 'tcu-font';
- -webkit-writing-mode: vertical-rl;
- -webkit-text-combine: horizontal;
- text-decoration: underline;
- }
- </style>
-</head>
-<body>
- <p>Test passes if this figure and the emphasis are idencial</p>
- <div class="tcu-with-decoration">44</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698