diff options
Diffstat (limited to 'tests/wpt/css-tests/css-conditional-3_dev/html/reference')
5 files changed, 0 insertions, 76 deletions
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/reference/at-supports-001-ref.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/reference/at-supports-001-ref.htm deleted file mode 100644 index 34685626e79..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/html/reference/at-supports-001-ref.htm +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<html><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/html/reference/at-supports-027-ref.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/reference/at-supports-027-ref.htm deleted file mode 100644 index 4a098598a09..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/html/reference/at-supports-027-ref.htm +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<html><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/html/reference/background-lime.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/reference/background-lime.htm deleted file mode 100644 index 96d901347bb..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/html/reference/background-lime.htm +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html> -<html><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/html/reference/support/pass.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/reference/support/pass.htm deleted file mode 100644 index c2ad63be975..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/html/reference/support/pass.htm +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au"> - <style type="text/css"> - html { background-color: green } - </style> - </head> - <body> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/reference/support/pass.xht b/tests/wpt/css-tests/css-conditional-3_dev/html/reference/support/pass.xht deleted file mode 100644 index 6f448e06a60..00000000000 --- a/tests/wpt/css-tests/css-conditional-3_dev/html/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 |