Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001-expected.htm |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001-expected.htm b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001-expected.htm |
deleted file mode 100644 |
index 241b2da7f4daa146b52a4ed722ab53de13549883..0000000000000000000000000000000000000000 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-decoration-001-expected.htm |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <title>CSS Writing Modes Test: text-combine-upright with decoration</title> |
- <link rel="author" title="Shinsuke Matsuki" href="mailto:shinsuke.matsuki@access-company.com"> |
- <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 decoration are idencial</p> |
- <div class="tcu-with-decoration">7</div> |
-</body> |
-</html> |