aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-variables-1_dev/html/reference/support
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/html/reference/support')
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/Ahem.ttfbin12480 -> 0 bytes
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/ahem.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/color-green-ref.htm13
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/color-green-ref.html13
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-declaration.css5
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-font-face.css15
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-reference.css6
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-supports.css4
8 files changed, 0 insertions, 60 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/Ahem.ttf b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/Ahem.ttf
deleted file mode 100644
index ac81cb03165..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/Ahem.ttf
+++ /dev/null
Binary files differ
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/ahem.css b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/ahem.css
deleted file mode 100644
index 82ee466791e..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/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/html/reference/support/color-green-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/color-green-ref.htm
deleted file mode 100644
index 628466d5c2a..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/color-green-ref.htm
+++ /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/html/reference/support/color-green-ref.html b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/color-green-ref.html
deleted file mode 100644
index 628466d5c2a..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/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/html/reference/support/external-variable-declaration.css b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-declaration.css
deleted file mode 100644
index 9ba1b9d3288..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/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/html/reference/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-font-face.css
deleted file mode 100644
index 87f0609ba3d..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/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/html/reference/support/external-variable-reference.css b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-reference.css
deleted file mode 100644
index 0c697fdcf91..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/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/html/reference/support/external-variable-supports.css b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-supports.css
deleted file mode 100644
index 96582bfd8f1..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-supports.css
+++ /dev/null
@@ -1,4 +0,0 @@
-body { color: red; }
-@supports (color:var(--a)) {
- p { color: green; }
-}