diff options
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference')
25 files changed, 0 insertions, 322 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/css-vars-custom-property-case-sensitive-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/css-vars-custom-property-case-sensitive-ref.xht deleted file mode 100644 index 7a6536a0cf7..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/css-vars-custom-property-case-sensitive-ref.xht +++ /dev/null @@ -1,21 +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 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/xhtml1print/reference/css-vars-custom-property-inheritance-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/css-vars-custom-property-inheritance-ref.xht deleted file mode 100644 index 34f8cec9571..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/css-vars-custom-property-inheritance-ref.xht +++ /dev/null @@ -1,16 +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 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/xhtml1print/reference/support/Ahem.ttf b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/Ahem.ttf Binary files differdeleted file mode 100644 index ac81cb03165..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/Ahem.ttf +++ /dev/null diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/ahem.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/ahem.css deleted file mode 100644 index 82ee466791e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/support/color-green-ref.html b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/color-green-ref.html deleted file mode 100644 index 628466d5c2a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/support/color-green-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/color-green-ref.xht deleted file mode 100644 index 9165afafe48..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/support/external-variable-declaration.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-declaration.css deleted file mode 100644 index 9ba1b9d3288..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css deleted file mode 100644 index 87f0609ba3d..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/support/external-variable-reference.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-reference.css deleted file mode 100644 index 0c697fdcf91..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/support/external-variable-supports.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-supports.css deleted file mode 100644 index 96582bfd8f1..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/variable-declaration-15-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-15-ref.xht deleted file mode 100644 index 37b7d94cbe5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-15-ref.xht +++ /dev/null @@ -1,15 +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" /> -<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/xhtml1print/reference/variable-declaration-16-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-16-ref.xht deleted file mode 100644 index 37b7d94cbe5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-16-ref.xht +++ /dev/null @@ -1,15 +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" /> -<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/xhtml1print/reference/variable-declaration-17-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-17-ref.xht deleted file mode 100644 index 4975a0fc990..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-17-ref.xht +++ /dev/null @@ -1,15 +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" /> -<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/xhtml1print/reference/variable-declaration-18-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-18-ref.xht deleted file mode 100644 index 37b7d94cbe5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-declaration-18-ref.xht +++ /dev/null @@ -1,15 +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" /> -<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/xhtml1print/reference/variable-external-font-face-01-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-external-font-face-01-ref.xht deleted file mode 100644 index 9ba4cdc6f74..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-external-font-face-01-ref.xht +++ /dev/null @@ -1,11 +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" /> -<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/xhtml1print/reference/variable-font-face-01-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-01-ref.xht deleted file mode 100644 index 9ba4cdc6f74..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-01-ref.xht +++ /dev/null @@ -1,11 +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" /> -<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/xhtml1print/reference/variable-font-face-02-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-02-ref.xht deleted file mode 100644 index 9ba4cdc6f74..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-02-ref.xht +++ /dev/null @@ -1,11 +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" /> -<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/xhtml1print/reference/variable-reference-12-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-12-ref.xht deleted file mode 100644 index 4918651e284..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-12-ref.xht +++ /dev/null @@ -1,9 +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" /> -</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/xhtml1print/reference/variable-reference-36-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-36-ref.xht deleted file mode 100644 index 5664c388e2b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-36-ref.xht +++ /dev/null @@ -1,14 +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 { - 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/xhtml1print/reference/variable-reference-37-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-37-ref.xht deleted file mode 100644 index 5664c388e2b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-37-ref.xht +++ /dev/null @@ -1,14 +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 { - 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/xhtml1print/reference/variable-reference-38-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-38-ref.xht deleted file mode 100644 index 5ef35377112..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-38-ref.xht +++ /dev/null @@ -1,14 +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 { 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/xhtml1print/reference/variable-reference-40-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-40-ref.xht deleted file mode 100644 index e7fa9bf1db5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-40-ref.xht +++ /dev/null @@ -1,14 +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 { - 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/xhtml1print/reference/variable-reference-without-whitespace-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-without-whitespace-ref.xht deleted file mode 100644 index 7baee19a429..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-reference-without-whitespace-ref.xht +++ /dev/null @@ -1,15 +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>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/xhtml1print/reference/vars-background-shorthand-001-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/vars-background-shorthand-001-ref.xht deleted file mode 100644 index 2602ee11ffa..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/vars-background-shorthand-001-ref.xht +++ /dev/null @@ -1,22 +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 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/xhtml1print/reference/vars-font-shorthand-001-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/vars-font-shorthand-001-ref.xht deleted file mode 100644 index ebba5f572f5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/vars-font-shorthand-001-ref.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 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 |