-
-
Save metajack/9256d24a53ce7d61170b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm | |
index 2b386f5..9ff5c1a 100644 | |
--- a/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm | |
+++ b/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm | |
@@ -6,10 +6,9 @@ | |
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-05-20 --> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color"> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties"> | |
- <link rel="match" href="reference/ref-filled-black-96px-square.htm"> | |
- | |
+ <link rel="match" href="reference/ref-transparent-square.htm"> | |
<meta name="flags" content="invalid"> | |
- <meta name="assert" content="The 'border-bottom-color' set to #1000 falls back to the initial value."> | |
+ <meta name="assert" content="The 'border-bottom-color' set to #1000 is a transparent dark red square."> | |
<style type="text/css"> | |
div | |
{ | |
@@ -22,7 +21,7 @@ | |
</style> | |
</head> | |
<body> | |
- <p>Test passes if there is a filled black square.</p> | |
+ <p>Test passes if there is a transparent square.</p> | |
<div></div> | |
</body> | |
</html> | |
\ No newline at end of file | |
diff --git a/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm | |
index f26e06c..3f57c8b 100644 | |
--- a/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm | |
+++ b/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm | |
@@ -6,10 +6,10 @@ | |
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-05-26 --> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color"> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties"> | |
- <link rel="match" href="reference/ref-filled-black-96px-square.htm"> | |
+ <link rel="match" href="reference/ref-transparent-square.htm"> | |
<meta name="flags" content="invalid"> | |
- <meta name="assert" content="The 'border-left-color' set to #1000 falls back to the initial value."> | |
+ <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square."> | |
<style type="text/css"> | |
div | |
{ | |
@@ -21,7 +21,7 @@ | |
</style> | |
</head> | |
<body> | |
- <p>Test passes if there is a filled black square.</p> | |
+ <p>Test passes if there is a transparent square.</p> | |
<div></div> | |
</body> | |
</html> | |
\ No newline at end of file | |
diff --git a/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm | |
index 870db4d..6d5ab2c 100644 | |
--- a/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm | |
+++ b/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm | |
@@ -6,10 +6,10 @@ | |
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-06-02 --> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color"> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties"> | |
- <link rel="match" href="reference/border-right-color-007-ref.htm"> | |
+ <link rel="match" href="reference/ref-transparent-square.htm"> | |
<meta name="flags" content="invalid"> | |
- <meta name="assert" content="The 'border-right-color' set to #1000 falls back to the initial value."> | |
+ <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square."> | |
<style type="text/css"> | |
div | |
{ | |
@@ -21,7 +21,7 @@ | |
</style> | |
</head> | |
<body> | |
- <p>Test passes if there is a box below.</p> | |
+ <p>Test passes if there is a transparent square.</p> | |
<div></div> | |
</body> | |
</html> | |
\ No newline at end of file | |
diff --git a/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm | |
index 01fe00e..47dfaf9 100644 | |
--- a/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm | |
+++ b/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm | |
@@ -6,10 +6,10 @@ | |
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-05-26 --> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color"> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties"> | |
- <link rel="match" href="reference/ref-filled-black-96px-square.htm"> | |
+ <link rel="match" href="reference/ref-transparent-square.htm"> | |
<meta name="flags" content="invalid"> | |
- <meta name="assert" content="The 'border-top-color' set to #1000 falls back to the initial value."> | |
+ <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square."> | |
<style type="text/css"> | |
div | |
{ | |
@@ -22,7 +22,7 @@ | |
</style> | |
</head> | |
<body> | |
- <p>Test passes if there is a filled black square.</p> | |
+ <p>Test passes if there is a transparent square.</p> | |
<div></div> | |
</body> | |
</html> | |
\ No newline at end of file | |
diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-square.htm b/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-square.htm | |
new file mode 100644 | |
index 0000000..ead8d6d | |
--- /dev/null | |
+++ b/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-square.htm | |
@@ -0,0 +1,27 @@ | |
+<!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="Jack Moffitt" href="http://metajack.im/"> | |
+ | |
+ <style type="text/css"> | |
+ div | |
+ { | |
+ height: 96px; | |
+ width: 96px; | |
+ } | |
+ </style> | |
+ | |
+ </head> | |
+ | |
+ <body> | |
+ | |
+ <p>Test passes if there is a transparent square.</p> | |
+ | |
+ <div></div> | |
+ | |
+ </body> | |
+</html> | |
\ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment