Index: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-006-expected.xht |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-006-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-006-expected.xht |
deleted file mode 100644 |
index cf59ff64cb23695da6d8ae19abc12c409fbd9421..0000000000000000000000000000000000000000 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-006-expected.xht |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
-<head> |
- <title>CSS Reftest Reference</title> |
- <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com" /> |
- <meta name="flags" content="image" /> |
- <style type="text/css"><![CDATA[ |
- img |
- { |
- vertical-align: top; |
- } |
- |
- img |
- { |
- padding-left: 15px; /* = the position of first orange square */ |
- } |
- |
- img + br + img |
- { |
- padding-left: 15px; /* = the position of second orange square*/ |
- } |
- ]]></style> |
- |
-</head> |
- |
-<body> |
- |
-<p>Test passes if the <strong>left edge</strong> of an irregular orange polygon is straight and unbroken.</p> |
- |
-<div> |
- <img src="support/swatch-orange.png" width="60" height="60" alt="Image download support must be enabled" /><br/><!-- |
- --><img src="support/swatch-orange.png" width="30" height="30" alt="Image download support must be enabled" /> |
-</div> |
- |
-</body> |
-</html> |