Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-026-rl-expected.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-026-rl-expected.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-026-rl-expected.xht |
deleted file mode 100644 |
index 25186de319818ea2c2ccde1943ffc1f94a074310..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-026-rl-expected.xht |
+++ /dev/null |
@@ -1,30 +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 |
- { |
- padding-left: 60px; |
- vertical-align: top; |
- } |
- img + br + img |
- { |
- padding-left: 72px; /* 60 px (padding-left) + 12 px (the position of small blue box)*/ |
- } |
- ]]></style> |
- |
-</head> |
- |
-<body> |
- |
-<p>Test passes if the <strong>right edge</strong> of an irregular polygon is straight and unbroken.</p> |
- |
-<div> |
- <img class="blue" src="support/swatch-blue.png" width="60" height="60" alt="Image download support must be enabled" /><br/><img class="blue" src="support/swatch-blue.png" width="48" height="48" alt="Image download support must be enabled" /> |
-</div> |
- |
-</body> |
-</html> |