diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-11-01 18:17:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2017-11-02 09:22:26 -0400 |
commit | 12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch) | |
tree | 982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference | |
parent | 00940911c5755651df7038c7bf4b51c77a44c225 (diff) | |
download | servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip |
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference')
4 files changed, 0 insertions, 64 deletions
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/at-supports-001-ref.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/at-supports-001-ref.xht deleted file mode 100644 index e0c4dc76257..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/at-supports-001-ref.xht +++ /dev/null @@ -1,19 +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 Reftest Reference</title> - <link href="http://florian.rivoal.net/" rel="author" title="Florian Rivoal" /> - <link href="http://opera.com" rel="author" title="Opera Software ASA" /> - <style> - div { - background-color:green; - height:100px; - width:100px; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p> - <div></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/at-supports-027-ref.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/at-supports-027-ref.xht deleted file mode 100644 index a1712c0be51..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/at-supports-027-ref.xht +++ /dev/null @@ -1,19 +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 Reftest Reference</title> - <link href="http://florian.rivoal.net/" rel="author" title="Florian Rivoal" /> - <link href="http://opera.com" rel="author" title="Opera Software ASA" /> - <style> - div { - background-color:green; - height:100px; - width:100px; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div></div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/background-lime.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/background-lime.xht deleted file mode 100644 index 288d0116e56..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/background-lime.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"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Test Reference</title> - <link href="https://dbaron.org/" rel="author" title="L. David Baron" /> - <link href="http://mozilla.com/" rel="author" title="Mozilla Corporation" /> - <style> - body { background: lime; color: black; } - </style> - </head> - <body> - This page should have a light green background. - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/support/pass.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/support/pass.xht deleted file mode 100644 index 6f448e06a60..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/reference/support/pass.xht +++ /dev/null @@ -1,12 +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="Cameron McCormack" href="mailto:cam@mcc.id.au" /> - <style type="text/css"><![CDATA[ - html { background-color: green } - ]]></style> - </head> - <body> - </body> -</html>
\ No newline at end of file |