aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-11-01 18:17:08 -0400
committerJosh Matthews <josh@joshmatthews.net>2017-11-02 09:22:26 -0400
commit12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch)
tree982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht
parent00940911c5755651df7038c7bf4b51c77a44c225 (diff)
downloadservo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz
servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht')
-rw-r--r--tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht b/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht
deleted file mode 100644
index a39586bdac3..00000000000
--- a/tests/wpt/css-tests/css-multicol-1_dev/xhtml1/reference/multicol-nested-005-ref.xht
+++ /dev/null
@@ -1,34 +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><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>CSS Reftest Reference</title>
- <link rel="author" title="Opera Software ASA" href="http://www.opera.com/" />
- <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-08-10 -->
- <meta name="flags" content="image" />
- <style type="text/css"><![CDATA[
- div
- {
- background-color: yellow;
- font: 1.25em/1 serif;
- margin: 1em;
- padding: 0em 1em 1em;
- width: 39em;
- }
-
- img
- {
- padding-right: 2em;
- vertical-align: top;
- }
-
- img.column-gap {margin-right: 2em;}
-
- img#last {padding-right: 0em;}
- ]]></style>
- </head>
- <body>
-
- <div><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img class="column-gap" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img class="column-gap" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img src="support/black20x20.png" width="40" height="60" alt="Image download support must be enabled" /><img id="last" src="support/black20x20.png" width="40" height="40" alt="Image download support must be enabled" /></div>
-
- </body>
-</html> \ No newline at end of file