aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-variables-1_dev/html/reference
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/html/reference')
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-case-sensitive-ref.htm21
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-inheritance-ref.htm16
-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
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-15-ref.htm15
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-16-ref.htm15
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-17-ref.htm15
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-18-ref.htm15
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm11
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm11
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm11
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-12-ref.htm9
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-36-ref.htm14
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-37-ref.htm14
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-38-ref.htm14
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-40-ref.htm14
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-without-whitespace-ref.htm15
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-background-shorthand-001-ref.htm22
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-font-shorthand-001-ref.htm30
25 files changed, 0 insertions, 322 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-case-sensitive-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-case-sensitive-ref.htm
deleted file mode 100644
index be9c2465bac..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-case-sensitive-ref.htm
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html><head>
- <title>CSS Variables Test: custom property names are case-sensitive</title>
- <meta charset="UTF-8">
- <link href="mailto:noahcollins@gmail.com" rel="author" title="Noah Collins">
- <style type="text/css">
- .blue-good-1 { color: #22e; }
- .blue-good-2 { color: #22e; }
- </style>
-</head>
-<body>
- <h2 class="blue-good-1">Valid CSS Variable Names</h2>
- <p class="blue-good-1">This paragraph is styled using a valid CSS Variable name. It should be blue.</p>
- <p class="blue-good-2">This paragraph is styled using a valid CSS Variable name. It should be blue.</p>
- <br>
- <h2>Invalid CSS Variable Names</h2>
- <p>This paragraph is styled using an invalid CSS Variable name. Fail if red.</p>
- <p>This paragraph is styled using an invalid CSS Variable name. Fail if red.</p>
-
-
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-inheritance-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-inheritance-ref.htm
deleted file mode 100644
index 77e2387983a..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/css-vars-custom-property-inheritance-ref.htm
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html><head>
- <meta charset="utf-8">
- <title>CSS Variables Test: custom properties use normal inheritance and cascade rules</title>
- <link href="mailto:noahcollins@gmail.com" rel="author" title="Noah Collins">
- <style type="text/css">
- * { color: #1c1; }
- </style>
-</head>
-<body>
- <p>Green</p>
- <p>Green</p>
- <p>Green</p>
- <p>The test passes if everything is green. Any red means the test failed.</p>
-
-</body></html> \ No newline at end of file
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; }
-}
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-15-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-15-ref.htm
deleted file mode 100644
index 9db90b2467c..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-15-ref.htm
+++ /dev/null
@@ -1,15 +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">
-<link href="support/ahem.css" type="text/css" rel="stylesheet">
-<meta content="ahem" name="flags">
-<style>
-p {
- font-family: Ahem, sans-serif;
-}
-</style>
-</head><body><p>This text must be in Ahem.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-16-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-16-ref.htm
deleted file mode 100644
index 9db90b2467c..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-16-ref.htm
+++ /dev/null
@@ -1,15 +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">
-<link href="support/ahem.css" type="text/css" rel="stylesheet">
-<meta content="ahem" name="flags">
-<style>
-p {
- font-family: Ahem, sans-serif;
-}
-</style>
-</head><body><p>This text must be in Ahem.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-17-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-17-ref.htm
deleted file mode 100644
index bc886baee04..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-17-ref.htm
+++ /dev/null
@@ -1,15 +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">
-<link href="support/ahem.css" type="text/css" rel="stylesheet">
-<meta content="ahem" name="flags">
-<style>
-p {
- font-family: SomeUnknownFont, Ahem;
-}
-</style>
-</head><body><p>This text must be in Ahem.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-18-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-18-ref.htm
deleted file mode 100644
index 9db90b2467c..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-18-ref.htm
+++ /dev/null
@@ -1,15 +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">
-<link href="support/ahem.css" type="text/css" rel="stylesheet">
-<meta content="ahem" name="flags">
-<style>
-p {
- font-family: Ahem, sans-serif;
-}
-</style>
-</head><body><p>This text must be in Ahem.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm
deleted file mode 100644
index 5c3a4dbff31..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm
+++ /dev/null
@@ -1,11 +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">
-<link href="support/ahem.css" type="text/css" rel="stylesheet">
-<meta content="ahem" name="flags">
-</head><body><p style="font-family: serif">This text must not be in Ahem.</p>
-<p style="font-family: Ahem">But this text must be in Ahem.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm
deleted file mode 100644
index 5c3a4dbff31..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm
+++ /dev/null
@@ -1,11 +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">
-<link href="support/ahem.css" type="text/css" rel="stylesheet">
-<meta content="ahem" name="flags">
-</head><body><p style="font-family: serif">This text must not be in Ahem.</p>
-<p style="font-family: Ahem">But this text must be in Ahem.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm
deleted file mode 100644
index 5c3a4dbff31..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm
+++ /dev/null
@@ -1,11 +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">
-<link href="support/ahem.css" type="text/css" rel="stylesheet">
-<meta content="ahem" name="flags">
-</head><body><p style="font-family: serif">This text must not be in Ahem.</p>
-<p style="font-family: Ahem">But this text must be in Ahem.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-12-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-12-ref.htm
deleted file mode 100644
index fd6a93fcb5c..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-12-ref.htm
+++ /dev/null
@@ -1,9 +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">
-</head><body><p>The words "hello there" must appear below:</p>
-<p>hello there</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-36-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-36-ref.htm
deleted file mode 100644
index bbb8cf704d4..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-36-ref.htm
+++ /dev/null
@@ -1,14 +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 {
- background-color: green;
- color: white;
-}
-</style>
-</head><body><p>This text must have a green background color.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-37-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-37-ref.htm
deleted file mode 100644
index bbb8cf704d4..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-37-ref.htm
+++ /dev/null
@@ -1,14 +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 {
- background-color: green;
- color: white;
-}
-</style>
-</head><body><p>This text must have a green background color.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-38-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-38-ref.htm
deleted file mode 100644
index c01c3595a64..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-38-ref.htm
+++ /dev/null
@@ -1,14 +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 { padding-left: 1em; }
-#a { border-left: black dotted; }
-#b { border-left: black solid; }
-</style>
-</head><body><p id="a">The left border must be dotted.</p>
-<p id="b">The left border must be solid.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-40-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-40-ref.htm
deleted file mode 100644
index 7646e2d459e..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-40-ref.htm
+++ /dev/null
@@ -1,14 +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 {
- border: 2px solid transparent;
- border-image: linear-gradient(to right, orange, blue) 1 1;
-}
-</style>
-</head><body><p>This paragraph must have an orange/blue gradient border.</p>
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-without-whitespace-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-without-whitespace-ref.htm
deleted file mode 100644
index d749ff62dfc..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-reference-without-whitespace-ref.htm
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html><head><title>Variable reference without whitespace - reference</title>
-<link href="http://exyr.org/about/" rel="author" title="Simon Sapin">
-</head><body><p>The next four lines must be identical, containing only zeroes:
-</p><p>0 0 0
-</p><p>0 0 0
-</p><p>0 0 0
-</p><p>0 0 0
-
-</p><p>The next four lines must be identical, containing increasing integers:
-</p><p>1 2 3
-</p><p>1 2 3
-</p><p>1 2 3
-</p><p>1 2 3
-</p></body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-background-shorthand-001-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-background-shorthand-001-ref.htm
deleted file mode 100644
index d1b674a4476..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-background-shorthand-001-ref.htm
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html><head><title>CSS Variables 1: Test variables in background shorthand.</title>
-<link href="mailto:lea@verou.me" rel="author" title="Lea Verou">
-<style>
-div {
- width: 50px;
- height: 50px;
- padding: 50px;
- margin: 10px;
- display: inline-block;
- background: green;
-}
-</style>
-</head><body><p>Test passes if you see four green squares, and no red.</p>
-<div id="d1"></div>
-<div id="d2"></div>
-<div id="d3"></div>
-<div id="d4"></div>
-
-
-
-</body></html> \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-font-shorthand-001-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-font-shorthand-001-ref.htm
deleted file mode 100644
index d7138058a92..00000000000
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/vars-font-shorthand-001-ref.htm
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html><head><title>CSS Variables 1: Test variables in @font-face, font-family, font shorthand.</title>
-<link href="mailto:lea@verou.me" rel="author" title="Lea Verou">
-<style>
-
-
-
-div {
- width: 150px;
- height: 150px;
- margin: 10px;
- display: inline-block;
- vertical-align: middle;
- background: green;
- text-align: center;
- color: green;
- overflow: hidden;
-}
-
-</style>
-</head><body><p>Test passes if you see six green squares, and no red.</p>
-<div id="d1">X</div>
-<div id="d2">X</div>
-<div id="d3">X</div>
-<div id="d4">X</div>
-<div id="d5">X</div>
-<div id="d6">X</div>
-
-
-</body></html> \ No newline at end of file