aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support
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-variables-1_dev/xhtml1/reference/support
parent00940911c5755651df7038c7bf4b51c77a44c225 (diff)
downloadservo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz
servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support')
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/Ahem.ttfbin12480 -> 0 bytes
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/ahem.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.html13
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.xht13
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-declaration.css5
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css15
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-reference.css6
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-supports.css4
8 files changed, 0 insertions, 60 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/Ahem.ttf b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/Ahem.ttf
deleted file mode 100644
index ac81cb03165..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/Ahem.ttf
+++ /dev/null
Binary files differ
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/ahem.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/ahem.css
deleted file mode 100644
index 82ee466791e..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/ahem.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@font-face {
- font-family: "Ahem";
- src: url(./Ahem.ttf);
-}
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.html b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.html
deleted file mode 100644
index 628466d5c2a..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<!--
- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/
---><html><head><title>CSS Reftest Reference</title>
-<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack">
-<style>
-p {
- color: green;
-}
-</style>
-</head><body><p>This text must be green.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.xht
deleted file mode 100644
index 9165afafe48..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.xht
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<!--
- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/
---><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Reftest Reference</title>
-<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
-<style>
-p {
- color: green;
-}
-</style>
-</head><body><p>This text must be green.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-declaration.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-declaration.css
deleted file mode 100644
index 9ba1b9d3288..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-declaration.css
+++ /dev/null
@@ -1,5 +0,0 @@
-p {
- color: red;
- --a: green;
- color: var(--a);
-}
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css
deleted file mode 100644
index 87f0609ba3d..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css
+++ /dev/null
@@ -1,15 +0,0 @@
-@font-face {
- --a: MyTestFontName;
- font-family: var(--a);
- src: url(./Ahem.ttf);
-}
-@font-face {
- font-family: MyTestFontName2;
- src: url(./Ahem.ttf);
-}
-#a {
- font-family: MyTestFontName, serif;
-}
-#b {
- font-family: MyTestFontName2, serif;
-}
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-reference.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-reference.css
deleted file mode 100644
index 0c697fdcf91..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-reference.css
+++ /dev/null
@@ -1,6 +0,0 @@
-:root {
- --a: green;
-}
-p {
- color: var(--a);
-}
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-supports.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-supports.css
deleted file mode 100644
index 96582bfd8f1..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-supports.css
+++ /dev/null
@@ -1,4 +0,0 @@
-body { color: red; }
-@supports (color:var(--a)) {
- p { color: green; }
-}