Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-emphasis-001.htm |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-emphasis-001.htm b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-emphasis-001.htm |
deleted file mode 100644 |
index acd5c285054ab10bd83ef884940868c73dbb8185..0000000000000000000000000000000000000000 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-emphasis-001.htm |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <title>CSS Writing Modes Test: text-combine-upright with text-emphasis</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-emphasis-001-ref.htm"> |
- <link rel="mismatch" href="reference/text-emphasis-001-notref.htm"> |
- <meta name="assert" content="Test passes if text emphasis 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-emphasis { |
- font: 100px 'tcu-font'; |
- -webkit-writing-mode: vertical-rl; |
- -webkit-text-combine: horizontal; |
- -webkit-text-emphasis-style: open dot ; |
- } |
- </style> |
-</head> |
-<body> |
- <p>Test passes if this figure and the emphasis are idencial</p> |
- <div class="tcu-with-emphasis">44</div> |
-</body> |
-</html> |