diff options
Diffstat (limited to 'testing/web-platform/tests/css/CSS2')
1311 files changed, 443 insertions, 44106 deletions
diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-001.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-001.xht deleted file mode 100644 index bd952404d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-001.xht +++ /dev/null @@ -1,35 +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: Background-color set to hex with 5 digits which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00000; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-002-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-002-ref.xht deleted file mode 100644 index b469a4cb8d..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-002-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-002.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-002.xht deleted file mode 100644 index f9e7e77eac..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-002.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-003-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-003-ref.xht deleted file mode 100644 index ecc99ecb07..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-003-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-003.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-003.xht deleted file mode 100644 index d804cddc69..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-003.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-003-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #010101." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #010101; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010101 color swatch" src="support/010101_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-004-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-004-ref.xht deleted file mode 100644 index f0ae15aefb..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-004-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-004.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-004.xht deleted file mode 100644 index f08f1a48df..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-004.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-004-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #999999." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #999999; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#999 color swatch" src="support/999_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-005-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-005-ref.xht deleted file mode 100644 index 388bd8ab70..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-005-ref.xht +++ /dev/null @@ -1,41 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-005.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-005.xht deleted file mode 100644 index 616339f3f8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-005.xht +++ /dev/null @@ -1,41 +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: Background-color set to hex with 6 digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-005-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #fefefe." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #fefefe; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fefefe color swatch" src="support/fefefe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-006-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-006-ref.xht deleted file mode 100644 index 5041fb87d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-006-ref.xht +++ /dev/null @@ -1,41 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-006.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-006.xht deleted file mode 100644 index 137c5917e9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-006.xht +++ /dev/null @@ -1,41 +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: Background-color set to hex with 6 digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #ffffff." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #ffffff; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-007.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-007.xht deleted file mode 100644 index 9b0b3e776f..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-007.xht +++ /dev/null @@ -1,35 +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: Background-color set to hex with 6 digits with the maximum plus one value of #1000000 which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #1000000; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-008.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-008.xht deleted file mode 100644 index ca10f24176..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-008.xht +++ /dev/null @@ -1,35 +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: Background-color set to hex with 6 digits with the maximum plus one value of #fgfgfg which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #fgfgfg; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-009-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-009-ref.xht deleted file mode 100644 index e818c26885..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-009-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-009.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-009.xht deleted file mode 100644 index 3e61aa61ff..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-009.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-009-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #010000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #010000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010000 color swatch" src="support/010000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-010-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-010-ref.xht deleted file mode 100644 index 8dbab72574..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-010-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-010.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-010.xht deleted file mode 100644 index 3939ed5260..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-010.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-010-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #990000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #990000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#900 color swatch" src="support/900_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-011-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-011-ref.xht deleted file mode 100644 index 9f4b87fd5e..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-011-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-011.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-011.xht deleted file mode 100644 index a936230834..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-011.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-011-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #fe0000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #fe0000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fe0000 color swatch" src="support/fe0000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-012-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-012-ref.xht deleted file mode 100644 index 59025f39b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-012-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-012.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-012.xht deleted file mode 100644 index 22979cf43f..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-012.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #ff0000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #ff0000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-013-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-013-ref.xht deleted file mode 100644 index 62226dacb9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-013-ref.xht +++ /dev/null @@ -1,24 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - img {width: 100%;} - ]]></style> - - </head> - - <body> - - <p>Test passes if there is a wide filled green rectangle.</p> - - <div><img src="support/swatch-green.png" height="100" alt="Image download support must be enabled" /></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-013.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-013.xht deleted file mode 100644 index 454cf14c34..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-013.xht +++ /dev/null @@ -1,34 +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: Background-color set to hex with 6 digits with a red set to the maximum plus one value of #fg0000 which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #fg0000 is invalid and falls back to the initial value." /> - <style type="text/css"> - #test - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #fg0000; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-014-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-014-ref.xht deleted file mode 100644 index cdfa33419c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-014-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-014.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-014.xht deleted file mode 100644 index 8fb0710bae..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-014.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-014-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000100." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000100; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000100_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-015-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-015-ref.xht deleted file mode 100644 index 150cb97303..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-015-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-015.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-015.xht deleted file mode 100644 index db83e5bccf..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-015.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-015-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #009900." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #009900; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#090 color swatch" src="support/090_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-016-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-016-ref.xht deleted file mode 100644 index 60460bd998..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-016-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-016.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-016.xht deleted file mode 100644 index 362219e26d..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-016.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-016-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00fe00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00fe00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00fe00 color swatch" src="support/00fe00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-017-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-017-ref.xht deleted file mode 100644 index 3c84188199..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-017-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-017.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-017.xht deleted file mode 100644 index ea1bace5ab..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-017.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00ff00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00ff00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-018.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-018.xht deleted file mode 100644 index 150ed16267..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-018.xht +++ /dev/null @@ -1,34 +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: Background-color set to hex with 6 digits with a green set to the maximum plus one value of #00fg00 is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00fg00; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-019-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-019-ref.xht deleted file mode 100644 index 79ac025807..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-019-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-019.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-019.xht deleted file mode 100644 index 5a9863aafa..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-019.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-019-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000001." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000001; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000001 color swatch" src="support/000001_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-020-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-020-ref.xht deleted file mode 100644 index 290b880fe8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-020-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-020.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-020.xht deleted file mode 100644 index 863be8b6ca..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-020.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-020-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000099." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000099; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#009 color swatch" src="support/009_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-021-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-021-ref.xht deleted file mode 100644 index 2c7402ed17..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-021-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-021.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-021.xht deleted file mode 100644 index 0a7d39c4a8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-021.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-021-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #0000fe." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0000fe; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0000fe color swatch" src="support/0000fe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-022-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-022-ref.xht deleted file mode 100644 index 307427e5b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-022-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-022.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-022.xht deleted file mode 100644 index 3fb3f8a297..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-022.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 6 digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #0000ff." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0000ff; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-023.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-023.xht deleted file mode 100644 index 703421aa51..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-023.xht +++ /dev/null @@ -1,34 +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: Background-color set to hex with 6 digits with a blue set to the maximum plus one value of #0000fg is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #0000fg; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-024.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-024.xht deleted file mode 100644 index 8bac3c5147..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-024.xht +++ /dev/null @@ -1,35 +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: Background-color set to hex with 2 digits which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-025-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-025-ref.xht deleted file mode 100644 index b469a4cb8d..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-025-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-025.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-025.xht deleted file mode 100644 index 8a4cb82271..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-025.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-025-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #000 causes the background of the box to be black." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-026-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-026-ref.xht deleted file mode 100644 index 0b2d2856df..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-026-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-026.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-026.xht deleted file mode 100644 index 7d4ea13bcd..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-026.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-026-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #111." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #111; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#111 color swatch" src="support/111_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-027-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-027-ref.xht deleted file mode 100644 index f0ae15aefb..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-027-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-027.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-027.xht deleted file mode 100644 index 3aa1c98302..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-027.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-027-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #999." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #999; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#999 color swatch" src="support/999_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-028-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-028-ref.xht deleted file mode 100644 index 59a7fa02b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-028-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-028.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-028.xht deleted file mode 100644 index 1601d98e40..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-028.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-028-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #eee." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #eee; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#eee color swatch" src="support/eee_color.png" /> - </div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-029-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-029-ref.xht deleted file mode 100644 index 5041fb87d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-029-ref.xht +++ /dev/null @@ -1,41 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-029.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-029.xht deleted file mode 100644 index 122fa11fcc..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-029.xht +++ /dev/null @@ -1,41 +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: Background-color set to hex with 3 digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-029-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #fff." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #fff; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-030.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-030.xht deleted file mode 100644 index 050ad81401..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-030.xht +++ /dev/null @@ -1,35 +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: Background-color set to hex with 3 digits with the maximum plus one value of #1000 which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #1000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #1000; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-031.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-031.xht deleted file mode 100644 index 2f70a07272..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-031.xht +++ /dev/null @@ -1,35 +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: Background-color set to hex with 3 digits with the maximum plus one value of #ggg which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #ggg; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-032-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-032-ref.xht deleted file mode 100644 index 366b222e9b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-032-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-032.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-032.xht deleted file mode 100644 index 5743e2b8e7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-032.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-032-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #100." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #100; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#100 color swatch" src="support/100_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-033-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-033-ref.xht deleted file mode 100644 index 8dbab72574..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-033-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-033.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-033.xht deleted file mode 100644 index e6a12193d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-033.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-033-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #900." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #900; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#900 color swatch" src="support/900_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-034-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-034-ref.xht deleted file mode 100644 index 9f135dc745..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-034-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-034.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-034.xht deleted file mode 100644 index 278fcfce84..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-034.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-034-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #e00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #e00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#e00 color swatch" src="support/e00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-035-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-035-ref.xht deleted file mode 100644 index 59025f39b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-035-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-035.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-035.xht deleted file mode 100644 index 0c8afb3de1..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-035.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-035-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #f00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #f00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-036.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-036.xht deleted file mode 100644 index f9cf11a73b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-036.xht +++ /dev/null @@ -1,34 +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: Background-color set to hex with 3 digits with a red set to the maximum plus one value of #g00 is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #g00; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-037-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-037-ref.xht deleted file mode 100644 index 75cf4a2f34..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-037-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-037.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-037.xht deleted file mode 100644 index 32daca17b8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-037.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-037-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #010." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #010; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010 color swatch" src="support/010_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-038-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-038-ref.xht deleted file mode 100644 index 150cb97303..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-038-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-038.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-038.xht deleted file mode 100644 index 76d4c9cb1f..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-038.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-038-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #090." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #090; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#090 color swatch" src="support/090_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-039-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-039-ref.xht deleted file mode 100644 index 6d08ab5895..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-039-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-039.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-039.xht deleted file mode 100644 index 944c66c622..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-039.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-039-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #0e0." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0e0; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0e0 color swatch" src="support/0e0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-040-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-040-ref.xht deleted file mode 100644 index 3c84188199..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-040-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-040.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-040.xht deleted file mode 100644 index 998e8a8902..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-040.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-040-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #0f0." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0f0; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-041-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-041-ref.xht deleted file mode 100644 index 389ae583ed..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-041-ref.xht +++ /dev/null @@ -1,24 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - img {width: 100%;} - ]]></style> - - </head> - - <body> - - <p>Test passes if there is a wide filled orange rectangle.</p> - - <div><img src="support/swatch-orange.png" height="100" alt="Image download support must be enabled" /></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-041.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-041.xht deleted file mode 100644 index 0ce51cca13..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-041.xht +++ /dev/null @@ -1,34 +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: Background-color set to hex with 3 digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-041-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: orange; - } - #test - { - background-color: #0g0; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled orange rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-042-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-042-ref.xht deleted file mode 100644 index 916cd6647c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-042-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-042.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-042.xht deleted file mode 100644 index e8b3157665..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-042.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-042-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #001." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #001; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#001 color swatch" src="support/001_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-043-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-043-ref.xht deleted file mode 100644 index 290b880fe8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-043-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-043.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-043.xht deleted file mode 100644 index cbc4b0033a..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-043.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-043-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #009." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #009; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#009 color swatch" src="support/009_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-044-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-044-ref.xht deleted file mode 100644 index 1435c39446..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-044-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-044.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-044.xht deleted file mode 100644 index a115c6d86d..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-044.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-044-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00e." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00e; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00e color swatch" src="support/00e_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-045-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-045-ref.xht deleted file mode 100644 index 307427e5b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-045-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-045.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-045.xht deleted file mode 100644 index 4b98028bba..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-045.xht +++ /dev/null @@ -1,33 +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: Background-color set to hex with 3 digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-045-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00f." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00f; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-046.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-046.xht deleted file mode 100644 index c32901c8cd..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-046.xht +++ /dev/null @@ -1,35 +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: Background-color set to hex with 3 digits with a blue set to the maximum plus one value of #00g is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00g; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-047.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-047.xht deleted file mode 100644 index d02be6a049..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-047.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1%, -1%, -1%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-048.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-048.xht deleted file mode 100644 index 8b2b528230..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-048.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049-020202-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049-020202-ref.xht deleted file mode 100644 index 4b37e52103..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049-020202-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/020202_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/020202_color.png" /> - </div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049-030303-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049-030303-ref.xht deleted file mode 100644 index f5381c0c0d..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049-030303-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/030303_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/030303_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049.xht deleted file mode 100644 index df0b832c22..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-049.xht +++ /dev/null @@ -1,36 +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: Background-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-049-020202-ref.xht" /> - <link rel="match" href="background-color-049-030303-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(1%, 1%, 1%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - background-color: rgb(1%, 1%, 1%); - height: 100px; - width: 100px; - } - #reference - { - color: rgb(1%, 1%, 1%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html> - diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-050.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-050.xht deleted file mode 100644 index b202b35f80..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-050.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0%, -0%, -0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0%, -0%, -0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-051.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-051.xht deleted file mode 100644 index 558ec9acc9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-051.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0%, +0%, +0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0%, +0%, +0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-052-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-052-ref.xht deleted file mode 100644 index 1e98cfe008..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-052-ref.xht +++ /dev/null @@ -1,29 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/666666_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/666666_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-052.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-052.xht deleted file mode 100644 index f8bc813559..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-052.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-052-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(40%, 40%, 40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(40%, 40%, 40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(40%, 40%, 40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-053.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-053.xht deleted file mode 100644 index 1ea427b28c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-053.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-052-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(+40%, +40%, +40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(+40%, +40%, +40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(+40%, +40%, +40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054-fcfcfc-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054-fcfcfc-ref.xht deleted file mode 100644 index 6023756648..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054-fcfcfc-ref.xht +++ /dev/null @@ -1,37 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - body - { - background-color: black; - color: white; - } - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fcfcfc_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fcfcfc_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054-fdfdfd-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054-fdfdfd-ref.xht deleted file mode 100644 index 58104c73c1..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054-fdfdfd-ref.xht +++ /dev/null @@ -1,37 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - body - { - background-color: black; - color: white; - } - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fdfdfd_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fdfdfd_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054.xht deleted file mode 100644 index 27b1ea4d07..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-054.xht +++ /dev/null @@ -1,40 +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: Background-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-054-fcfcfc-ref.xht" /> - <link rel="match" href="background-color-054-fdfdfd-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(99%, 99%, 99%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - body - { - background-color: black; - color: white; - } - #test - { - height: 100px; - width: 100px; - background-color: rgb(99%, 99%, 99%); - } - #reference - { - color: rgb(99%, 99%, 99%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-055.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-055.xht deleted file mode 100644 index d8a148340f..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-055.xht +++ /dev/null @@ -1,41 +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: Background-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(100%, 100%, 100%)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(100%, 100%, 100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-056.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-056.xht deleted file mode 100644 index 21eccce3d5..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-056.xht +++ /dev/null @@ -1,41 +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: Background-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+100%, +100%, +100%)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+100%, +100%, +100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-057.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-057.xht deleted file mode 100644 index 5645c50bf5..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-057.xht +++ /dev/null @@ -1,41 +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: Background-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(101%, 101%, 101%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-058.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-058.xht deleted file mode 100644 index 020f3fd2d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-058.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1, -1, -1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-059.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-059.xht deleted file mode 100644 index d40c24df75..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-059.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-060.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-060.xht deleted file mode 100644 index 99d8156ef3..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-060.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-003-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(1, 1, 1)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(1, 1, 1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010101 color swatch" src="support/010101_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-061.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-061.xht deleted file mode 100644 index b0a262ea5a..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-061.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0, -0, -0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0, -0, -0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-062.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-062.xht deleted file mode 100644 index 17e0cfe633..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-062.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0, +0, +0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0, +0, +0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-063-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-063-ref.xht deleted file mode 100644 index 43cbdd9099..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-063-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-063.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-063.xht deleted file mode 100644 index ac2a142808..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-063.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-063-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(128, 128, 128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(128, 128, 128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#808080 color swatch" src="support/808080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-064.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-064.xht deleted file mode 100644 index e5bff1b70d..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-064.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-063-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+128, +128, +128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+128, +128, +128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#808080 color swatch" src="support/808080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-065.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-065.xht deleted file mode 100644 index 12118419b8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-065.xht +++ /dev/null @@ -1,41 +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: Background-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-005-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(254, 254, 254)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(254, 254, 254); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fefefe color swatch" src="support/fefefe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-066.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-066.xht deleted file mode 100644 index a35205fb83..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-066.xht +++ /dev/null @@ -1,41 +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: Background-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(255, 255, 255)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(255, 255, 255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-067.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-067.xht deleted file mode 100644 index 4f3f9cbc23..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-067.xht +++ /dev/null @@ -1,41 +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: Background-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+255, +255, +255)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+255, +255, +255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-068.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-068.xht deleted file mode 100644 index 4408739508..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-068.xht +++ /dev/null @@ -1,41 +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: Background-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(256, 256, 256); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-069.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-069.xht deleted file mode 100644 index d8c1a5991c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-069.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070-020000-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070-020000-ref.xht deleted file mode 100644 index b60b3c17e0..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070-020000-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/020000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/020000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070-030000-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070-030000-ref.xht deleted file mode 100644 index 97ab0b2a04..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070-030000-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/030000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/030000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070.xht deleted file mode 100644 index 5982e24d4b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-070.xht +++ /dev/null @@ -1,35 +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: Background-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-070-020000-ref.xht" /> - <link rel="match" href="background-color-070-030000-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(1%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(1%, 0%, 0%); - } - #reference - { - color: rgb(1%, 0%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-071.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-071.xht deleted file mode 100644 index 2b04f969d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-071.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-072.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-072.xht deleted file mode 100644 index b8d5642519..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-072.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-073-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-073-ref.xht deleted file mode 100644 index 3c4b5c2af0..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-073-ref.xht +++ /dev/null @@ -1,29 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/660000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/660000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-073.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-073.xht deleted file mode 100644 index 3ccae5540b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-073.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-073-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(40%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(40%, 0%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(40%, 0%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-074.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-074.xht deleted file mode 100644 index c37912b9dd..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-074.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-073-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(+40%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(+40%, 0%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(+40%, 0%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075-fc0000-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075-fc0000-ref.xht deleted file mode 100644 index 7cfa6f5b93..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075-fc0000-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fc0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fc0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075-fd0000-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075-fd0000-ref.xht deleted file mode 100644 index 77c1d9a5ac..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075-fd0000-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fd0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fd0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075.xht deleted file mode 100644 index 0a1bc875f9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-075.xht +++ /dev/null @@ -1,35 +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: Background-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-075-fc0000-ref.xht" /> - <link rel="match" href="background-color-075-fd0000-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(99%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(99%, 0%, 0%); - } - #reference - { - color: rgb(99%, 0%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-076.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-076.xht deleted file mode 100644 index 0dc3c451b1..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-076.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(100%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(100%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-077.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-077.xht deleted file mode 100644 index f5a8449a58..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-077.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+100%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+100%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-078.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-078.xht deleted file mode 100644 index 4fd825bd75..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-078.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color is set to rgb(101%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(101%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-079.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-079.xht deleted file mode 100644 index 62a6ad79b4..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-079.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-080.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-080.xht deleted file mode 100644 index e0a77a7e64..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-080.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-009-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(1, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(1, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010000 color swatch" src="support/010000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-081.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-081.xht deleted file mode 100644 index a558636a55..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-081.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-082.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-082.xht deleted file mode 100644 index 65dccc485f..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-082.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-083-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-083-ref.xht deleted file mode 100644 index 05116ff480..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-083-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-083.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-083.xht deleted file mode 100644 index 46a0a56508..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-083.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-083-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(128, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(128, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#800000 color swatch" src="support/800000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-084.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-084.xht deleted file mode 100644 index a25685035c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-084.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-083-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+128, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+128, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#800000 color swatch" src="support/800000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-085.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-085.xht deleted file mode 100644 index e20926d643..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-085.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-011-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(254, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(254, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fe0000 color swatch" src="support/fe0000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-086.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-086.xht deleted file mode 100644 index 95ed289032..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-086.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(255, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(255, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-087.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-087.xht deleted file mode 100644 index 3b73262061..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-087.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+255, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+255, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-088.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-088.xht deleted file mode 100644 index 7a4cadfa70..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-088.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(256, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-089.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-089.xht deleted file mode 100644 index d21b7fe0c1..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-089.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, -1%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090-000200-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090-000200-ref.xht deleted file mode 100644 index 1e43bfad1c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090-000200-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000200_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000200_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090-000300-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090-000300-ref.xht deleted file mode 100644 index 6a072d9954..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090-000300-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000300_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000300_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090.xht deleted file mode 100644 index 59f63dde33..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-090.xht +++ /dev/null @@ -1,35 +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: Background-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-090-000200-ref.xht" /> - <link rel="match" href="background-color-090-000300-ref.xht" /> - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 1%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 1%, 0%); - } - #reference - { - color: rgb(0%, 1%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-091.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-091.xht deleted file mode 100644 index 2d6ce46188..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-091.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, -0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, -0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-092.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-092.xht deleted file mode 100644 index 5c9a4e08a0..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-092.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, +0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, +0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-093-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-093-ref.xht deleted file mode 100644 index 280c4e5405..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-093-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> - <meta name="flags" content="image"/> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/006600_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/006600_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-093.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-093.xht deleted file mode 100644 index dae3822cae..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-093.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-093-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, 40%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 40%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, 40%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-094.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-094.xht deleted file mode 100644 index a5b31906b8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-094.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-093-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, +40%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, +40%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, +40%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095-00fc00-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095-00fc00-ref.xht deleted file mode 100644 index d1d9355d9b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095-00fc00-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fc00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fc00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095-00fd00-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095-00fd00-ref.xht deleted file mode 100644 index e5dec694c4..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095-00fd00-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fd00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fd00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095.xht deleted file mode 100644 index ad19592bb8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-095.xht +++ /dev/null @@ -1,35 +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: Background-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-095-00fc00-ref.xht" /> - <link rel="match" href="background-color-095-00fd00-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(0%, 99%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 99%, 0%); - } - #reference - { - color: rgb(0%, 99%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-096.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-096.xht deleted file mode 100644 index baa9de190c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-096.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 100%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 100%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-097.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-097.xht deleted file mode 100644 index 37d949ac4e..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-097.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, +100%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, +100%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-098.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-098.xht deleted file mode 100644 index 7a258faa4c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-098.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 101%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-099.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-099.xht deleted file mode 100644 index c13af740a7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-099.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, -1, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-100.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-100.xht deleted file mode 100644 index 86544845c9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-100.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-014-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to rgb(0, 1, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 1, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000100_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-101.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-101.xht deleted file mode 100644 index 7bb78cedf5..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-101.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, -0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, -0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-102.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-102.xht deleted file mode 100644 index 3ae143328d..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-102.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, +0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, +0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-103-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-103-ref.xht deleted file mode 100644 index 934fcd6da6..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-103-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-103.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-103.xht deleted file mode 100644 index 93306085ce..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-103.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-103-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 128, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 128, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#008000 color swatch" src="support/008000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-104.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-104.xht deleted file mode 100644 index 049f2bbf08..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-104.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-103-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, +128, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, +128, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#008000 color swatch" src="support/008000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-105.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-105.xht deleted file mode 100644 index f6847924d0..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-105.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-016-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 254, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 254, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00fe00 color swatch" src="support/00fe00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-106.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-106.xht deleted file mode 100644 index 9bcabb32d8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-106.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 255, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 255, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-107.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-107.xht deleted file mode 100644 index b690bfd486..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-107.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, +255, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, +255, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-108.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-108.xht deleted file mode 100644 index 14f2e5664e..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-108.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 256, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-109.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-109.xht deleted file mode 100644 index 224c8285f9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-109.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, -1%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110-000002-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110-000002-ref.xht deleted file mode 100644 index ce7525c80b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110-000002-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000002_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000002_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110-000003-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110-000003-ref.xht deleted file mode 100644 index b6e2f8a8c3..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110-000003-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000003_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000003_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110.xht deleted file mode 100644 index 1c298ccc97..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-110.xht +++ /dev/null @@ -1,35 +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: Background-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-110-000002-ref.xht" /> - <link rel="match" href="background-color-110-000003-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 1%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 1%); - } - #reference - { - color: rgb(0%, 0%, 1%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-111.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-111.xht deleted file mode 100644 index b1c1d4a347..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-111.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, -0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, -0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-112.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-112.xht deleted file mode 100644 index 094c0dbcac..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-112.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, +0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, +0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-113-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-113-ref.xht deleted file mode 100644 index 120857be31..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-113-ref.xht +++ /dev/null @@ -1,29 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000066_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000066_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-113.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-113.xht deleted file mode 100644 index b8245d5476..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-113.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-113-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, 0%, 40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-114.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-114.xht deleted file mode 100644 index cd27c6e521..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-114.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-113-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, +40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, +40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, 0%, +40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115-0000fc-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115-0000fc-ref.xht deleted file mode 100644 index 55590fcccb..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115-0000fc-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fc_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fc_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115-0000fd-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115-0000fd-ref.xht deleted file mode 100644 index 83a5e96e60..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115-0000fd-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fd_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fd_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115.xht deleted file mode 100644 index 25903e56b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-115.xht +++ /dev/null @@ -1,35 +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: Background-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-115-0000fc-ref.xht" /> - <link rel="match" href="background-color-115-0000fd-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 99%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 99%); - } - #reference - { - color: rgb(0%, 0%, 99%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-116.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-116.xht deleted file mode 100644 index db6901457f..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-116.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 100%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, 100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-117.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-117.xht deleted file mode 100644 index 75b7f5b93a..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-117.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, +100%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, +100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-118.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-118.xht deleted file mode 100644 index f97e581e7a..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-118.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, 101%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-119.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-119.xht deleted file mode 100644 index f70540f3b5..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-119.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, -1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-120.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-120.xht deleted file mode 100644 index f220efe571..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-120.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-019-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 1)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000001 color swatch" src="support/000001_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-121.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-121.xht deleted file mode 100644 index 0ef996e767..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-121.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, -0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, -0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-122.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-122.xht deleted file mode 100644 index a244421750..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-122.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, +0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, +0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-123-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-123-ref.xht deleted file mode 100644 index 68617d2c43..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-123-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-123.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-123.xht deleted file mode 100644 index c8a7dd9ccf..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-123.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-123-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000080 color swatch" src="support/000080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-124.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-124.xht deleted file mode 100644 index 896f2eb2e0..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-124.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-123-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, +128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, +128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000080 color swatch" src="support/000080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-125.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-125.xht deleted file mode 100644 index 8630cfee44..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-125.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-021-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 254)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 254); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0000fe color swatch" src="support/0000fe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-126.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-126.xht deleted file mode 100644 index 4a86576053..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-126.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 255)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-127.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-127.xht deleted file mode 100644 index 98bc089214..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-127.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, +255)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, +255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-128.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-128.xht deleted file mode 100644 index b673363127..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-128.xht +++ /dev/null @@ -1,33 +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: Background-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 256); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-130.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-130.xht deleted file mode 100644 index 7373a3f8fb..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-130.xht +++ /dev/null @@ -1,33 +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: Background-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to black causes the background-color of the box to be black." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: black; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-131.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-131.xht deleted file mode 100644 index 942862b0e9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-131.xht +++ /dev/null @@ -1,33 +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: Background-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to blue causes the background-color of the box to be blue." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: blue; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-132-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-132-ref.xht deleted file mode 100644 index 9d6a313268..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-132-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-132.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-132.xht deleted file mode 100644 index 898cc691af..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-132.xht +++ /dev/null @@ -1,33 +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: Background-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-132-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to fuchsia causes the background-color of the box to be fuchsia." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: fuchsia; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="fuchsia color swatch" src="support/fuchsia_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-133.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-133.xht deleted file mode 100644 index 06552a649c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-133.xht +++ /dev/null @@ -1,33 +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: Background-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-063-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to gray causes the background-color of the box to be gray." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: gray; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#808080 color swatch" src="support/808080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-134.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-134.xht deleted file mode 100644 index 08511a73bc..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-134.xht +++ /dev/null @@ -1,33 +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: Background-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-103-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to green causes the background of the box to be green." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: green; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#008000 color swatch" src="support/008000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-135-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-135-ref.xht deleted file mode 100644 index aa547b0a54..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-135-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-135.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-135.xht deleted file mode 100644 index 64a92f9003..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-135.xht +++ /dev/null @@ -1,33 +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: Background-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-135-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to lime causes the background-color of the box to be lime." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: lime; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="lime color swatch" src="support/swatch-lime.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-136-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-136-ref.xht deleted file mode 100644 index c3382a769a..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-136-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-136.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-136.xht deleted file mode 100644 index a9aed04919..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-136.xht +++ /dev/null @@ -1,33 +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: Background-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-136-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to maroon causes the background-color of the box to be maroon." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: maroon; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="maroon color swatch" src="support/maroon_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-137.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-137.xht deleted file mode 100644 index a965f8cbd2..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-137.xht +++ /dev/null @@ -1,33 +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: Background-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-123-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to navy causes the background-color of the box to be navy." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: navy; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000080 color swatch" src="support/000080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-138-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-138-ref.xht deleted file mode 100644 index 832375425c..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-138-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-138.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-138.xht deleted file mode 100644 index e438b2eea3..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-138.xht +++ /dev/null @@ -1,33 +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: Background-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-138-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to olive causes the background-color of the box to be olive." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: olive; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="olive color swatch" src="support/olive_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-139-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-139-ref.xht deleted file mode 100644 index 587737848b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-139-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/orange15x15.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/orange15x15.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-139.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-139.xht deleted file mode 100644 index 28f21aeb18..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-139.xht +++ /dev/null @@ -1,33 +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: Background-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-139-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to orange causes the background-color of the box to be orange." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: orange; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div> - <img alt="orange color swatch" src="support/orange15x15.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-140-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-140-ref.xht deleted file mode 100644 index 056f8e4dcf..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-140-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-140.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-140.xht deleted file mode 100644 index 40dd350214..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-140.xht +++ /dev/null @@ -1,33 +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: Background-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-140-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to purple causes the background-color of the box to be purple." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: purple; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="purple color swatch" src="support/purple_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-141.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-141.xht deleted file mode 100644 index b393f22b43..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-141.xht +++ /dev/null @@ -1,33 +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: Background-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to red causes the background-color of the box to be red." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: red; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-142-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-142-ref.xht deleted file mode 100644 index 3f7ffb2f2b..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-142-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-142.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-142.xht deleted file mode 100644 index db2aaa4630..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-142.xht +++ /dev/null @@ -1,33 +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: Background-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-142-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to silver causes the background-color of the box to be silver." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: silver; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="silver color swatch" src="support/silver_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-143-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-143-ref.xht deleted file mode 100644 index 70c54ff1a9..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-143-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-143.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-143.xht deleted file mode 100644 index b0c0e2e1bc..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-143.xht +++ /dev/null @@ -1,33 +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: Background-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-143-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to teal causes the background-color of the box to be teal." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: teal; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="teal color swatch" src="support/teal_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-144.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-144.xht deleted file mode 100644 index f1668fd6d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-144.xht +++ /dev/null @@ -1,41 +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: Background-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to white causes the background-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: white; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-145-ref.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-145-ref.xht deleted file mode 100644 index 1d05b5f071..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-145-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-145.xht b/testing/web-platform/tests/css/CSS2/backgrounds/background-color-145.xht deleted file mode 100644 index 3afa2192b8..0000000000 --- a/testing/web-platform/tests/css/CSS2/backgrounds/background-color-145.xht +++ /dev/null @@ -1,33 +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: Background-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-145-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to yellow causes the background-color of the box to be yellow." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: yellow; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="yellow color swatch" src="support/yellow_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-001-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-001-ref.xht deleted file mode 100644 index 7c5bdccdce..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-001-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-001.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-001.xht deleted file mode 100644 index 5214c335c8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-001.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-002.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-002.xht deleted file mode 100644 index c52d2aebae..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-002.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-003-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-003-ref.xht deleted file mode 100644 index b2b5131875..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-003-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010101_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-003.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-003.xht deleted file mode 100644 index 48b032439c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-003.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #010101; - height: 0; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-004-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-004-ref.xht deleted file mode 100644 index aa7950069d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-004-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-004.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-004.xht deleted file mode 100644 index 60d1e4cbf7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-004.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #999999; - height: 0; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-005-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-005-ref.xht deleted file mode 100644 index eb79eb193d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-005-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fefefe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-005.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-005.xht deleted file mode 100644 index c7310c0623..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-005.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fefefe; - height: 0; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-006-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-006-ref.xht deleted file mode 100644 index 9ef802086a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-006-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fff_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-006.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-006.xht deleted file mode 100644 index fbd7527b5c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-006.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #ffffff; - height: 0; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-007.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-007.xht deleted file mode 100644 index d9ae994c82..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-007.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #1000000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-008.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-008.xht deleted file mode 100644 index 0f5105d209..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-008.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fgfgfg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-009-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-009-ref.xht deleted file mode 100644 index e5076a43ed..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-009-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-009.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-009.xht deleted file mode 100644 index 461e6e273a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-009.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #010000; - height: 0; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-010-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-010-ref.xht deleted file mode 100644 index 92ea2c169f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-010-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: #990000; - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-010.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-010.xht deleted file mode 100644 index 990f57bc74..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-010.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #990000; - height: 0; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-011-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-011-ref.xht deleted file mode 100644 index 1c97de1ffc..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-011-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fe0000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-011.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-011.xht deleted file mode 100644 index 94ee90e473..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-011.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fe0000; - height: 0; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-012-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-012-ref.xht deleted file mode 100644 index ea9e7c3bcd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-012-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/f00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-012.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-012.xht deleted file mode 100644 index fddac3965f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-012.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #ff0000; - height: 0; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-013.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-013.xht deleted file mode 100644 index 455b89d596..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-013.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fg0000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-014-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-014-ref.xht deleted file mode 100644 index d3082895e9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-014-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-014.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-014.xht deleted file mode 100644 index fc00268dab..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-014.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000100; - height: 0; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-015-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-015-ref.xht deleted file mode 100644 index b04da23788..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-015-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-015.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-015.xht deleted file mode 100644 index 8bc3c80da5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-015.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #009900; - height: 0; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-016-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-016-ref.xht deleted file mode 100644 index 538f9051c2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-016-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00fe00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-016.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-016.xht deleted file mode 100644 index 40d3b77435..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-016.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00fe00; - height: 0; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-017-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-017-ref.xht deleted file mode 100644 index cf6912694c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-017-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0f0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-017.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-017.xht deleted file mode 100644 index cbfaee79a6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-017.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00ff00; - height: 0; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-018.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-018.xht deleted file mode 100644 index ecaea1c746..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-018.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00fg00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-019-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-019-ref.xht deleted file mode 100644 index 322c6fc059..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-019-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-019.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-019.xht deleted file mode 100644 index 267ed5396d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-019.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000001; - height: 0; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-020-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-020-ref.xht deleted file mode 100644 index 833ec72aa3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-020-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/009_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-020.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-020.xht deleted file mode 100644 index fb8cfb20aa..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-020.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000099; - height: 0; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-021-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-021-ref.xht deleted file mode 100644 index 4ea14313ac..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-021-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0000fe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-021.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-021.xht deleted file mode 100644 index c84d76f872..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-021.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0000fe; - height: 0; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-022-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-022-ref.xht deleted file mode 100644 index d99e3eaf48..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-022-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00f_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-022.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-022.xht deleted file mode 100644 index 0090ddeac1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-022.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0000ff; - height: 0; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-023.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-023.xht deleted file mode 100644 index d10a277573..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-023.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0000fg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-024.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-024.xht deleted file mode 100644 index 6cd95188f4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-024.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-025.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-025.xht deleted file mode 100644 index 4c5b3d1ce0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-025.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000; - height: 0; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-026-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-026-ref.xht deleted file mode 100644 index 79cf8fd3c0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-026-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/111_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-026.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-026.xht deleted file mode 100644 index 0e539bb602..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-026.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #111; - height: 0; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-027-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-027-ref.xht deleted file mode 100644 index aa7950069d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-027-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-027.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-027.xht deleted file mode 100644 index f1a65812e5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-027.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #999; - height: 0; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-028-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-028-ref.xht deleted file mode 100644 index dad179e9ea..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-028-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/eee_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-028.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-028.xht deleted file mode 100644 index c25c89a184..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-028.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #eee; - height: 0; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-029.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-029.xht deleted file mode 100644 index 623072dcd9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-029.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fff; - height: 0; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-030.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-030.xht deleted file mode 100644 index abf930e326..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-030.xht +++ /dev/null @@ -1,35 +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: Border-bottom-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #1000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-031.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-031.xht deleted file mode 100644 index 60f3123428..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-031.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #ggg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-032-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-032-ref.xht deleted file mode 100644 index d5f9edb9e3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-032-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-032.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-032.xht deleted file mode 100644 index a14a91b225..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-032.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #100; - height: 0; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-033.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-033.xht deleted file mode 100644 index 0eeaae8387..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-033.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #900; - height: 0; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-034-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-034-ref.xht deleted file mode 100644 index 2993969578..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-034-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/e00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-034.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-034.xht deleted file mode 100644 index 41ed5b423b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-034.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #e00; - height: 0; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-035.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-035.xht deleted file mode 100644 index 43c7d2f030..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-035.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #f00; - height: 0; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-036.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-036.xht deleted file mode 100644 index 5bb1979c26..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-036.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #g00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-037-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-037-ref.xht deleted file mode 100644 index f89e162bd8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-037-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-037.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-037.xht deleted file mode 100644 index aaa0547d71..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-037.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #010; - height: 0; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-038-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-038-ref.xht deleted file mode 100644 index b04da23788..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-038-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-038.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-038.xht deleted file mode 100644 index df795d75ee..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-038.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #090; - height: 0; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-039-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-039-ref.xht deleted file mode 100644 index 192db0e6f9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-039-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0e0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-039.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-039.xht deleted file mode 100644 index e454a366ee..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-039.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0e0; - height: 0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-040.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-040.xht deleted file mode 100644 index 9343aaabfd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-040.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0f0; - height: 0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-041.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-041.xht deleted file mode 100644 index 2c0b7daa5c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-041.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0g0; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-042-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-042-ref.xht deleted file mode 100644 index 11bffd78f2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-042-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-042.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-042.xht deleted file mode 100644 index 0ac99a15b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-042.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #001; - height: 0; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-043.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-043.xht deleted file mode 100644 index 09205f4373..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-043.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #009; - height: 0; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-044-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-044-ref.xht deleted file mode 100644 index 3d27161bc4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-044-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00e_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-044.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-044.xht deleted file mode 100644 index 4e847ed453..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-044.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00e; - height: 0; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-045.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-045.xht deleted file mode 100644 index b6f39cc51e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-045.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00f; - height: 0; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-046.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-046.xht deleted file mode 100644 index 81ff35d9de..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-046.xht +++ /dev/null @@ -1,28 +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: Border-bottom-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00g; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-047.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-047.xht deleted file mode 100644 index 080709fc25..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-047.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1%, -1%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-048.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-048.xht deleted file mode 100644 index 800d3761af..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-048.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-049-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-049-ref.xht deleted file mode 100644 index 344ce16730..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-049-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-049.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-049.xht deleted file mode 100644 index 0b2e262b7d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-049.xht +++ /dev/null @@ -1,36 +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: Border-bottom-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-049-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1%, 1%, 1%); - height: 0; - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-050.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-050.xht deleted file mode 100644 index d70f8b5f29..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-050.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0%, -0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-051.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-051.xht deleted file mode 100644 index 70a6c63782..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-051.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0%, +0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-052-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-052-ref.xht deleted file mode 100644 index 8096f85a34..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-052-ref.xht +++ /dev/null @@ -1,24 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-052.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-052.xht deleted file mode 100644 index a90c57a47d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-052.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(40%, 40%, 40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-053.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-053.xht deleted file mode 100644 index cfc23e2c1d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-053.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+40%, +40%, +40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-054-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-054-ref.xht deleted file mode 100644 index 9d1c01f601..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-054-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-054.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-054.xht deleted file mode 100644 index 7366be47d2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-054.xht +++ /dev/null @@ -1,44 +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: Border-bottom-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-054-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(99%, 99%, 99%); - height: 0; - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-055.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-055.xht deleted file mode 100644 index 8be065dfd7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-055.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(100%, 100%, 100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-056.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-056.xht deleted file mode 100644 index df3d7b47ff..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-056.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+100%, +100%, +100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-057.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-057.xht deleted file mode 100644 index 5e362672fb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-057.xht +++ /dev/null @@ -1,46 +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: Border-bottom-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(101%, 101%, 101%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-058.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-058.xht deleted file mode 100644 index 79ee656137..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-058.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1, -1, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-059.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-059.xht deleted file mode 100644 index d860b0bd26..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-059.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-060.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-060.xht deleted file mode 100644 index 2a7f41483e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-060.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1, 1, 1); - height: 0; - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-061.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-061.xht deleted file mode 100644 index 97a0001a8b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-061.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0, -0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-062.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-062.xht deleted file mode 100644 index 9b9eca3d2c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-062.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0, +0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-063-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-063-ref.xht deleted file mode 100644 index 3afc17f0ed..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-063-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-063.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-063.xht deleted file mode 100644 index a6295e1ad2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-063.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(128, 128, 128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-064.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-064.xht deleted file mode 100644 index 89148be4ae..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-064.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+128, +128, +128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-065.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-065.xht deleted file mode 100644 index d11d1ba641..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-065.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(254, 254, 254); - height: 0; - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-066.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-066.xht deleted file mode 100644 index 7bad2cf389..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-066.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(255, 255, 255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-067.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-067.xht deleted file mode 100644 index f53683a2be..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-067.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+255, +255, +255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-068.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-068.xht deleted file mode 100644 index 491d57534e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-068.xht +++ /dev/null @@ -1,46 +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: Border-bottom-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(256, 256, 256); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-069.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-069.xht deleted file mode 100644 index 3717d36ea8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-069.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-070-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-070-ref.xht deleted file mode 100644 index 8e185252fa..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-070-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-070.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-070.xht deleted file mode 100644 index bdedc86190..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-070.xht +++ /dev/null @@ -1,36 +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: Border-bottom-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-070-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-071.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-071.xht deleted file mode 100644 index e17c1dff33..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-071.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-072.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-072.xht deleted file mode 100644 index b6113b805f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-072.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-073-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-073-ref.xht deleted file mode 100644 index 9c8b4d8c64..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-073-ref.xht +++ /dev/null @@ -1,24 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-073.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-073.xht deleted file mode 100644 index b60a4d8470..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-073.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-074.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-074.xht deleted file mode 100644 index 851efab048..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-074.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-075-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-075-ref.xht deleted file mode 100644 index 813946da33..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-075-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-075.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-075.xht deleted file mode 100644 index c8b5873b21..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-075.xht +++ /dev/null @@ -1,36 +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: Border-bottom-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-075-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(99%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-076.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-076.xht deleted file mode 100644 index 766e371b1f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-076.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-077.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-077.xht deleted file mode 100644 index 4ce0ec8ee7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-077.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-078.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-078.xht deleted file mode 100644 index 7435831018..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-078.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(101%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-079.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-079.xht deleted file mode 100644 index 7256c711d6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-079.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-080.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-080.xht deleted file mode 100644 index 46c60e78be..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-080.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-081.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-081.xht deleted file mode 100644 index 843848cb37..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-081.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-082.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-082.xht deleted file mode 100644 index 66e533b34b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-082.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-083-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-083-ref.xht deleted file mode 100644 index bf6367d4ef..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-083-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/800000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-083.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-083.xht deleted file mode 100644 index 7b6241ac99..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-083.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-084.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-084.xht deleted file mode 100644 index 2ac69013ba..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-084.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-085.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-085.xht deleted file mode 100644 index bf2b53bd71..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-085.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(254, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-086.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-086.xht deleted file mode 100644 index f052625a4a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-086.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-087.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-087.xht deleted file mode 100644 index 111155f706..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-087.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-088.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-088.xht deleted file mode 100644 index ca55585278..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-088.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(256, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-089.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-089.xht deleted file mode 100644 index 0d715dda9b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-089.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, -1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-090-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-090-ref.xht deleted file mode 100644 index d18a102f4f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-090-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-090.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-090.xht deleted file mode 100644 index 4cdd83f3bf..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-090.xht +++ /dev/null @@ -1,36 +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: Border-bottom-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-090-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-091.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-091.xht deleted file mode 100644 index 60c8815119..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-091.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, -0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-092.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-092.xht deleted file mode 100644 index 7027950d71..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-092.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, +0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-093-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-093-ref.xht deleted file mode 100644 index e6d8290485..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-093-ref.xht +++ /dev/null @@ -1,24 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-093.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-093.xht deleted file mode 100644 index e4f629ea46..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-093.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-094.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-094.xht deleted file mode 100644 index e9d58db302..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-094.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, +40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-095-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-095-ref.xht deleted file mode 100644 index 938e110505..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-095-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-095.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-095.xht deleted file mode 100644 index 4ddfedfeec..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-095.xht +++ /dev/null @@ -1,36 +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: Border-bottom-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-095-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 99%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-096.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-096.xht deleted file mode 100644 index 245605da62..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-096.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-097.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-097.xht deleted file mode 100644 index cd33161b37..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-097.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, +100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-098.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-098.xht deleted file mode 100644 index 6d039dd127..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-098.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 101%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-099.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-099.xht deleted file mode 100644 index 5f6ae6bc89..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-099.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, -1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-100-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-100-ref.xht deleted file mode 100644 index 27a0264086..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-100-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: rgb(0, 1, 0); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-100.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-100.xht deleted file mode 100644 index 44075c7547..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-100.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-101.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-101.xht deleted file mode 100644 index 8947bc54de..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-101.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, -0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-102.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-102.xht deleted file mode 100644 index 3f4516e942..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-102.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, +0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-103-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-103-ref.xht deleted file mode 100644 index 3f0eb480ad..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-103-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/008000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-103.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-103.xht deleted file mode 100644 index 8127a908fc..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-103.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-104.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-104.xht deleted file mode 100644 index 0b4f3b105e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-104.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, +128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-105.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-105.xht deleted file mode 100644 index 8e0ec28589..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-105.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 254, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-106.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-106.xht deleted file mode 100644 index bd9fc7497f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-106.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-107.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-107.xht deleted file mode 100644 index 72a38a3682..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-107.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, +255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-108.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-108.xht deleted file mode 100644 index d69d720085..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-108.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 256, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-109.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-109.xht deleted file mode 100644 index 053febc6f1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-109.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-110-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-110-ref.xht deleted file mode 100644 index a9241f5351..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-110-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-110.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-110.xht deleted file mode 100644 index 736365f6d0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-110.xht +++ /dev/null @@ -1,36 +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: Border-bottom-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-110-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-111.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-111.xht deleted file mode 100644 index 7d8523838b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-111.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-112.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-112.xht deleted file mode 100644 index 5c70578bb2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-112.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-113-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-113-ref.xht deleted file mode 100644 index 030ee6ec00..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-113-ref.xht +++ /dev/null @@ -1,24 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-113.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-113.xht deleted file mode 100644 index 347344ebdc..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-113.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-114.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-114.xht deleted file mode 100644 index c28375c7de..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-114.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, +40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-115-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-115-ref.xht deleted file mode 100644 index 4628877183..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-115-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-115.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-115.xht deleted file mode 100644 index 41f46477f1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-115.xht +++ /dev/null @@ -1,36 +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: Border-bottom-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-115-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 99%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-116.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-116.xht deleted file mode 100644 index b8f182522b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-116.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-117.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-117.xht deleted file mode 100644 index 034f0f5b82..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-117.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, +100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-118.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-118.xht deleted file mode 100644 index 25990d11c5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-118.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 101%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-119.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-119.xht deleted file mode 100644 index 25ccc228bc..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-119.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-120.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-120.xht deleted file mode 100644 index 6cf2c68e43..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-120.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-121.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-121.xht deleted file mode 100644 index 4f6ae4f5be..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-121.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-122.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-122.xht deleted file mode 100644 index b742b0634c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-122.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-123-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-123-ref.xht deleted file mode 100644 index 6e03bafdd7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-123-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-123.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-123.xht deleted file mode 100644 index a95ef02b51..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-123.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-124.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-124.xht deleted file mode 100644 index 957b9e7cd9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-124.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, +128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-125.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-125.xht deleted file mode 100644 index 370eb8ac65..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-125.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 254); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-126.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-126.xht deleted file mode 100644 index ab183be63b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-126.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-127.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-127.xht deleted file mode 100644 index b03e509920..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-127.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, +255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-128.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-128.xht deleted file mode 100644 index 94462cacdd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-128.xht +++ /dev/null @@ -1,38 +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: Border-bottom-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 256); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-130.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-130.xht deleted file mode 100644 index a8c1583484..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-130.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to black causes the border-bottom-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: black; - height: 0; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-131-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-131-ref.xht deleted file mode 100644 index 4e5d9de91e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-131-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/blue15x15.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-131.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-131.xht deleted file mode 100644 index aa987cb49f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-131.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to blue causes the border-bottom-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: blue; - height: 0; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-132-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-132-ref.xht deleted file mode 100644 index 713977b023..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-132-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fuchsia_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-132.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-132.xht deleted file mode 100644 index ac7a228d7b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-132.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to fuchsia causes the border-bottom-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: fuchsia; - height: 0; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-133-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-133-ref.xht deleted file mode 100644 index 5db22dc254..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-133-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-133.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-133.xht deleted file mode 100644 index 06c1c9ebba..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-133.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to gray causes the border-bottom-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: gray; - height: 0; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-134-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-134-ref.xht deleted file mode 100644 index beccb7d434..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-134-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-green.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-134.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-134.xht deleted file mode 100644 index 97d168bc59..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-134.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: green; - height: 0; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-135-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-135-ref.xht deleted file mode 100644 index 7546efe622..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-135-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-lime.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-135.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-135.xht deleted file mode 100644 index 85ce19a0b1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-135.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to lime causes the border-bottom-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: lime; - height: 0; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-136-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-136-ref.xht deleted file mode 100644 index a6b78590d5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-136-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/maroon_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-136.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-136.xht deleted file mode 100644 index 3444b98516..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-136.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to maroon causes the border-bottom-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: maroon; - height: 0; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-137-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-137-ref.xht deleted file mode 100644 index 80bc045ae0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-137-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-navy.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-137.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-137.xht deleted file mode 100644 index b3fd414209..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-137.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to navy causes the border-bottom-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: navy; - height: 0; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-138-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-138-ref.xht deleted file mode 100644 index 23131e179c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-138-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/olive_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-138.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-138.xht deleted file mode 100644 index 6ffa065e69..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-138.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to olive causes the border-bottom-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: olive; - height: 0; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-139-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-139-ref.xht deleted file mode 100644 index 3569017b36..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-139-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-orange.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-139.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-139.xht deleted file mode 100644 index 1754a3349f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-139.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to orange causes the border-bottom-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: orange; - height: 0; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-140-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-140-ref.xht deleted file mode 100644 index f0efa88286..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-140-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/purple_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-140.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-140.xht deleted file mode 100644 index baf0905400..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-140.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to purple causes the border-bottom-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: purple; - height: 0; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-141-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-141-ref.xht deleted file mode 100644 index b15072ea27..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-141-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-red.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-141.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-141.xht deleted file mode 100644 index c665523214..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-141.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to red causes the border-bottom-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: red; - height: 0; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-142-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-142-ref.xht deleted file mode 100644 index 814f26daa6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-142-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/silver_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-142.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-142.xht deleted file mode 100644 index e53654dfc5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-142.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to silver causes the border-bottom-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: silver; - height: 0; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-143-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-143-ref.xht deleted file mode 100644 index 2acd5974e3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-143-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/teal_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-143.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-143.xht deleted file mode 100644 index 2a7188025c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-143.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to teal causes the border-bottom-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: teal; - height: 0; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-144-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-144-ref.xht deleted file mode 100644 index 374461a4f0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-144-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/swatch-white.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-144.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-144.xht deleted file mode 100644 index d1061878de..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-144.xht +++ /dev/null @@ -1,45 +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: Border-bottom-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to white causes the border-bottom-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: white; - height: 0; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-145-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-145-ref.xht deleted file mode 100644 index a7e37e77a6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-145-ref.xht +++ /dev/null @@ -1,32 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/yellow_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-145.xht b/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-145.xht deleted file mode 100644 index 4ac7c5917c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-bottom-color-145.xht +++ /dev/null @@ -1,37 +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: Border-bottom-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <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="border-bottom-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to yellow causes the border-bottom-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: yellow; - height: 0; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-001.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-001.xht deleted file mode 100644 index 26f026c1cb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-001.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-002.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-002.xht deleted file mode 100644 index 0a7aeffc3c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-002.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-003.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-003.xht deleted file mode 100644 index 7c7485bdba..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-003.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #010101; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-004.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-004.xht deleted file mode 100644 index fe6e8e63a6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-004.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #999999; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-005.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-005.xht deleted file mode 100644 index d458a71356..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-005.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fefefe; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-006.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-006.xht deleted file mode 100644 index 2aeb4e00fb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-006.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #ffffff; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-007.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-007.xht deleted file mode 100644 index 96793387bf..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-007.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #1000000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-008.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-008.xht deleted file mode 100644 index b95241d800..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-008.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fgfgfg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-009.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-009.xht deleted file mode 100644 index 7d167052c1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-009.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #010000; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-010.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-010.xht deleted file mode 100644 index 1f41c35bad..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-010.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #990000; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-011.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-011.xht deleted file mode 100644 index 19acbe2f35..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-011.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fe0000; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-012.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-012.xht deleted file mode 100644 index 784a876d4e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-012.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #ff0000; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-013.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-013.xht deleted file mode 100644 index cb89214e1e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-013.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fg0000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-014.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-014.xht deleted file mode 100644 index c407698f81..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-014.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000100; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-015.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-015.xht deleted file mode 100644 index 0d502b9f9e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-015.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #009900; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-016.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-016.xht deleted file mode 100644 index 41c308d15b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-016.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00fe00; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-017.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-017.xht deleted file mode 100644 index d8cbe8b1e1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-017.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00ff00; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-018.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-018.xht deleted file mode 100644 index 49fea3c70d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-018.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00fg00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-019.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-019.xht deleted file mode 100644 index 583852437d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-019.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000001; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-020.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-020.xht deleted file mode 100644 index ddfb8b49cd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-020.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000099; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-021.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-021.xht deleted file mode 100644 index f0c16a7b5b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-021.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0000fe; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-022.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-022.xht deleted file mode 100644 index 129f5f1a8c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-022.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0000ff; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-023.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-023.xht deleted file mode 100644 index ed969cff29..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-023.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0000fg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-024.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-024.xht deleted file mode 100644 index fb1bf0d78c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-024.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-025.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-025.xht deleted file mode 100644 index 2d1e9950b9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-025.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-026.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-026.xht deleted file mode 100644 index 4abf426697..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-026.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #111; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-027.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-027.xht deleted file mode 100644 index c28aa21bf5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-027.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #999; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-028.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-028.xht deleted file mode 100644 index 386c42a244..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-028.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #eee; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-029.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-029.xht deleted file mode 100644 index f2624c1dff..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-029.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fff; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-030.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-030.xht deleted file mode 100644 index fc62a4b144..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-030.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #1000; - height: 1in; - width: 0; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-031.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-031.xht deleted file mode 100644 index c31e9d9eaa..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-031.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #ggg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-032.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-032.xht deleted file mode 100644 index 2478e7880a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-032.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #100; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-033.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-033.xht deleted file mode 100644 index 79ec0085ba..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-033.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #900; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-034.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-034.xht deleted file mode 100644 index 2282d05879..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-034.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #e00; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-035.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-035.xht deleted file mode 100644 index 25acf6d8ad..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-035.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #f00; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-036.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-036.xht deleted file mode 100644 index b268910e59..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-036.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #g00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-037.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-037.xht deleted file mode 100644 index 73cf82df6b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-037.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #010; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-038.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-038.xht deleted file mode 100644 index cffdd3fa10..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-038.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #090; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-039.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-039.xht deleted file mode 100644 index ffada9e7a1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-039.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0e0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-040.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-040.xht deleted file mode 100644 index edd44d2af9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-040.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0f0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-041.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-041.xht deleted file mode 100644 index 8a19c644be..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-041.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0g0; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-042.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-042.xht deleted file mode 100644 index eeaa75b5ac..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-042.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #001; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-043.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-043.xht deleted file mode 100644 index 12cddbd1cb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-043.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #009; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-044.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-044.xht deleted file mode 100644 index 9232b04ff6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-044.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00e; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-045.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-045.xht deleted file mode 100644 index d8afc8a85c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-045.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00f; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-046.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-046.xht deleted file mode 100644 index 0e585c3277..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-046.xht +++ /dev/null @@ -1,27 +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: Border-left-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00g; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-047.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-047.xht deleted file mode 100644 index bb0b50b9cb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-047.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1%, -1%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-048.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-048.xht deleted file mode 100644 index 2526461f94..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-048.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-049.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-049.xht deleted file mode 100644 index be71e45ac7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-049.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-bottom-color-049-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1%, 1%, 1%); - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-050.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-050.xht deleted file mode 100644 index 62696bbc2f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-050.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0%, -0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-051.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-051.xht deleted file mode 100644 index e4a74328aa..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-051.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0%, +0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-052.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-052.xht deleted file mode 100644 index a2469a7574..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-052.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(40%, 40%, 40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-053.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-053.xht deleted file mode 100644 index e0826207e6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-053.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+40%, +40%, +40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-054.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-054.xht deleted file mode 100644 index 056a3f792d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-054.xht +++ /dev/null @@ -1,43 +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: Border-left-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-054-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(99%, 99%, 99%); - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-055.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-055.xht deleted file mode 100644 index 51428320a3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-055.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(100%, 100%, 100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-056.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-056.xht deleted file mode 100644 index 97567200bd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-056.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+100%, +100%, +100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-057.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-057.xht deleted file mode 100644 index fde87d1898..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-057.xht +++ /dev/null @@ -1,45 +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: Border-left-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(101%, 101%, 101%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-058.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-058.xht deleted file mode 100644 index f11c3efe09..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-058.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1, -1, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-059.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-059.xht deleted file mode 100644 index a47824414b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-059.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-060.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-060.xht deleted file mode 100644 index 5819fd3506..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-060.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1, 1, 1); - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-061.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-061.xht deleted file mode 100644 index 99debe1088..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-061.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0, -0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-062.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-062.xht deleted file mode 100644 index 99cb289e5c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-062.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0, +0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-063.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-063.xht deleted file mode 100644 index 653414a387..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-063.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(128, 128, 128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-064.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-064.xht deleted file mode 100644 index b894e3c3c7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-064.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+128, +128, +128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-065.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-065.xht deleted file mode 100644 index 11b46615e8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-065.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(254, 254, 254); - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-066.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-066.xht deleted file mode 100644 index 89b0058e0c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-066.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(255, 255, 255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-067.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-067.xht deleted file mode 100644 index b595cea5f5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-067.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+255, +255, +255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-068.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-068.xht deleted file mode 100644 index b582d0df9e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-068.xht +++ /dev/null @@ -1,45 +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: Border-left-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(256, 256, 256); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-069.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-069.xht deleted file mode 100644 index 9662a942ca..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-069.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-070.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-070.xht deleted file mode 100644 index abfd0c62f0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-070.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-070-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1%, 0%, 0%); - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-071.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-071.xht deleted file mode 100644 index f1b2279759..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-071.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-072.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-072.xht deleted file mode 100644 index ba01803985..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-072.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-073.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-073.xht deleted file mode 100644 index 612d7002d4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-073.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-074.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-074.xht deleted file mode 100644 index 4f49db3276..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-074.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-075.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-075.xht deleted file mode 100644 index 242b6ac678..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-075.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-075-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(99%, 0%, 0%); - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-076.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-076.xht deleted file mode 100644 index 02980b5942..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-076.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-077.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-077.xht deleted file mode 100644 index da72352d1c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-077.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-078.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-078.xht deleted file mode 100644 index 6d1cd48952..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-078.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(101%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-079.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-079.xht deleted file mode 100644 index b7f8caf46d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-079.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-080.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-080.xht deleted file mode 100644 index a9878d0981..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-080.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1, 0, 0); - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-081.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-081.xht deleted file mode 100644 index 95de7e74d9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-081.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-082.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-082.xht deleted file mode 100644 index a0373884ef..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-082.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-083.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-083.xht deleted file mode 100644 index c2123960b0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-083.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-084.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-084.xht deleted file mode 100644 index f1ba9781eb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-084.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-085.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-085.xht deleted file mode 100644 index d3482935a0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-085.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(254, 0, 0); - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-086.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-086.xht deleted file mode 100644 index 85a79765cc..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-086.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-087.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-087.xht deleted file mode 100644 index 9d2489a719..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-087.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-088.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-088.xht deleted file mode 100644 index ff2bfa664e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-088.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(256, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-089.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-089.xht deleted file mode 100644 index a0dc7872e3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-089.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, -1%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-090.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-090.xht deleted file mode 100644 index 5c1908aeac..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-090.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-090-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 1%, 0%); - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-091.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-091.xht deleted file mode 100644 index e639eb7a98..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-091.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, -0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-092.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-092.xht deleted file mode 100644 index 0a78434d04..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-092.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, +0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-093.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-093.xht deleted file mode 100644 index 18d995441d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-093.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-094.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-094.xht deleted file mode 100644 index 2940b09fee..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-094.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, +40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-095.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-095.xht deleted file mode 100644 index 3bef2686ac..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-095.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-095-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 99%, 0%); - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-096.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-096.xht deleted file mode 100644 index fc75c29a7d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-096.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-097.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-097.xht deleted file mode 100644 index 5b90142132..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-097.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, +100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-098.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-098.xht deleted file mode 100644 index e38bccc776..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-098.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 101%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-099.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-099.xht deleted file mode 100644 index ff193dccfe..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-099.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, -1, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-100.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-100.xht deleted file mode 100644 index b2acc60716..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-100.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 1, 0); - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-101.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-101.xht deleted file mode 100644 index cd7503fa5a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-101.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, -0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-102.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-102.xht deleted file mode 100644 index 3174a878f5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-102.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, +0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-103.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-103.xht deleted file mode 100644 index e2378fc5a1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-103.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-104.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-104.xht deleted file mode 100644 index 5adabc8d38..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-104.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, +128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-105.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-105.xht deleted file mode 100644 index 65c36432bf..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-105.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 254, 0); - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-106.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-106.xht deleted file mode 100644 index f992b2bcfa..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-106.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-107.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-107.xht deleted file mode 100644 index 7c3e41eefb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-107.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, +255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-108.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-108.xht deleted file mode 100644 index 4c3abbb5fe..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-108.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 256, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-109.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-109.xht deleted file mode 100644 index 0023bef43b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-109.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-110.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-110.xht deleted file mode 100644 index c947fe8abe..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-110.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-110-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 1%); - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-111.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-111.xht deleted file mode 100644 index 4c4bf57ea2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-111.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-112.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-112.xht deleted file mode 100644 index 1d944cf382..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-112.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-113.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-113.xht deleted file mode 100644 index 67b32763da..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-113.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-114.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-114.xht deleted file mode 100644 index e10886c888..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-114.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, +40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-115.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-115.xht deleted file mode 100644 index 72f95ecb55..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-115.xht +++ /dev/null @@ -1,35 +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: Border-left-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-115-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 99%); - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-116.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-116.xht deleted file mode 100644 index bb0714dedf..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-116.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-117.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-117.xht deleted file mode 100644 index d35664a932..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-117.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, +100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-118.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-118.xht deleted file mode 100644 index 64043cdc3d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-118.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 101%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-119.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-119.xht deleted file mode 100644 index 5fe0875aa4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-119.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-120.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-120.xht deleted file mode 100644 index 7d7a31cef2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-120.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 1); - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-121.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-121.xht deleted file mode 100644 index 0f2141de64..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-121.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-122.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-122.xht deleted file mode 100644 index 690c32632b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-122.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-123.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-123.xht deleted file mode 100644 index 5ca990e89d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-123.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 128); - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-124.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-124.xht deleted file mode 100644 index 8977d437a9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-124.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, +128); - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-125.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-125.xht deleted file mode 100644 index e20a77fd4a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-125.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 254); - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-126.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-126.xht deleted file mode 100644 index ed1ae10382..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-126.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-127.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-127.xht deleted file mode 100644 index 3f3d1f4c3b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-127.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, +255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-128.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-128.xht deleted file mode 100644 index 2dcfe622b4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-128.xht +++ /dev/null @@ -1,37 +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: Border-left-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 256); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-130.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-130.xht deleted file mode 100644 index 8afb06935b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-130.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to black causes the border-left-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: black; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-131.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-131.xht deleted file mode 100644 index 6302912a84..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-131.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to blue causes the border-left-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: blue; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-132.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-132.xht deleted file mode 100644 index c554a0640a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-132.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to fuchsia causes the border-left-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: fuchsia; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-133.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-133.xht deleted file mode 100644 index 58657b2f73..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-133.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to gray causes the border-left-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: gray; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-134.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-134.xht deleted file mode 100644 index 3b104fea83..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-134.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: green; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-135.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-135.xht deleted file mode 100644 index 9c79267224..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-135.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to lime causes the border-left-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: lime; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-136.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-136.xht deleted file mode 100644 index a73581363b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-136.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to maroon causes the border-left-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: maroon; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-137.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-137.xht deleted file mode 100644 index 72741c9907..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-137.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to navy causes the border-left-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: navy; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-138.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-138.xht deleted file mode 100644 index 274cbeb035..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-138.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to olive causes the border-left-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: olive; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-139.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-139.xht deleted file mode 100644 index f852c736fb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-139.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to orange causes the border-left-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: orange; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-140.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-140.xht deleted file mode 100644 index a0f472fe44..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-140.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to purple causes the border-left-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: purple; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-141.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-141.xht deleted file mode 100644 index d894273cd9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-141.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to red causes the border-left-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: red; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-142.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-142.xht deleted file mode 100644 index 5d42b9610f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-142.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to silver causes the border-left-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: silver; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-143.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-143.xht deleted file mode 100644 index fe9098124a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-143.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to teal causes the border-left-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: teal; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-144.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-144.xht deleted file mode 100644 index 93acb3b39e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-144.xht +++ /dev/null @@ -1,44 +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: Border-left-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to white causes the border-left-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: white; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-color-145.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-color-145.xht deleted file mode 100644 index 866e6988e6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-color-145.xht +++ /dev/null @@ -1,36 +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: Border-left-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to yellow causes the border-left-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: yellow; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-left-width-078.xht b/testing/web-platform/tests/css/CSS2/borders/border-left-width-078.xht index 4b79c7e7a3..c9dcbee196 100644 --- a/testing/web-platform/tests/css/CSS2/borders/border-left-width-078.xht +++ b/testing/web-platform/tests/css/CSS2/borders/border-left-width-078.xht @@ -27,6 +27,7 @@ border-left-width: -1ex; } </style> + <link rel="match" href="border-left-width-001-ref.xht" /> </head> <body> <p>Test passes if the 2 black lines have the <strong>same width</strong>.</p> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-001-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-001-ref.xht deleted file mode 100644 index 5e969a7057..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-001-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-001.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-001.xht deleted file mode 100644 index 4087d1bc12..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-001.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-002.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-002.xht deleted file mode 100644 index 38f25ddccd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-002.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-003-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-003-ref.xht deleted file mode 100644 index cd50ec9c95..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-003-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010101_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-003.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-003.xht deleted file mode 100644 index 581a4850cb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-003.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #010101; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-004-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-004-ref.xht deleted file mode 100644 index 6658033e03..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-004-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-004.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-004.xht deleted file mode 100644 index 3fcc99af60..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-004.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #999999; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-005-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-005-ref.xht deleted file mode 100644 index 271f025733..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-005-ref.xht +++ /dev/null @@ -1,38 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fefefe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-005.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-005.xht deleted file mode 100644 index c499b0c25b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-005.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fefefe; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-006-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-006-ref.xht deleted file mode 100644 index 54a3f0780d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-006-ref.xht +++ /dev/null @@ -1,38 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fff_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-006.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-006.xht deleted file mode 100644 index f201e2c0ef..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-006.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #ffffff; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-007-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-007-ref.xht deleted file mode 100644 index 33ec214d70..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-007-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 Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: black; - float: right; - height: 1in; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there is a box below.</p> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-007.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-007.xht deleted file mode 100644 index 559bf165d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-007.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #1000000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-008.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-008.xht deleted file mode 100644 index 46dcfc9b2c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-008.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fgfgfg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-009-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-009-ref.xht deleted file mode 100644 index d29b3cff00..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-009-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-009.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-009.xht deleted file mode 100644 index ce933a7422..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-009.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #010000; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-010-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-010-ref.xht deleted file mode 100644 index 1f4e1bb393..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-010-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: #990000; - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-010.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-010.xht deleted file mode 100644 index 157bb855ac..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-010.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <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="border-right-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #990000; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-011-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-011-ref.xht deleted file mode 100644 index caf4b75eec..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-011-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fe0000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-011.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-011.xht deleted file mode 100644 index 41cdaef5d9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-011.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fe0000; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-012-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-012-ref.xht deleted file mode 100644 index 97e1d2d551..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-012-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/f00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-012.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-012.xht deleted file mode 100644 index d7ee72e969..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-012.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #ff0000; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-013.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-013.xht deleted file mode 100644 index 3f1404de97..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-013.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fg0000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-014-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-014-ref.xht deleted file mode 100644 index 1d6efa8dba..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-014-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-014.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-014.xht deleted file mode 100644 index b301ae08dd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-014.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000100; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-015-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-015-ref.xht deleted file mode 100644 index ea5d366423..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-015-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-015.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-015.xht deleted file mode 100644 index 266bcf8a2c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-015.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #009900; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-016-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-016-ref.xht deleted file mode 100644 index ce65cb7b2e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-016-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00fe00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-016.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-016.xht deleted file mode 100644 index 6285de0db2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-016.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00fe00; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-017-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-017-ref.xht deleted file mode 100644 index 5c86113e20..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-017-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0f0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-017.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-017.xht deleted file mode 100644 index 55685f8c4f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-017.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00ff00; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-018.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-018.xht deleted file mode 100644 index 24e9e462af..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-018.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00fg00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-019-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-019-ref.xht deleted file mode 100644 index 2ed1d89d01..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-019-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-019.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-019.xht deleted file mode 100644 index b775fd216c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-019.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000001; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-020-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-020-ref.xht deleted file mode 100644 index 3678117f24..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-020-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/009_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-020.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-020.xht deleted file mode 100644 index b7cbe633ce..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-020.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000099; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-021-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-021-ref.xht deleted file mode 100644 index 54e59ecce1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-021-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0000fe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-021.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-021.xht deleted file mode 100644 index 5b61cc5b1e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-021.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0000fe; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-022-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-022-ref.xht deleted file mode 100644 index 5649a4692f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-022-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00f_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-022.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-022.xht deleted file mode 100644 index d6e81b59f3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-022.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0000ff; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-023.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-023.xht deleted file mode 100644 index f79b7c77b4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-023.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0000fg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-024.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-024.xht deleted file mode 100644 index 00537c0214..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-024.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-025.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-025.xht deleted file mode 100644 index ff127fbf0c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-025.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-026-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-026-ref.xht deleted file mode 100644 index b04781282e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-026-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/111_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-026.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-026.xht deleted file mode 100644 index 6b03c4fd4a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-026.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #111; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-027-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-027-ref.xht deleted file mode 100644 index 6658033e03..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-027-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-027.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-027.xht deleted file mode 100644 index d50ad625c7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-027.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #999; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-028-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-028-ref.xht deleted file mode 100644 index e2f0624e0a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-028-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/eee_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-028.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-028.xht deleted file mode 100644 index 31fb4c0089..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-028.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #eee; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-029.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-029.xht deleted file mode 100644 index 758e1c7451..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-029.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fff; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-030.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-030.xht deleted file mode 100644 index bbfdc56965..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-030.xht +++ /dev/null @@ -1,35 +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: Border-right-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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/ref-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #1000; - height: 1in; - width: 0; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-031.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-031.xht deleted file mode 100644 index 340c68d9eb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-031.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #ggg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-032-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-032-ref.xht deleted file mode 100644 index 4de6e2612e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-032-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-032.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-032.xht deleted file mode 100644 index 4c36647aa8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-032.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #100; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-033.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-033.xht deleted file mode 100644 index 2ac7e710c9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-033.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #900; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-034-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-034-ref.xht deleted file mode 100644 index b42d611a0c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-034-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/e00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-034.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-034.xht deleted file mode 100644 index dd7f9121ee..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-034.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #e00; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-035.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-035.xht deleted file mode 100644 index 686141399e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-035.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #f00; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-036.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-036.xht deleted file mode 100644 index bfb55ce7a8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-036.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #g00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-037-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-037-ref.xht deleted file mode 100644 index c471d6e348..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-037-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-037.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-037.xht deleted file mode 100644 index 2213a09f70..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-037.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #010; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-038-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-038-ref.xht deleted file mode 100644 index ea5d366423..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-038-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-038.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-038.xht deleted file mode 100644 index 55648d7029..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-038.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #090; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-039-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-039-ref.xht deleted file mode 100644 index 75d200c8f6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-039-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0e0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-039.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-039.xht deleted file mode 100644 index 45ca2a27e0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-039.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0e0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-040.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-040.xht deleted file mode 100644 index 21c5dd266c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-040.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0f0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-041.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-041.xht deleted file mode 100644 index ecbb600097..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-041.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0g0; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-042-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-042-ref.xht deleted file mode 100644 index c62e0983af..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-042-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-042.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-042.xht deleted file mode 100644 index aa3e885201..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-042.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #001; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-043.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-043.xht deleted file mode 100644 index 00bd2611d1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-043.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #009; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-044-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-044-ref.xht deleted file mode 100644 index 935decca71..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-044-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00e_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-044.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-044.xht deleted file mode 100644 index 514c273339..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-044.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00e; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-045.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-045.xht deleted file mode 100644 index 05379e3420..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-045.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00f; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-046.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-046.xht deleted file mode 100644 index 3ec588fcb2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-046.xht +++ /dev/null @@ -1,27 +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: Border-right-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00g; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-047.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-047.xht deleted file mode 100644 index 7f68609fd0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-047.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1%, -1%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-048.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-048.xht deleted file mode 100644 index dd67378791..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-048.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-049-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-049-ref.xht deleted file mode 100644 index a1e55f878d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-049-ref.xht +++ /dev/null @@ -1,25 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-049.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-049.xht deleted file mode 100644 index eb1b16792b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-049.xht +++ /dev/null @@ -1,35 +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: Border-right-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-049-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1%, 1%, 1%); - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-050.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-050.xht deleted file mode 100644 index 2eee1e154c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-050.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0%, -0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-051.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-051.xht deleted file mode 100644 index cafa86efa1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-051.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0%, +0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-052-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-052-ref.xht deleted file mode 100644 index 3eab45d6ef..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-052-ref.xht +++ /dev/null @@ -1,27 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-052.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-052.xht deleted file mode 100644 index 15aef97fe0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-052.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-052-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(40%, 40%, 40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-053.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-053.xht deleted file mode 100644 index 63c0eabaf9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-053.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-052-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+40%, +40%, +40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-054-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-054-ref.xht deleted file mode 100644 index 1a85285419..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-054-ref.xht +++ /dev/null @@ -1,33 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - body - { - background-color: black; - } - p - { - color: white; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-054.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-054.xht deleted file mode 100644 index 5c36d85947..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-054.xht +++ /dev/null @@ -1,43 +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: Border-right-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-054-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(99%, 99%, 99%); - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-055.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-055.xht deleted file mode 100644 index 43c9d48d46..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-055.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(100%, 100%, 100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-056.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-056.xht deleted file mode 100644 index 58fa4339fa..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-056.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+100%, +100%, +100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-057.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-057.xht deleted file mode 100644 index beee6bf754..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-057.xht +++ /dev/null @@ -1,45 +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: Border-right-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(101%, 101%, 101%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-058.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-058.xht deleted file mode 100644 index 173c5b8913..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-058.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1, -1, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-059.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-059.xht deleted file mode 100644 index f1f7e081a4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-059.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-060.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-060.xht deleted file mode 100644 index fddadc9220..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-060.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1, 1, 1); - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-061.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-061.xht deleted file mode 100644 index 8ebc0e8e44..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-061.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0, -0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-062.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-062.xht deleted file mode 100644 index 619398223f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-062.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0, +0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-063-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-063-ref.xht deleted file mode 100644 index 31fcddc30b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-063-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-063.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-063.xht deleted file mode 100644 index c7579fe123..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-063.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-right-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(128, 128, 128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-064.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-064.xht deleted file mode 100644 index aa60d72c5b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-064.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-right-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+128, +128, +128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-065.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-065.xht deleted file mode 100644 index b2d44c145e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-065.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(254, 254, 254); - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-066.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-066.xht deleted file mode 100644 index 06b6154ddc..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-066.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(255, 255, 255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-067.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-067.xht deleted file mode 100644 index 969de38ede..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-067.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+255, +255, +255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-068.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-068.xht deleted file mode 100644 index f5ba13465f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-068.xht +++ /dev/null @@ -1,45 +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: Border-right-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(256, 256, 256); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-069.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-069.xht deleted file mode 100644 index 89755e42d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-069.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-070-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-070-ref.xht deleted file mode 100644 index f0ed168b38..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-070-ref.xht +++ /dev/null @@ -1,25 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-070.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-070.xht deleted file mode 100644 index 39fe330e99..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-070.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-070-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1%, 0%, 0%); - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-071.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-071.xht deleted file mode 100644 index de7c70a97a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-071.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-072.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-072.xht deleted file mode 100644 index 2bad196d90..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-072.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-073-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-073-ref.xht deleted file mode 100644 index a851dd306f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-073-ref.xht +++ /dev/null @@ -1,27 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-073.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-073.xht deleted file mode 100644 index b8a8f62e06..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-073.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-073-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-074.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-074.xht deleted file mode 100644 index d541d7b1d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-074.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-073-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-075-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-075-ref.xht deleted file mode 100644 index c0708eb0b3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-075-ref.xht +++ /dev/null @@ -1,25 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-075.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-075.xht deleted file mode 100644 index c6b160f512..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-075.xht +++ /dev/null @@ -1,35 +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: Border-right-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-075-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(99%, 0%, 0%); - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-076.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-076.xht deleted file mode 100644 index 5691834f89..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-076.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-077.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-077.xht deleted file mode 100644 index 935012999b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-077.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-078.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-078.xht deleted file mode 100644 index a5abe31cb9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-078.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(101%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-079.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-079.xht deleted file mode 100644 index c9056e5444..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-079.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-080.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-080.xht deleted file mode 100644 index 2ea1e3f45d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-080.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1, 0, 0); - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-081.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-081.xht deleted file mode 100644 index 6ba4a3a56e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-081.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-082.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-082.xht deleted file mode 100644 index 07a590b773..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-082.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-083-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-083-ref.xht deleted file mode 100644 index fcb41f0865..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-083-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/800000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-083.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-083.xht deleted file mode 100644 index 0dcaad552b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-083.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-right-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-084.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-084.xht deleted file mode 100644 index cb7939c96f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-084.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-right-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-085.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-085.xht deleted file mode 100644 index 2bda8e50a3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-085.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(254, 0, 0); - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-086.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-086.xht deleted file mode 100644 index fc63b36825..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-086.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-087.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-087.xht deleted file mode 100644 index 0ae0d20abb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-087.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-088.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-088.xht deleted file mode 100644 index a8f994420a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-088.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(256, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-089.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-089.xht deleted file mode 100644 index 80fa71740d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-089.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, -1%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-090-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-090-ref.xht deleted file mode 100644 index 07a74483a1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-090-ref.xht +++ /dev/null @@ -1,25 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-090.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-090.xht deleted file mode 100644 index 7becc80679..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-090.xht +++ /dev/null @@ -1,35 +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: Border-right-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-090-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 1%, 0%); - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-091.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-091.xht deleted file mode 100644 index 5a9cf2db4c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-091.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, -0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-092.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-092.xht deleted file mode 100644 index f58c03894f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-092.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, +0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-093-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-093-ref.xht deleted file mode 100644 index 8a38a2b9e2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-093-ref.xht +++ /dev/null @@ -1,27 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-093.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-093.xht deleted file mode 100644 index f1e213819d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-093.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-093-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-094.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-094.xht deleted file mode 100644 index ecdc6185e8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-094.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-093-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, +40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-095-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-095-ref.xht deleted file mode 100644 index 89fbb1ece7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-095-ref.xht +++ /dev/null @@ -1,25 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-095.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-095.xht deleted file mode 100644 index 9ea964ea20..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-095.xht +++ /dev/null @@ -1,35 +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: Border-right-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-095-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 99%, 0%); - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-096.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-096.xht deleted file mode 100644 index f4eddd2d7d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-096.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-097.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-097.xht deleted file mode 100644 index 6a2cc7ceb9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-097.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, +100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-098.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-098.xht deleted file mode 100644 index d1337caf27..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-098.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 101%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-099.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-099.xht deleted file mode 100644 index dc4f07102c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-099.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, -1, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-100-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-100-ref.xht deleted file mode 100644 index af48ac1dc0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-100-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: rgb(0, 1, 0); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-100.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-100.xht deleted file mode 100644 index 21df7be61b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-100.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-right-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 1, 0); - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-101.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-101.xht deleted file mode 100644 index c16287a2e9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-101.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, -0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-102.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-102.xht deleted file mode 100644 index 431ce5f3d2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-102.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, +0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-103-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-103-ref.xht deleted file mode 100644 index 94d16c8f06..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-103-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/008000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-103.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-103.xht deleted file mode 100644 index ef6d2e70d5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-103.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-right-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-104.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-104.xht deleted file mode 100644 index 84c1157c68..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-104.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-right-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, +128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-105.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-105.xht deleted file mode 100644 index d8bf01aab2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-105.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 254, 0); - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-106.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-106.xht deleted file mode 100644 index b521a12c53..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-106.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-107.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-107.xht deleted file mode 100644 index c57d3e9a4a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-107.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, +255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-108.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-108.xht deleted file mode 100644 index 1deacdee72..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-108.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 256, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-109.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-109.xht deleted file mode 100644 index 9cb68f1118..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-109.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-110-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-110-ref.xht deleted file mode 100644 index 7c5049a194..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-110-ref.xht +++ /dev/null @@ -1,25 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-110.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-110.xht deleted file mode 100644 index 0c967489b3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-110.xht +++ /dev/null @@ -1,35 +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: Border-right-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-110-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 1%); - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-111.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-111.xht deleted file mode 100644 index b92381fa3c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-111.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-112.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-112.xht deleted file mode 100644 index cc2c354ac4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-112.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-113-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-113-ref.xht deleted file mode 100644 index 4579ac40b2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-113-ref.xht +++ /dev/null @@ -1,27 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-113.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-113.xht deleted file mode 100644 index 2162aae1ae..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-113.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-113-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-114.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-114.xht deleted file mode 100644 index bbccbfc41a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-114.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-right-color-113-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, +40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-115-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-115-ref.xht deleted file mode 100644 index e573484d0c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-115-ref.xht +++ /dev/null @@ -1,25 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-115.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-115.xht deleted file mode 100644 index 7eae3cef73..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-115.xht +++ /dev/null @@ -1,35 +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: Border-right-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <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="border-right-color-115-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 99%); - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-116.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-116.xht deleted file mode 100644 index 377ba1a275..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-116.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-117.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-117.xht deleted file mode 100644 index 72936fc997..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-117.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, +100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-118.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-118.xht deleted file mode 100644 index 5f478019bb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-118.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 101%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-119.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-119.xht deleted file mode 100644 index 15a6c38356..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-119.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-120.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-120.xht deleted file mode 100644 index b931421c41..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-120.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 1); - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-121.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-121.xht deleted file mode 100644 index 9d6a049093..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-121.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-122.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-122.xht deleted file mode 100644 index d7ed39a397..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-122.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-123-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-123-ref.xht deleted file mode 100644 index b8637fa28e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-123-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-123.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-123.xht deleted file mode 100644 index 01d93e04de..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-123.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-right-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 128); - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-124.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-124.xht deleted file mode 100644 index 52641446cd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-124.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, +128); - width: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-125.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-125.xht deleted file mode 100644 index 79f3d8db25..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-125.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 254); - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-126.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-126.xht deleted file mode 100644 index e5ad494f9e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-126.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-127.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-127.xht deleted file mode 100644 index c8a281242c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-127.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, +255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-128.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-128.xht deleted file mode 100644 index 88f4a4eaa2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-128.xht +++ /dev/null @@ -1,37 +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: Border-right-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 256); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-130.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-130.xht deleted file mode 100644 index b36a02df10..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-130.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to black causes the border-right-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: black; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-131-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-131-ref.xht deleted file mode 100644 index 28f861bbf6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-131-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/blue15x15.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-131.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-131.xht deleted file mode 100644 index 6a78aa45ab..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-131.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to blue causes the border-right-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: blue; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-132-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-132-ref.xht deleted file mode 100644 index 44f62e9915..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-132-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fuchsia_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-132.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-132.xht deleted file mode 100644 index 0338b8fdbe..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-132.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to fuchsia causes the border-right-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: fuchsia; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-133-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-133-ref.xht deleted file mode 100644 index f8ff0058e4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-133-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-133.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-133.xht deleted file mode 100644 index c9fa8d20c7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-133.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to gray causes the border-right-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: gray; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-134-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-134-ref.xht deleted file mode 100644 index 3b3157912f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-134-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-green.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-134.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-134.xht deleted file mode 100644 index 06cf78a6c7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-134.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: green; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-135-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-135-ref.xht deleted file mode 100644 index d2ccb1bf2b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-135-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-lime.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-135.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-135.xht deleted file mode 100644 index 3384ba8216..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-135.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to lime causes the border-right-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: lime; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-136-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-136-ref.xht deleted file mode 100644 index ad88d9b088..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-136-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/maroon_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-136.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-136.xht deleted file mode 100644 index 181d76b3ee..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-136.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to maroon causes the border-right-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: maroon; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-137-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-137-ref.xht deleted file mode 100644 index 861a21b121..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-137-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-navy.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-137.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-137.xht deleted file mode 100644 index c5b67ca891..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-137.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to navy causes the border-right-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: navy; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-138-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-138-ref.xht deleted file mode 100644 index d51452ccc9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-138-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/olive_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-138.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-138.xht deleted file mode 100644 index 9805de2b19..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-138.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to olive causes the border-right-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: olive; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-139-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-139-ref.xht deleted file mode 100644 index d11d7998d0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-139-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-orange.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-139.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-139.xht deleted file mode 100644 index 5c41321307..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-139.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to orange causes the border-right-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: orange; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-140-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-140-ref.xht deleted file mode 100644 index 69f95adc7c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-140-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/purple_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-140.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-140.xht deleted file mode 100644 index 9b3af4f86c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-140.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to purple causes the border-right-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: purple; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-141-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-141-ref.xht deleted file mode 100644 index 8fa051bf2f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-141-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-red.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-141.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-141.xht deleted file mode 100644 index 3d04bb8263..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-141.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to red causes the border-right-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: red; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-142-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-142-ref.xht deleted file mode 100644 index 82ae509f82..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-142-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/silver_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-142.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-142.xht deleted file mode 100644 index 013d4c42fc..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-142.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to silver causes the border-right-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: silver; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-143-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-143-ref.xht deleted file mode 100644 index b5927d37c2..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-143-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/teal_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-143.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-143.xht deleted file mode 100644 index 1f5f9caf78..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-143.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to teal causes the border-right-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: teal; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-144-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-144-ref.xht deleted file mode 100644 index da46e0dd1c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-144-ref.xht +++ /dev/null @@ -1,38 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/swatch-white.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-144.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-144.xht deleted file mode 100644 index 0ed286552e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-144.xht +++ /dev/null @@ -1,44 +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: Border-right-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to white causes the border-right-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: white; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-145-ref.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-145-ref.xht deleted file mode 100644 index 5c93a0cee7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-145-ref.xht +++ /dev/null @@ -1,34 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/yellow_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-right-color-145.xht b/testing/web-platform/tests/css/CSS2/borders/border-right-color-145.xht deleted file mode 100644 index 436fa7dde0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-right-color-145.xht +++ /dev/null @@ -1,36 +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: Border-right-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <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="border-right-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to yellow causes the border-right-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: yellow; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-001.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-001.xht deleted file mode 100644 index e6c57d190f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-001.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-002.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-002.xht deleted file mode 100644 index a0586e2303..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-002.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-003.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-003.xht deleted file mode 100644 index ed88dab192..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-003.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #010101; - height: 0; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-004.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-004.xht deleted file mode 100644 index 1820e18d51..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-004.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #999999; - height: 0; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-005.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-005.xht deleted file mode 100644 index a4b1cc954a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-005.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fefefe; - height: 0; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-006.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-006.xht deleted file mode 100644 index 20211f87c1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-006.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #ffffff; - height: 0; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-007.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-007.xht deleted file mode 100644 index 09144da5d5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-007.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #1000000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-008.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-008.xht deleted file mode 100644 index 5276a60a68..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-008.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fgfgfg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-009.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-009.xht deleted file mode 100644 index 648ca02442..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-009.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #010000; - height: 0; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-010.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-010.xht deleted file mode 100644 index 06fbe25343..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-010.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #990000; - height: 0; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-011.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-011.xht deleted file mode 100644 index 837515754c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-011.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fe0000; - height: 0; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-012.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-012.xht deleted file mode 100644 index 32c361745e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-012.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #ff0000; - height: 0; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-013.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-013.xht deleted file mode 100644 index c7cd936db3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-013.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fg0000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-014.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-014.xht deleted file mode 100644 index a0564b695a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-014.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000100; - height: 0; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-015.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-015.xht deleted file mode 100644 index f58d07b3af..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-015.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #009900; - height: 0; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-016.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-016.xht deleted file mode 100644 index 44faf8054a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-016.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00fe00; - height: 0; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-017.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-017.xht deleted file mode 100644 index d3432b22dd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-017.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00ff00; - height: 0; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-018.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-018.xht deleted file mode 100644 index 74b580fc80..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-018.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00fg00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-019.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-019.xht deleted file mode 100644 index 32f13db98d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-019.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000001; - height: 0; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-020.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-020.xht deleted file mode 100644 index a94c07437b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-020.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000099; - height: 0; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-021.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-021.xht deleted file mode 100644 index cd69045349..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-021.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0000fe; - height: 0; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-022.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-022.xht deleted file mode 100644 index ad05d5ed86..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-022.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0000ff; - height: 0; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-023.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-023.xht deleted file mode 100644 index 3d4f1f38dd..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-023.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0000fg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-024.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-024.xht deleted file mode 100644 index 1785a0e098..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-024.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-025.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-025.xht deleted file mode 100644 index bf57265d28..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-025.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000; - height: 0; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-026.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-026.xht deleted file mode 100644 index 3328cdfcbb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-026.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #111; - height: 0; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-027.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-027.xht deleted file mode 100644 index 3c1e3ef1c5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-027.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #999; - height: 0; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-028.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-028.xht deleted file mode 100644 index f5a401490d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-028.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #eee; - height: 0; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-029.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-029.xht deleted file mode 100644 index 82c77779d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-029.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fff; - height: 0; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-030.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-030.xht deleted file mode 100644 index 260ba20f0c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-030.xht +++ /dev/null @@ -1,35 +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: Border-top-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #1000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-031.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-031.xht deleted file mode 100644 index 7473b23a61..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-031.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #ggg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-032.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-032.xht deleted file mode 100644 index be58b93222..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-032.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #100; - height: 0; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-033.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-033.xht deleted file mode 100644 index 4769d075b5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-033.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #900; - height: 0; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-034.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-034.xht deleted file mode 100644 index f7a6214c4e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-034.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #e00; - height: 0; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-035.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-035.xht deleted file mode 100644 index 906a8fecc4..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-035.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #f00; - height: 0; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-036.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-036.xht deleted file mode 100644 index d5e1636a48..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-036.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #g00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-037.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-037.xht deleted file mode 100644 index 72e4cf8e81..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-037.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #010; - height: 0; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-038.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-038.xht deleted file mode 100644 index be42ca45f6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-038.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #090; - height: 0; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-039.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-039.xht deleted file mode 100644 index 85ffdd2ad6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-039.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0e0; - height: 0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-040.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-040.xht deleted file mode 100644 index 75c8eedbef..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-040.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0f0; - height: 0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-041.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-041.xht deleted file mode 100644 index 7747250d40..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-041.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0g0; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-042.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-042.xht deleted file mode 100644 index d8427077ff..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-042.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #001; - height: 0; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-043.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-043.xht deleted file mode 100644 index e880ebe923..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-043.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #009; - height: 0; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-044.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-044.xht deleted file mode 100644 index e4777694d8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-044.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00e; - height: 0; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-045.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-045.xht deleted file mode 100644 index 22781787d0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-045.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00f; - height: 0; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-046.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-046.xht deleted file mode 100644 index 6cbb483aab..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-046.xht +++ /dev/null @@ -1,28 +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: Border-top-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00g; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-047.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-047.xht deleted file mode 100644 index b8c46a7c39..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-047.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1%, -1%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-048.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-048.xht deleted file mode 100644 index 97fac87bcf..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-048.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-049.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-049.xht deleted file mode 100644 index b2504d2f14..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-049.xht +++ /dev/null @@ -1,36 +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: Border-top-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-049-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1%, 1%, 1%); - height: 0; - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-050.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-050.xht deleted file mode 100644 index 864b6131f6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-050.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0%, -0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-051.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-051.xht deleted file mode 100644 index ed5b7e59cf..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-051.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0%, +0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-052.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-052.xht deleted file mode 100644 index c762d23b09..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-052.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(40%, 40%, 40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-053.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-053.xht deleted file mode 100644 index df03a90f13..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-053.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+40%, +40%, +40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-054.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-054.xht deleted file mode 100644 index 26fabdbf1c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-054.xht +++ /dev/null @@ -1,44 +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: Border-top-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-054-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(99%, 99%, 99%); - height: 0; - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-055.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-055.xht deleted file mode 100644 index 2e7d05c681..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-055.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(100%, 100%, 100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-056.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-056.xht deleted file mode 100644 index 346f51e84a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-056.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+100%, +100%, +100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-057.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-057.xht deleted file mode 100644 index b4ddb791b8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-057.xht +++ /dev/null @@ -1,46 +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: Border-top-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(101%, 101%, 101%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-058.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-058.xht deleted file mode 100644 index 2a7a298844..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-058.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1, -1, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-059.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-059.xht deleted file mode 100644 index 76244e57cb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-059.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-060.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-060.xht deleted file mode 100644 index bfb3102972..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-060.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <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="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1, 1, 1); - height: 0; - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-061.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-061.xht deleted file mode 100644 index 40dd776384..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-061.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0, -0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-062.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-062.xht deleted file mode 100644 index 95994d2a70..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-062.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0, +0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-063.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-063.xht deleted file mode 100644 index c64dcdd633..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-063.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(128, 128, 128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-064.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-064.xht deleted file mode 100644 index 815ea1b166..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-064.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+128, +128, +128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-065.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-065.xht deleted file mode 100644 index 1678fe4bc1..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-065.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(254, 254, 254); - height: 0; - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-066.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-066.xht deleted file mode 100644 index dbd5d20780..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-066.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(255, 255, 255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-067.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-067.xht deleted file mode 100644 index c1d7132065..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-067.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+255, +255, +255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-068.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-068.xht deleted file mode 100644 index e156363fce..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-068.xht +++ /dev/null @@ -1,46 +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: Border-top-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(256, 256, 256); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-069.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-069.xht deleted file mode 100644 index 16b97eb603..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-069.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-070.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-070.xht deleted file mode 100644 index 89af64ed46..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-070.xht +++ /dev/null @@ -1,36 +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: Border-top-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-070-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-071.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-071.xht deleted file mode 100644 index 7702654314..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-071.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-072.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-072.xht deleted file mode 100644 index 5980426786..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-072.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-073.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-073.xht deleted file mode 100644 index 2cad35940d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-073.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-074.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-074.xht deleted file mode 100644 index 1930873282..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-074.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-075.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-075.xht deleted file mode 100644 index fe12a2630f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-075.xht +++ /dev/null @@ -1,36 +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: Border-top-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-075-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(99%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-076.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-076.xht deleted file mode 100644 index 7bcb581630..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-076.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-077.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-077.xht deleted file mode 100644 index c0efd26700..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-077.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-078.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-078.xht deleted file mode 100644 index 9e6751218e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-078.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(101%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-079.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-079.xht deleted file mode 100644 index 13e29bb0f3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-079.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-080.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-080.xht deleted file mode 100644 index d623aa5cbb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-080.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-081.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-081.xht deleted file mode 100644 index 4fa97584f8..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-081.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-082.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-082.xht deleted file mode 100644 index 9e31b55dda..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-082.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-083.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-083.xht deleted file mode 100644 index ef43650712..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-083.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-084.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-084.xht deleted file mode 100644 index 0a0ebf0605..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-084.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-085.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-085.xht deleted file mode 100644 index a9946411c0..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-085.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(254, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-086.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-086.xht deleted file mode 100644 index 8ccb35d35e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-086.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-087.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-087.xht deleted file mode 100644 index 64212bda34..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-087.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-088.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-088.xht deleted file mode 100644 index d8d06a41ca..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-088.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(256, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-089.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-089.xht deleted file mode 100644 index 78e7a186ae..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-089.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, -1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-090.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-090.xht deleted file mode 100644 index fe013a42cb..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-090.xht +++ /dev/null @@ -1,36 +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: Border-top-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-090-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-091.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-091.xht deleted file mode 100644 index b590c99bfe..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-091.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, -0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-092.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-092.xht deleted file mode 100644 index 2b065a1421..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-092.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, +0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-093.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-093.xht deleted file mode 100644 index 62793e3588..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-093.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-094.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-094.xht deleted file mode 100644 index abdaab867a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-094.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, +40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-095.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-095.xht deleted file mode 100644 index 3e506b7f4f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-095.xht +++ /dev/null @@ -1,36 +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: Border-top-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-095-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 99%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-096.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-096.xht deleted file mode 100644 index d404742575..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-096.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-097.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-097.xht deleted file mode 100644 index c9522e10c3..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-097.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, +100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-098.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-098.xht deleted file mode 100644 index 6e338aa63b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-098.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 101%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-099.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-099.xht deleted file mode 100644 index 0b293b1786..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-099.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, -1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-100.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-100.xht deleted file mode 100644 index 15a5c0db3b..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-100.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-101.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-101.xht deleted file mode 100644 index 3c177a1eff..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-101.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, -0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-102.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-102.xht deleted file mode 100644 index d47febcc06..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-102.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, +0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-103.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-103.xht deleted file mode 100644 index 0c5ca240b5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-103.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-104.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-104.xht deleted file mode 100644 index eece759417..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-104.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, +128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-105.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-105.xht deleted file mode 100644 index 15d8940946..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-105.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 254, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-106.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-106.xht deleted file mode 100644 index a5ecaab7d6..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-106.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-107.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-107.xht deleted file mode 100644 index 06997f0fc5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-107.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, +255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-108.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-108.xht deleted file mode 100644 index cc32b636cf..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-108.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 256, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-109.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-109.xht deleted file mode 100644 index 1652b30d6c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-109.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-110.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-110.xht deleted file mode 100644 index e9b0dc220a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-110.xht +++ /dev/null @@ -1,36 +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: Border-top-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-110-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-111.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-111.xht deleted file mode 100644 index a0dcfe07b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-111.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-112.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-112.xht deleted file mode 100644 index 5270285044..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-112.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-113.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-113.xht deleted file mode 100644 index fe70f535d5..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-113.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-114.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-114.xht deleted file mode 100644 index 4983c20b9e..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-114.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <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="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, +40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-115.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-115.xht deleted file mode 100644 index a81edd4a19..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-115.xht +++ /dev/null @@ -1,36 +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: Border-top-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <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="border-bottom-color-115-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 99%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-116.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-116.xht deleted file mode 100644 index 056b3d948f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-116.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-117.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-117.xht deleted file mode 100644 index 64a0a73a81..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-117.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, +100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-118.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-118.xht deleted file mode 100644 index ac5a7c6d68..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-118.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 101%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-119.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-119.xht deleted file mode 100644 index 301c61535d..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-119.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-120.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-120.xht deleted file mode 100644 index a39c1f0563..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-120.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-121.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-121.xht deleted file mode 100644 index 6777c26c02..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-121.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-122.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-122.xht deleted file mode 100644 index fb58975cac..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-122.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-123.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-123.xht deleted file mode 100644 index 0bc975a10c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-123.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-124.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-124.xht deleted file mode 100644 index 904193d044..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-124.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <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="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, +128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-125.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-125.xht deleted file mode 100644 index a3d4dcd144..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-125.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 254); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-126.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-126.xht deleted file mode 100644 index a4ce60bac7..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-126.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-127.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-127.xht deleted file mode 100644 index e2962c0b04..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-127.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, +255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-128.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-128.xht deleted file mode 100644 index 5c6506c989..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-128.xht +++ /dev/null @@ -1,38 +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: Border-top-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 256); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-130.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-130.xht deleted file mode 100644 index 467b4117ba..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-130.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to black causes the border-top-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: black; - height: 0; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-131.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-131.xht deleted file mode 100644 index fd43bab627..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-131.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to blue causes the border-top-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: blue; - height: 0; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-132.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-132.xht deleted file mode 100644 index dabc5cc564..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-132.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to fuchsia causes the border-top-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: fuchsia; - height: 0; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-133.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-133.xht deleted file mode 100644 index 3ede926a92..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-133.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to gray causes the border-top-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: gray; - height: 0; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-134.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-134.xht deleted file mode 100644 index 32586f2eff..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-134.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: green; - height: 0; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-135.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-135.xht deleted file mode 100644 index 44b64f6346..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-135.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to lime causes the border-top-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: lime; - height: 0; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-136.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-136.xht deleted file mode 100644 index 5e03740f46..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-136.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to maroon causes the border-top-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: maroon; - height: 0; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-137.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-137.xht deleted file mode 100644 index 175ca69e95..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-137.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to navy causes the border-top-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: navy; - height: 0; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-138.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-138.xht deleted file mode 100644 index 853b02e354..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-138.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to olive causes the border-top-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: olive; - height: 0; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-139.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-139.xht deleted file mode 100644 index b78baedf5a..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-139.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to orange causes the border-top-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: orange; - height: 0; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-140.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-140.xht deleted file mode 100644 index d738cfc446..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-140.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to purple causes the border-top-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: purple; - height: 0; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-141.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-141.xht deleted file mode 100644 index 6b9d0339de..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-141.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to red causes the border-top-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: red; - height: 0; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-142.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-142.xht deleted file mode 100644 index ba90093fd9..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-142.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to silver causes the border-top-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: silver; - height: 0; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-143.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-143.xht deleted file mode 100644 index a6b9a3901f..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-143.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to teal causes the border-top-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: teal; - height: 0; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-144.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-144.xht deleted file mode 100644 index 589c6c4667..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-144.xht +++ /dev/null @@ -1,45 +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: Border-top-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to white causes the border-top-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: white; - height: 0; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/borders/border-top-color-145.xht b/testing/web-platform/tests/css/CSS2/borders/border-top-color-145.xht deleted file mode 100644 index 04f2aea55c..0000000000 --- a/testing/web-platform/tests/css/CSS2/borders/border-top-color-145.xht +++ /dev/null @@ -1,37 +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: Border-top-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <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="border-bottom-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to yellow causes the border-top-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: yellow; - height: 0; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/cascade-import/cascade-import-001.xht b/testing/web-platform/tests/css/CSS2/cascade-import/cascade-import-001.xht index 6068c6ab7e..470d81571c 100644 --- a/testing/web-platform/tests/css/CSS2/cascade-import/cascade-import-001.xht +++ b/testing/web-platform/tests/css/CSS2/cascade-import/cascade-import-001.xht @@ -12,6 +12,7 @@ @import url(data:text/css,@import%20url\(data:text/css,.test%2520%257B%2520background:%2520maroon;%2520color:%2520white;%2520%257D\);%0D%0A.test.test%20%7B%20background:%20green;%20color:%20white;%20%7D); p { color: yellow; background: red; } </style> + <link rel="match" href="/css/CSS2/syntax/character-encoding-041-ref.xht" /> </head> <body> <p class="test">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-001-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-001-ref.xht deleted file mode 100644 index acd2384afd..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-001-ref.xht +++ /dev/null @@ -1,37 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-bottom: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/1x1-green.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/1x1-green.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-001.xht b/testing/web-platform/tests/css/CSS2/colors/color-001.xht deleted file mode 100644 index cbbb323c4b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-001.xht +++ /dev/null @@ -1,38 +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: Color set to hex with 5 digits which is invalid and is equivalent to minimum minus one value for 6 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-10 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-001-ref.xht" /> - - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00000' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - color: green; - height: 100px; - width: 100px; - } - #test - { - color: #00000; - font: 100px/1 Ahem; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-002-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-002-ref.xht deleted file mode 100644 index b469a4cb8d..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-002-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-002.xht b/testing/web-platform/tests/css/CSS2/colors/color-002.xht deleted file mode 100644 index 3bca3b6987..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-002.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-003-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-003-ref.xht deleted file mode 100644 index ecc99ecb07..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-003-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-003.xht b/testing/web-platform/tests/css/CSS2/colors/color-003.xht deleted file mode 100644 index de955098e8..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-003.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-003-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#010101' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #010101; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010101; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-004-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-004-ref.xht deleted file mode 100644 index f0ae15aefb..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-004-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-004.xht b/testing/web-platform/tests/css/CSS2/colors/color-004.xht deleted file mode 100644 index 4026d9ee65..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-004.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-004-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#999999' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #999999; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #999999; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-005-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-005-ref.xht deleted file mode 100644 index 6ace4bbbbd..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-005-ref.xht +++ /dev/null @@ -1,41 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-005.xht b/testing/web-platform/tests/css/CSS2/colors/color-005.xht deleted file mode 100644 index 49f2d60d50..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-005.xht +++ /dev/null @@ -1,38 +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: Color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-005-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#fefefe' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background: black; - color: white; - } - #test - { - color: #fefefe; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fefefe; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-006-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-006-ref.xht deleted file mode 100644 index 5041fb87d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-006-ref.xht +++ /dev/null @@ -1,41 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-006.xht b/testing/web-platform/tests/css/CSS2/colors/color-006.xht deleted file mode 100644 index 9fdd3e9b83..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-006.xht +++ /dev/null @@ -1,38 +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: Color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#ffffff' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: #ffffff; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-007.xht b/testing/web-platform/tests/css/CSS2/colors/color-007.xht deleted file mode 100644 index c7b745537e..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-007.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#1000000' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #1000000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-008.xht b/testing/web-platform/tests/css/CSS2/colors/color-008.xht deleted file mode 100644 index 519dbd7f1f..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-008.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#fgfgfg' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #fgfgfg; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-009-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-009-ref.xht deleted file mode 100644 index e818c26885..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-009-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-009.xht b/testing/web-platform/tests/css/CSS2/colors/color-009.xht deleted file mode 100644 index 0d82fccc08..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-009.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-009-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#010000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #010000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-010-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-010-ref.xht deleted file mode 100644 index 8dbab72574..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-010-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-010.xht b/testing/web-platform/tests/css/CSS2/colors/color-010.xht deleted file mode 100644 index 51241a507c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-010.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-010-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#990000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #990000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #990000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-011-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-011-ref.xht deleted file mode 100644 index 9f4b87fd5e..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-011-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-011.xht b/testing/web-platform/tests/css/CSS2/colors/color-011.xht deleted file mode 100644 index 2950e06613..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-011.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-011-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#fe0000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #fe0000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fe0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-012-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-012-ref.xht deleted file mode 100644 index 59025f39b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-012-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-012.xht b/testing/web-platform/tests/css/CSS2/colors/color-012.xht deleted file mode 100644 index 54e33725d9..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-012.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#ff0000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #ff0000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-013.xht b/testing/web-platform/tests/css/CSS2/colors/color-013.xht deleted file mode 100644 index 61b0a0edac..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-013.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#fg0000' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #fg0000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-014-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-014-ref.xht deleted file mode 100644 index cdfa33419c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-014-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-014.xht b/testing/web-platform/tests/css/CSS2/colors/color-014.xht deleted file mode 100644 index 3de6f57473..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-014.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-014-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000100' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000100; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000100; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-015-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-015-ref.xht deleted file mode 100644 index 150cb97303..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-015-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-015.xht b/testing/web-platform/tests/css/CSS2/colors/color-015.xht deleted file mode 100644 index f5cba09b5c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-015.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-015-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#009900' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #009900; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #009900; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-016-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-016-ref.xht deleted file mode 100644 index 60460bd998..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-016-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-016.xht b/testing/web-platform/tests/css/CSS2/colors/color-016.xht deleted file mode 100644 index 643a98af83..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-016.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-016-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00fe00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00fe00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00fe00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-017-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-017-ref.xht deleted file mode 100644 index 3c84188199..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-017-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-017.xht b/testing/web-platform/tests/css/CSS2/colors/color-017.xht deleted file mode 100644 index 1faddb628d..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-017.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00ff00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00ff00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-018.xht b/testing/web-platform/tests/css/CSS2/colors/color-018.xht deleted file mode 100644 index ecffe0f5d4..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-018.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00fg00' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00fg00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-019-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-019-ref.xht deleted file mode 100644 index 79ac025807..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-019-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-019.xht b/testing/web-platform/tests/css/CSS2/colors/color-019.xht deleted file mode 100644 index 2bf43bd69c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-019.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-019-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000001' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000001; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000001; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-020-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-020-ref.xht deleted file mode 100644 index 290b880fe8..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-020-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-020.xht b/testing/web-platform/tests/css/CSS2/colors/color-020.xht deleted file mode 100644 index 7a33fccf87..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-020.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-020-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000099; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000099; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-021-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-021-ref.xht deleted file mode 100644 index 2c7402ed17..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-021-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-021.xht b/testing/web-platform/tests/css/CSS2/colors/color-021.xht deleted file mode 100644 index 0ce481e0f9..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-021.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-021-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0000fe' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0000fe; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000fe; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-022-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-022-ref.xht deleted file mode 100644 index 307427e5b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-022-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-022.xht b/testing/web-platform/tests/css/CSS2/colors/color-022.xht deleted file mode 100644 index 44807afcac..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-022.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0000ff' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0000ff; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-023.xht b/testing/web-platform/tests/css/CSS2/colors/color-023.xht deleted file mode 100644 index 33220ab80d..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-023.xht +++ /dev/null @@ -1,33 +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: Color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#0000fg' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0000fg; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-024.xht b/testing/web-platform/tests/css/CSS2/colors/color-024.xht deleted file mode 100644 index 0e29e3ea53..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-024.xht +++ /dev/null @@ -1,33 +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: Color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-025.xht b/testing/web-platform/tests/css/CSS2/colors/color-025.xht deleted file mode 100644 index 9795770761..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-025.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-026-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-026-ref.xht deleted file mode 100644 index 0b2d2856df..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-026-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-026.xht b/testing/web-platform/tests/css/CSS2/colors/color-026.xht deleted file mode 100644 index 03b18efc87..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-026.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-026-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#111' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #111; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #111; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-027-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-027-ref.xht deleted file mode 100644 index f0ae15aefb..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-027-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-027.xht b/testing/web-platform/tests/css/CSS2/colors/color-027.xht deleted file mode 100644 index bec008afcb..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-027.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-027-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#999' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #999; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #999; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-028-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-028-ref.xht deleted file mode 100644 index 59a7fa02b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-028-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-028.xht b/testing/web-platform/tests/css/CSS2/colors/color-028.xht deleted file mode 100644 index ae5e8fda5e..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-028.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-028-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#eee' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #eee; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #eee; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-029.xht b/testing/web-platform/tests/css/CSS2/colors/color-029.xht deleted file mode 100644 index 1e996d38e6..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-029.xht +++ /dev/null @@ -1,38 +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: Color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#fff' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: #fff; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-031.xht b/testing/web-platform/tests/css/CSS2/colors/color-031.xht deleted file mode 100644 index 9b2e3f0161..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-031.xht +++ /dev/null @@ -1,34 +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: Color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#ggg' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #ggg; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-032-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-032-ref.xht deleted file mode 100644 index 366b222e9b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-032-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-032.xht b/testing/web-platform/tests/css/CSS2/colors/color-032.xht deleted file mode 100644 index 6c10a66f1b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-032.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-032-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#100' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #100; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #100; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-033-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-033-ref.xht deleted file mode 100644 index 8dbab72574..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-033-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-033.xht b/testing/web-platform/tests/css/CSS2/colors/color-033.xht deleted file mode 100644 index eb4fb2eb0f..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-033.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-033-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#900' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #900; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #900; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-034-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-034-ref.xht deleted file mode 100644 index 9f135dc745..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-034-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-034.xht b/testing/web-platform/tests/css/CSS2/colors/color-034.xht deleted file mode 100644 index 24535253c4..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-034.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-034-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#e00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #e00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #e00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-035.xht b/testing/web-platform/tests/css/CSS2/colors/color-035.xht deleted file mode 100644 index a8a55d0d41..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-035.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#f00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #f00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-036.xht b/testing/web-platform/tests/css/CSS2/colors/color-036.xht deleted file mode 100644 index 3b70d6d453..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-036.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#g00' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #g00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-037-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-037-ref.xht deleted file mode 100644 index 75cf4a2f34..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-037-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-037.xht b/testing/web-platform/tests/css/CSS2/colors/color-037.xht deleted file mode 100644 index 6c55c51b5f..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-037.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-037-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#010' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #010; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-038.xht b/testing/web-platform/tests/css/CSS2/colors/color-038.xht deleted file mode 100644 index f945274b9c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-038.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-015-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#090' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #090; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #090; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-039-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-039-ref.xht deleted file mode 100644 index 6d08ab5895..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-039-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-039.xht b/testing/web-platform/tests/css/CSS2/colors/color-039.xht deleted file mode 100644 index 0d57bedd70..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-039.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-039-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0e0' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0e0; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0e0; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-040.xht b/testing/web-platform/tests/css/CSS2/colors/color-040.xht deleted file mode 100644 index 75382609b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-040.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0f0' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0f0; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0f0; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-041.xht b/testing/web-platform/tests/css/CSS2/colors/color-041.xht deleted file mode 100644 index 5f8b438257..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-041.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#0g0' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0g0; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-042-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-042-ref.xht deleted file mode 100644 index 916cd6647c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-042-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-042.xht b/testing/web-platform/tests/css/CSS2/colors/color-042.xht deleted file mode 100644 index 108311f383..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-042.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-042-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#001' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #001; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #001; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-043.xht b/testing/web-platform/tests/css/CSS2/colors/color-043.xht deleted file mode 100644 index aa4c250004..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-043.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-020-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#009' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #009; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #009; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-044-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-044-ref.xht deleted file mode 100644 index 1435c39446..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-044-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-044.xht b/testing/web-platform/tests/css/CSS2/colors/color-044.xht deleted file mode 100644 index 5579b1ee13..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-044.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-044-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00e' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00e; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00e; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-045.xht b/testing/web-platform/tests/css/CSS2/colors/color-045.xht deleted file mode 100644 index be7091e498..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-045.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00f' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00f; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00f; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-046.xht b/testing/web-platform/tests/css/CSS2/colors/color-046.xht deleted file mode 100644 index 9732adc739..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-046.xht +++ /dev/null @@ -1,33 +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: Color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00g' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00g; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-047.xht b/testing/web-platform/tests/css/CSS2/colors/color-047.xht deleted file mode 100644 index db607cd726..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-047.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1%, -1%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1%, -1%, -1%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-048.xht b/testing/web-platform/tests/css/CSS2/colors/color-048.xht deleted file mode 100644 index 1f63db1b02..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-048.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-049-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-049-ref.xht deleted file mode 100644 index f6fbe6b75c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-049-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-049.xht b/testing/web-platform/tests/css/CSS2/colors/color-049.xht deleted file mode 100644 index 85f5500c05..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-049.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-049-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1%, 1%, 1%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(1%, 1%, 1%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-050.xht b/testing/web-platform/tests/css/CSS2/colors/color-050.xht deleted file mode 100644 index ef04321c4c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-050.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0%, -0%, -0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0%, -0%, -0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-051.xht b/testing/web-platform/tests/css/CSS2/colors/color-051.xht deleted file mode 100644 index 0d7033fcc8..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-051.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0%, +0%, +0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0%, +0%, +0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-052-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-052-ref.xht deleted file mode 100644 index 336b50856b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-052-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(50%, 50%, 50%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-052.xht b/testing/web-platform/tests/css/CSS2/colors/color-052.xht deleted file mode 100644 index de534c3496..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-052.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-052-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(50%, 50%, 50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(50%, 50%, 50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(50%, 50%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-053.xht b/testing/web-platform/tests/css/CSS2/colors/color-053.xht deleted file mode 100644 index d56a8c69b1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-053.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-052-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+50%, +50%, +50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+50%, +50%, +50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(50%, 50%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-054-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-054-ref.xht deleted file mode 100644 index 129435262e..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-054-ref.xht +++ /dev/null @@ -1,28 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - div - { - height: 100px; - width: 100px; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-054.xht b/testing/web-platform/tests/css/CSS2/colors/color-054.xht deleted file mode 100644 index 1f02452e23..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-054.xht +++ /dev/null @@ -1,39 +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: Color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-054-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(99%, 99%, 99%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(99%, 99%, 99%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-055.xht b/testing/web-platform/tests/css/CSS2/colors/color-055.xht deleted file mode 100644 index f3385e0b65..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-055.xht +++ /dev/null @@ -1,38 +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: Color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(100%, 100%, 100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(100%, 100%, 100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-056.xht b/testing/web-platform/tests/css/CSS2/colors/color-056.xht deleted file mode 100644 index 3d1d8079b1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-056.xht +++ /dev/null @@ -1,38 +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: Color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+100%, +100%, +100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(+100%, +100%, +100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-057.xht b/testing/web-platform/tests/css/CSS2/colors/color-057.xht deleted file mode 100644 index d336939912..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-057.xht +++ /dev/null @@ -1,38 +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: Color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(101%, 101%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(101%, 101%, 101%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-058.xht b/testing/web-platform/tests/css/CSS2/colors/color-058.xht deleted file mode 100644 index 891d93f156..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-058.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1, -1, -1)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1, -1, -1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-059.xht b/testing/web-platform/tests/css/CSS2/colors/color-059.xht deleted file mode 100644 index 4e360860b4..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-059.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-060.xht b/testing/web-platform/tests/css/CSS2/colors/color-060.xht deleted file mode 100644 index d63b315976..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-060.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-003-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1, 1, 1)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(1, 1, 1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010101; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-061.xht b/testing/web-platform/tests/css/CSS2/colors/color-061.xht deleted file mode 100644 index 9a8b1dd519..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-061.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0, -0, -0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0, -0, -0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-062.xht b/testing/web-platform/tests/css/CSS2/colors/color-062.xht deleted file mode 100644 index 53445905e1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-062.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0, +0, +0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0, +0, +0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-063-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-063-ref.xht deleted file mode 100644 index 43cbdd9099..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-063-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-063.xht b/testing/web-platform/tests/css/CSS2/colors/color-063.xht deleted file mode 100644 index ce6d66b75e..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-063.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-063-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(128, 128, 128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(128, 128, 128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 128, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-064.xht b/testing/web-platform/tests/css/CSS2/colors/color-064.xht deleted file mode 100644 index 8c144b9198..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-064.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-063-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+128, +128, +128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+128, +128, +128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 128, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-065.xht b/testing/web-platform/tests/css/CSS2/colors/color-065.xht deleted file mode 100644 index 366ceaef99..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-065.xht +++ /dev/null @@ -1,38 +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: Color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-005-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(254, 254, 254)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(254, 254, 254); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fefefe; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-066.xht b/testing/web-platform/tests/css/CSS2/colors/color-066.xht deleted file mode 100644 index d0ff349859..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-066.xht +++ /dev/null @@ -1,38 +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: Color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(255, 255, 255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(255, 255, 255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-067.xht b/testing/web-platform/tests/css/CSS2/colors/color-067.xht deleted file mode 100644 index 26e211a912..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-067.xht +++ /dev/null @@ -1,38 +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: Color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+255, +255, +255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(+255, +255, +255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-068.xht b/testing/web-platform/tests/css/CSS2/colors/color-068.xht deleted file mode 100644 index db83bf1e80..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-068.xht +++ /dev/null @@ -1,38 +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: Color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(256, 256, 256)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(256, 256, 256); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-069.xht b/testing/web-platform/tests/css/CSS2/colors/color-069.xht deleted file mode 100644 index 9fa1f4a6a4..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-069.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1%, 0%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-070-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-070-ref.xht deleted file mode 100644 index 7f93e3ad88..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-070-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-070.xht b/testing/web-platform/tests/css/CSS2/colors/color-070.xht deleted file mode 100644 index fc77dc33dd..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-070.xht +++ /dev/null @@ -1,37 +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: Color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-070-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(1%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-071.xht b/testing/web-platform/tests/css/CSS2/colors/color-071.xht deleted file mode 100644 index 73d0e3d455..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-071.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-072.xht b/testing/web-platform/tests/css/CSS2/colors/color-072.xht deleted file mode 100644 index cb15f2bebb..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-072.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-073-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-073-ref.xht deleted file mode 100644 index 10485f719b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-073-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(50%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-073.xht b/testing/web-platform/tests/css/CSS2/colors/color-073.xht deleted file mode 100644 index e424b405e6..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-073.xht +++ /dev/null @@ -1,37 +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: Color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-073-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(50%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(50%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(50%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-074.xht b/testing/web-platform/tests/css/CSS2/colors/color-074.xht deleted file mode 100644 index ab4f02a6e1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-074.xht +++ /dev/null @@ -1,37 +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: Color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-073-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+50%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(+50%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(50%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-075-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-075-ref.xht deleted file mode 100644 index cc2c24969a..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-075-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-075.xht b/testing/web-platform/tests/css/CSS2/colors/color-075.xht deleted file mode 100644 index 325ab22dbe..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-075.xht +++ /dev/null @@ -1,37 +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: Color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-075-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(99%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(99%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-076.xht b/testing/web-platform/tests/css/CSS2/colors/color-076.xht deleted file mode 100644 index a7d7bc7bf0..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-076.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(100%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(100%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-077.xht b/testing/web-platform/tests/css/CSS2/colors/color-077.xht deleted file mode 100644 index d7d0820282..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-077.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+100%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+100%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-078.xht b/testing/web-platform/tests/css/CSS2/colors/color-078.xht deleted file mode 100644 index 37d93a04f6..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-078.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(101%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(101%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-079.xht b/testing/web-platform/tests/css/CSS2/colors/color-079.xht deleted file mode 100644 index b3db446c85..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-079.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-080.xht b/testing/web-platform/tests/css/CSS2/colors/color-080.xht deleted file mode 100644 index 31aa42ef4e..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-080.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-009-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(1, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-081.xht b/testing/web-platform/tests/css/CSS2/colors/color-081.xht deleted file mode 100644 index f69dd2bd6b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-081.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-082.xht b/testing/web-platform/tests/css/CSS2/colors/color-082.xht deleted file mode 100644 index 3401e0a7d1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-082.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-083-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-083-ref.xht deleted file mode 100644 index 5417ef07e8..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-083-ref.xht +++ /dev/null @@ -1,37 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-083.xht b/testing/web-platform/tests/css/CSS2/colors/color-083.xht deleted file mode 100644 index 91b3bbb199..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-083.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-083-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(128, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(128, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 0, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-084.xht b/testing/web-platform/tests/css/CSS2/colors/color-084.xht deleted file mode 100644 index 8b7fed81e3..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-084.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-083-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+128, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+128, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 0, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-085.xht b/testing/web-platform/tests/css/CSS2/colors/color-085.xht deleted file mode 100644 index fd6e6dc64c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-085.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-011-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(254, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(254, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fe0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-086.xht b/testing/web-platform/tests/css/CSS2/colors/color-086.xht deleted file mode 100644 index 44d510c18b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-086.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(255, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(255, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-087.xht b/testing/web-platform/tests/css/CSS2/colors/color-087.xht deleted file mode 100644 index 77043a40c5..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-087.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+255, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+255, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-088.xht b/testing/web-platform/tests/css/CSS2/colors/color-088.xht deleted file mode 100644 index 29aa25a2d1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-088.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(256, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(256, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-089.xht b/testing/web-platform/tests/css/CSS2/colors/color-089.xht deleted file mode 100644 index 09b5aa3903..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-089.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, -1%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, -1%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-090-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-090-ref.xht deleted file mode 100644 index 017bcb95e8..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-090-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-090.xht b/testing/web-platform/tests/css/CSS2/colors/color-090.xht deleted file mode 100644 index 0a28f0a37a..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-090.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-090-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 1%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 1%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-091.xht b/testing/web-platform/tests/css/CSS2/colors/color-091.xht deleted file mode 100644 index 5305543d2a..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-091.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, -0%, 0%)' renders the correct foreground color of an element's text content. ." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, -0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-092.xht b/testing/web-platform/tests/css/CSS2/colors/color-092.xht deleted file mode 100644 index 4864039f72..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-092.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, +0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, +0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-093-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-093-ref.xht deleted file mode 100644 index aae9251147..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-093-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 50%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-093.xht b/testing/web-platform/tests/css/CSS2/colors/color-093.xht deleted file mode 100644 index c79c1faac3..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-093.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-093-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 50%, 0%) renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 50%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 50%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-094.xht b/testing/web-platform/tests/css/CSS2/colors/color-094.xht deleted file mode 100644 index 09ff6583f4..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-094.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-093-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, +50%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, +50%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 50%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-095-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-095-ref.xht deleted file mode 100644 index 62e3f7b7f1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-095-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-095.xht b/testing/web-platform/tests/css/CSS2/colors/color-095.xht deleted file mode 100644 index e133b672af..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-095.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-095-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 99%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 99%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-096.xht b/testing/web-platform/tests/css/CSS2/colors/color-096.xht deleted file mode 100644 index ceb224d62c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-096.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 100%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 100%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-097.xht b/testing/web-platform/tests/css/CSS2/colors/color-097.xht deleted file mode 100644 index b0e245ddc3..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-097.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, +100%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, +100%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-098.xht b/testing/web-platform/tests/css/CSS2/colors/color-098.xht deleted file mode 100644 index 4ebe556439..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-098.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 101%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 101%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-099.xht b/testing/web-platform/tests/css/CSS2/colors/color-099.xht deleted file mode 100644 index 3bcce2f1ed..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-099.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-100.xht b/testing/web-platform/tests/css/CSS2/colors/color-100.xht deleted file mode 100644 index d6bfba8aa1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-100.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-014-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 1, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - - #test - { - color: rgb(0, 1, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000100; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-101.xht b/testing/web-platform/tests/css/CSS2/colors/color-101.xht deleted file mode 100644 index 306f2b84e5..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-101.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, -0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, -0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-102.xht b/testing/web-platform/tests/css/CSS2/colors/color-102.xht deleted file mode 100644 index 508431035b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-102.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, +0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, +0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-103-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-103-ref.xht deleted file mode 100644 index 934fcd6da6..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-103-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-103.xht b/testing/web-platform/tests/css/CSS2/colors/color-103.xht deleted file mode 100644 index 15281e045a..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-103.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-103-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 128, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 128, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 128, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-104.xht b/testing/web-platform/tests/css/CSS2/colors/color-104.xht deleted file mode 100644 index 6079f5b44e..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-104.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-103-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, +128, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, +128, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 128, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-105.xht b/testing/web-platform/tests/css/CSS2/colors/color-105.xht deleted file mode 100644 index 076e67b78d..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-105.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-016-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 254, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 254, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00fe00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-106.xht b/testing/web-platform/tests/css/CSS2/colors/color-106.xht deleted file mode 100644 index f53813104d..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-106.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 255, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 255, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-107.xht b/testing/web-platform/tests/css/CSS2/colors/color-107.xht deleted file mode 100644 index 3ba4d20b9a..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-107.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, +255, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, +255, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-108.xht b/testing/web-platform/tests/css/CSS2/colors/color-108.xht deleted file mode 100644 index a89e3ee562..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-108.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 256, 0)' properly truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 256, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-109.xht b/testing/web-platform/tests/css/CSS2/colors/color-109.xht deleted file mode 100644 index d0ffb7df9b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-109.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, -1%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-110-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-110-ref.xht deleted file mode 100644 index a382d1c2fb..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-110-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-110.xht b/testing/web-platform/tests/css/CSS2/colors/color-110.xht deleted file mode 100644 index c9be48fcc3..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-110.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-110-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 1%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 1%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-111.xht b/testing/web-platform/tests/css/CSS2/colors/color-111.xht deleted file mode 100644 index 73090dea16..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-111.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, -0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, -0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-112.xht b/testing/web-platform/tests/css/CSS2/colors/color-112.xht deleted file mode 100644 index c00cb43771..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-112.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, +0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-113-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-113-ref.xht deleted file mode 100644 index 2f53e51875..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-113-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 50%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-113.xht b/testing/web-platform/tests/css/CSS2/colors/color-113.xht deleted file mode 100644 index 46315c97ae..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-113.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-113-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-114.xht b/testing/web-platform/tests/css/CSS2/colors/color-114.xht deleted file mode 100644 index f1160978b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-114.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-113-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, +50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-115-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-115-ref.xht deleted file mode 100644 index d574618ac5..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-115-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-115.xht b/testing/web-platform/tests/css/CSS2/colors/color-115.xht deleted file mode 100644 index bd30598487..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-115.xht +++ /dev/null @@ -1,34 +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: Color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-115-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 99%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 99%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-116.xht b/testing/web-platform/tests/css/CSS2/colors/color-116.xht deleted file mode 100644 index 5aa956c0d6..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-116.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-117.xht b/testing/web-platform/tests/css/CSS2/colors/color-117.xht deleted file mode 100644 index fdff7c6edc..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-117.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, +100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-118.xht b/testing/web-platform/tests/css/CSS2/colors/color-118.xht deleted file mode 100644 index e52ff64967..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-118.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 101%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-119.xht b/testing/web-platform/tests/css/CSS2/colors/color-119.xht deleted file mode 100644 index e30e50be37..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-119.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, -1)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, -1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-120.xht b/testing/web-platform/tests/css/CSS2/colors/color-120.xht deleted file mode 100644 index 601b866f96..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-120.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-019-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 1)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000001; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-121.xht b/testing/web-platform/tests/css/CSS2/colors/color-121.xht deleted file mode 100644 index 1b7cc721a1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-121.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, -0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, -0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-122.xht b/testing/web-platform/tests/css/CSS2/colors/color-122.xht deleted file mode 100644 index 36b9ab5376..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-122.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, +0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, +0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-123-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-123-ref.xht deleted file mode 100644 index 68617d2c43..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-123-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-123.xht b/testing/web-platform/tests/css/CSS2/colors/color-123.xht deleted file mode 100644 index b90e61fd40..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-123.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-123-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 0, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-124.xht b/testing/web-platform/tests/css/CSS2/colors/color-124.xht deleted file mode 100644 index 59c84bd8a8..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-124.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-123-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, +128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, +128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 0, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-125.xht b/testing/web-platform/tests/css/CSS2/colors/color-125.xht deleted file mode 100644 index 13fa480d97..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-125.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-021-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 254)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 254); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 0, 254); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-126.xht b/testing/web-platform/tests/css/CSS2/colors/color-126.xht deleted file mode 100644 index 7699694de8..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-126.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-127.xht b/testing/web-platform/tests/css/CSS2/colors/color-127.xht deleted file mode 100644 index ad17330271..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-127.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, +255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, +255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-128.xht b/testing/web-platform/tests/css/CSS2/colors/color-128.xht deleted file mode 100644 index 74bd11b4aa..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-128.xht +++ /dev/null @@ -1,33 +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: Color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 256)' properly truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 256); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-130-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-130-ref.xht deleted file mode 100644 index b469a4cb8d..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-130-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-130.xht b/testing/web-platform/tests/css/CSS2/colors/color-130.xht deleted file mode 100644 index 9eb2cbb344..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-130.xht +++ /dev/null @@ -1,33 +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: Color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-130-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'black' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: black; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: black; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-131-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-131-ref.xht deleted file mode 100644 index 2dad381d88..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-131-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-131.xht b/testing/web-platform/tests/css/CSS2/colors/color-131.xht deleted file mode 100644 index 010a0ddc1c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-131.xht +++ /dev/null @@ -1,33 +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: Color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-131-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'blue' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: blue; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: blue; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-132-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-132-ref.xht deleted file mode 100644 index 9d6a313268..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-132-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-132.xht b/testing/web-platform/tests/css/CSS2/colors/color-132.xht deleted file mode 100644 index c3fa91422f..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-132.xht +++ /dev/null @@ -1,33 +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: Color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-132-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'fuchsia' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: fuchsia; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: fuchsia; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-133-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-133-ref.xht deleted file mode 100644 index 43cbdd9099..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-133-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-133.xht b/testing/web-platform/tests/css/CSS2/colors/color-133.xht deleted file mode 100644 index 7df4870759..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-133.xht +++ /dev/null @@ -1,33 +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: Color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-133-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'gray' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: gray; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: gray; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-134-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-134-ref.xht deleted file mode 100644 index 10db5fbb5f..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-134-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-green.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-green.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-134.xht b/testing/web-platform/tests/css/CSS2/colors/color-134.xht deleted file mode 100644 index 6366437e61..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-134.xht +++ /dev/null @@ -1,33 +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: Color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-134-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'green' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: green; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: green; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-135-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-135-ref.xht deleted file mode 100644 index aa547b0a54..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-135-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-135.xht b/testing/web-platform/tests/css/CSS2/colors/color-135.xht deleted file mode 100644 index 1ae5b5f62a..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-135.xht +++ /dev/null @@ -1,33 +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: Color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-135-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'lime' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: lime; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: lime; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-136-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-136-ref.xht deleted file mode 100644 index c3382a769a..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-136-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-136.xht b/testing/web-platform/tests/css/CSS2/colors/color-136.xht deleted file mode 100644 index aadbc51389..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-136.xht +++ /dev/null @@ -1,33 +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: Color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-136-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'maroon' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: maroon; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: maroon; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-137-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-137-ref.xht deleted file mode 100644 index 68617d2c43..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-137-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-137.xht b/testing/web-platform/tests/css/CSS2/colors/color-137.xht deleted file mode 100644 index 729e7faece..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-137.xht +++ /dev/null @@ -1,33 +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: Color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-137-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'navy' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: navy; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: navy; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-138-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-138-ref.xht deleted file mode 100644 index 832375425c..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-138-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-138.xht b/testing/web-platform/tests/css/CSS2/colors/color-138.xht deleted file mode 100644 index ad0ba8f164..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-138.xht +++ /dev/null @@ -1,33 +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: Color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-138-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'olive' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: olive; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: olive; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-139-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-139-ref.xht deleted file mode 100644 index 280a5fc35b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-139-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-orange.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-orange.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-139.xht b/testing/web-platform/tests/css/CSS2/colors/color-139.xht deleted file mode 100644 index 9a5f2f1544..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-139.xht +++ /dev/null @@ -1,33 +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: Color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-139-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'orange' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: orange; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: orange; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-140-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-140-ref.xht deleted file mode 100644 index 056f8e4dcf..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-140-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-140.xht b/testing/web-platform/tests/css/CSS2/colors/color-140.xht deleted file mode 100644 index 7a3d95c0f6..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-140.xht +++ /dev/null @@ -1,33 +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: Color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-140-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'purple' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: purple; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: purple; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-141-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-141-ref.xht deleted file mode 100644 index 59025f39b7..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-141-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-141.xht b/testing/web-platform/tests/css/CSS2/colors/color-141.xht deleted file mode 100644 index e4f5d4d8cc..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-141.xht +++ /dev/null @@ -1,33 +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: Color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-141-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'red' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: red; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: red; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-142-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-142-ref.xht deleted file mode 100644 index 3f7ffb2f2b..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-142-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-142.xht b/testing/web-platform/tests/css/CSS2/colors/color-142.xht deleted file mode 100644 index dbab988bce..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-142.xht +++ /dev/null @@ -1,33 +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: Color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-142-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'silver' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: silver; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: silver; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-143-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-143-ref.xht deleted file mode 100644 index 70c54ff1a9..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-143-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-143.xht b/testing/web-platform/tests/css/CSS2/colors/color-143.xht deleted file mode 100644 index 0d80203ccb..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-143.xht +++ /dev/null @@ -1,33 +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: Color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-143-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'teal' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: teal; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: teal; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-144-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-144-ref.xht deleted file mode 100644 index 5041fb87d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-144-ref.xht +++ /dev/null @@ -1,41 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/colors/color-144.xht b/testing/web-platform/tests/css/CSS2/colors/color-144.xht deleted file mode 100644 index 35c22c12c1..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-144.xht +++ /dev/null @@ -1,38 +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: Color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-144-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'white' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: white; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: white; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-145-ref.xht b/testing/web-platform/tests/css/CSS2/colors/color-145-ref.xht deleted file mode 100644 index 1d05b5f071..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-145-ref.xht +++ /dev/null @@ -1,36 +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 rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/colors/color-145.xht b/testing/web-platform/tests/css/CSS2/colors/color-145.xht deleted file mode 100644 index ba6467f94f..0000000000 --- a/testing/web-platform/tests/css/CSS2/colors/color-145.xht +++ /dev/null @@ -1,33 +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: Color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-145-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'yellow' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: yellow; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: yellow; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht index 25dcde1859..b2cbf53f9a 100644 --- a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht +++ b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001-ref.xht @@ -16,6 +16,5 @@ <div class="test">x  x  xx xx</div> <div class="test">x  x  xx xx</div> <div class="test">x  x  xx xx</div> - <div class="test">x  x  xx xx</div> </body> </html> diff --git a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht index 8b83eb8316..3287719b0a 100644 --- a/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht +++ b/testing/web-platform/tests/css/CSS2/css1/c541-word-sp-001.xht @@ -14,8 +14,7 @@ div { font: 25px/1 Ahem; width: 12em; background: yellow; color: aqua; margin: 0 0 0 2em; } .eight {word-spacing: 25px;} .nine {word-spacing: normal;} - .ten {word-spacing: 300%;} - .eleven {word-spacing: -1em;} + .ten {word-spacing: -1em;} .fill { color: yellow; } ]]></style> <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" title="16.4 Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties"/> @@ -26,7 +25,6 @@ <div class="test">x  x  xx xx</div> <div class="test">x  x  xx xx</div> <div class="eight"> x x <span class="nine">xx xx</span> </div> - <div class="ten"> x  x  xx xx </div> - <div class="eleven"> x   <span class="nine">  </span>x  <span class="fill">xx</span> xx  <span class="fill">x</span>xx </div> + <div class="ten"> x   <span class="nine">  </span>x  <span class="fill">xx</span> xx  <span class="fill">x</span>xx </div> </body> </html> diff --git a/testing/web-platform/tests/css/CSS2/css1/c63-color-000-ref.xht b/testing/web-platform/tests/css/CSS2/css1/c63-color-000-ref.xht deleted file mode 100644 index 1cb42e3641..0000000000 --- a/testing/web-platform/tests/css/CSS2/css1/c63-color-000-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 Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - p, div {color: blue;} - - img {vertical-align: bottom;} - ]]></style> - - </head> - - <body> - - <p>There should be three solid bars of colour below, each longer than the last, each of the colour specified.</p> - - <div>Blue: <img src="support/swatch-blue.png" alt="FAIL"/><img src="support/swatch-blue.png" alt="FAIL"/><img src="support/swatch-blue.png" alt="FAIL"/></div> - - <div>Orange: <img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/></div> - - <div>Lime: <img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/></div> - - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/css1/c63-color-000.xht b/testing/web-platform/tests/css/CSS2/css1/c63-color-000.xht deleted file mode 100644 index 3286b1193d..0000000000 --- a/testing/web-platform/tests/css/CSS2/css1/c63-color-000.xht +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color Units</title> - <meta name="flags" content="ahem image" /> - <link rel="help" href="http://www.w3.org/TR/REC-CSS1#color-units"/> - <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> - <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> - <link rel="match" href="c63-color-000-ref.xht" /> - - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - body {color: blue;} - span {vertical-align: bottom; font: 15px/1 Ahem;} - img {vertical-align: bottom; color: red;} - .one {color: #0f0;} - .two {color: #00ff00;} - .three {color: rgb(0,255,0);} - .four {color: rgb(0%,100%,0%);} - .five {color: rgb(0.0%,100.0%,0.0%);} - .six {color: lime;} - .seven {color: invalidValue;} - .eight {color: rgb(1280,165,0);} - .nine {color: rgb(255,165,0);} - .ten {color: rgb(100%,64.7%,-500%);} - .eleven {color: rgb(100%,64.7%,0%);} - ]]></style> - <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units" title="4.3.6 Colors"/> - </head> - <body> - <p>There should be three solid bars of colour below, each longer than the last, each of the colour specified.</p> - <div> - Blue: <span>X</span><span class="seven">X</span><img src="support/swatch-blue.png" alt="FAIL"/> - </div> - <div> - Orange: <span class="eight">X</span><span class="nine">X</span><span class="ten">X</span><span class="eleven">X</span><img src="support/swatch-orange.png" alt="FAIL"/> - </div> - <div> - Lime: <span class="one">X</span><span class="two">X</span><span class="three">X</span><span class="four">X</span><span class="five">X</span><span class="six">X</span><span style="color: #0f0;">X</span><span style="color: #00ff00;">X</span><span style="color: rgb(0,255,0);">X</span><span style="color: rgb(0%,100%,0%);">X</span><span style="color: rgb(0.0%,100.0%,0.0%);">X</span><span style="color: lime;">X</span><img src="support/swatch-lime.png" alt="FAIL"/> - </div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/floats/float-no-interpolation.html b/testing/web-platform/tests/css/CSS2/floats/float-no-interpolation.html index eb06dfefc6..92befefda1 100644 --- a/testing/web-platform/tests/css/CSS2/floats/float-no-interpolation.html +++ b/testing/web-platform/tests/css/CSS2/floats/float-no-interpolation.html @@ -7,9 +7,24 @@ <body> <script> +// Use default transition-behavior: normal. test_no_interpolation({ property: 'float', from: 'initial', to: 'right' }); + +test_interpolation({ + property: 'float', + behavior: 'allow-discrete', + from: 'left', + to: 'right', +}, [ + {at: -1, expect: 'left'}, + {at: 0, expect: 'left'}, + {at: 0.4, expect: 'left'}, + {at: 0.5, expect: 'right'}, + {at: 1, expect: 'right'}, + {at: 1.5, expect: 'right'}, +]); </script> diff --git a/testing/web-platform/tests/css/CSS2/fonts/font-size-119.xht b/testing/web-platform/tests/css/CSS2/fonts/font-size-119.xht index 8141516c7d..48088e0cac 100644 --- a/testing/web-platform/tests/css/CSS2/fonts/font-size-119.xht +++ b/testing/web-platform/tests/css/CSS2/fonts/font-size-119.xht @@ -23,6 +23,7 @@ .p { color: green; } ]]></style> + <link rel="match" href="/css/CSS2/reference/ref-if-there-is-no-red.xht" /> </head> <body class="test"> <p>Test passes if there is <strong>no red</strong>.</p> diff --git a/testing/web-platform/tests/css/CSS2/linebox/vertical-align-122-ref.xht b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-122-ref.xht new file mode 100644 index 0000000000..86b4856266 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-122-ref.xht @@ -0,0 +1,87 @@ +<!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 rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"/> + + <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> + <style type="text/css"> + <![CDATA[ + body { + position: relative; + font-size: 20px; + } + .person { + position: absolute; + width: 6em; + height: 8.9em; + } + .face { + position: relative; + height: 4.2em; + background: currentcolor; + } + .face > div { + position: absolute; + background: white; + } + .face > .mouth { + left: 2em; + top: 3em; + width: 2em; + height: .2em; + } + .face > .eye { + top: 1em; + width: 1em; + height: 1.2em; + } + .face > .eye.left { + left: 1em; + } + .face > .eye.right { + right: 1em; + } + .torso { + margin-top: 0.5em; + height: 2.2em; + border: 1em solid; + } + ]]> + </style> + </head> + <body> + <div class="person" style="left: 0em; top: 0em"> + <div class="face"> + <div class="eye left"></div> + <div class="eye right"></div> + <div class="mouth"></div> + </div> + <div class="torso"></div> + </div> + <div class="person" style="left: 7em; top: 0em"> + <div class="face"> + <div class="eye left"></div> + <div class="eye right"></div> + <div class="mouth"></div> + </div> + <div class="torso"></div> + </div> + <div class="person" style="left: 14em; top: .5em"> + <div class="face"> + <div class="eye left"></div> + <div class="eye right"></div> + <div class="mouth"></div> + </div> + <div class="torso"></div> + </div> + <div class="person" style="left: 21em; top: .5em"> + <div class="face"> + <div class="eye left"></div> + <div class="eye right"></div> + <div class="mouth"></div> + </div> + <div class="torso"></div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/css/CSS2/linebox/vertical-align-122.xht b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-122.xht new file mode 100644 index 0000000000..1d7c180f19 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-122.xht @@ -0,0 +1,62 @@ +<!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: vertical-align on inline-block</title> + <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"/> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" /> + <link rel="help" href="https://github.com/servo/servo/issues/31604" /> + <link rel="help" href="https://github.com/servo/servo/issues/31634" /> + <link rel="match" href="vertical-align-122-ref.xht" /> + <meta name="assert" content="When vertical-align is used on an inline-block, it aligns the inline-block itself, not the contents inside it." /> + + <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> + <style type="text/css"> + <![CDATA[ + body { + font: 20px/1 Ahem; + } + .wrapper { + display: inline-block; + border: 1em solid; + } + .wrapper > div { + display: inline-block; + height: 2em; + width: 2em; + background: currentcolor; + } + .wrapper > canvas { + width: 4em; + height: 2em; + } + ]]> + </style> + </head> + <body> + <div class="wrapper" style="vertical-align: baseline"> + X<div></div><span>X</span> + </div> + <div class="wrapper" style="vertical-align: top"> + X<div></div><span>X</span> + </div> + <div class="wrapper" style="vertical-align: middle"> + X<div></div><span>X</span> + </div> + <div class="wrapper" style="vertical-align: bottom"> + X<div></div><span>X</span> + </div> + <br /> + <div class="wrapper" style="vertical-align: baseline"> + <canvas></canvas> + </div> + <div class="wrapper" style="vertical-align: top"> + <canvas></canvas> + </div> + <div class="wrapper" style="vertical-align: middle"> + <canvas></canvas> + </div> + <div class="wrapper" style="vertical-align: bottom"> + <canvas></canvas> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-006.xht b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-006.xht index 7d142e1794..f338379bbb 100644 --- a/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-006.xht +++ b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-006.xht @@ -15,6 +15,7 @@ vertical-align: baseline; } </style> + <link rel="match" href="vertical-align-baseline-007-ref.xht" /> </head> <body> <p>Test passes if the bottoms of all the 'X's are aligned.</p> diff --git a/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-010.xht b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-010.xht index 1e5a0df855..ffe3c8755b 100644 --- a/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-010.xht +++ b/testing/web-platform/tests/css/CSS2/linebox/vertical-align-baseline-010.xht @@ -17,6 +17,7 @@ vertical-align: baseline; } </style> + <link rel="match" href="vertical-align-baseline-007-ref.xht" /> </head> <body> <p>Test passes if the bottoms of all the 'X's are aligned.</p> diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht index e295160744..ed0203b1aa 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-auto-reset-001.xht @@ -15,6 +15,7 @@ content: counter(outofscope); } </style> + <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" /> </head> <body> <p>Test passes if there is the number '0' below.</p> diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht index e4d8630fb3..5118b827a6 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-display-001.xht @@ -16,6 +16,7 @@ content: counter(hidden); } </style> + <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" /> </head> <body> <p>Test passes if there is the number '0' below.</p> diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht index 641eafd719..1828797e3c 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-increment-not-generated-001.xht @@ -16,6 +16,7 @@ content: counter(notgenerated); } </style> + <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" /> </head> <body> <p>Test passes if there is the number '0' below.</p> diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht index a6c1b389f1..f18f007d96 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-reset-display-001.xht @@ -16,6 +16,7 @@ content: counter(hidden); } </style> + <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" /> </head> <body> <p>Test passes if there is the number '0' below.</p> diff --git a/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht b/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht index 1aa6e9a4c3..d745a77ec3 100644 --- a/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht +++ b/testing/web-platform/tests/css/CSS2/lists/counter-reset-not-generated-001.xht @@ -16,6 +16,7 @@ content: counter(notgenerated); } </style> + <link rel="match" href="/css/CSS2/generated-content/content-auto-reset-001-ref.html" /> </head> <body> <p>Test passes if there is the number '0' below.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht index 1111ea8828..66fcabdd1d 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht @@ -33,6 +33,7 @@ position: absolute; } </style> + <link rel="match" href="margin-collapse-002-ref.xht" /> </head> <body> <p>Test passes if there is <strong>no red</strong>.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht index 64bb404982..1ca6e94297 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht @@ -14,6 +14,7 @@ div.box2 { background-color: aqua; float: left; width: 20px; height: 20px; } div.box3 { margin-top: 50px; height: 50px; background-color: orange; } </style> + <link rel="match" href="/css/CSS2/floats-clear/margin-collapse-clear-002-ref.xht" /> </head> <body> <p>The coloured bars on the left should match the coloured boxes in the black box.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht index 4c320ac187..b48e1904c4 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht @@ -15,6 +15,7 @@ div.box2 { background-color: aqua; float: left; width: 20px; height: 20px; } div.box3 { overflow: hidden; margin-top: 50px; height: 50px; background-color: orange; } </style> + <link rel="match" href="/css/CSS2/floats-clear/margin-collapse-clear-002-ref.xht" /> </head> <body> <p>The coloured bars on the left should match the coloured boxes in the black box.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht index 2121019ae8..2b57f0fccd 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht @@ -22,6 +22,7 @@ margin-left: 50px; } </style> + <link rel="match" href="padding-left-applies-to-008-ref.xht" /> </head> <body> <p>Test passes if there is space between the blue and orange lines.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht index 7023f79cd1..7f48da0379 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht @@ -19,6 +19,7 @@ span.control { background: green; color: white; } span.test { padding-top: 10em; } </style> + <link rel="match" href="/css/CSS2/floats-clear/floats-125-ref.xht" /> </head> <body> <table> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht index 8ff267c081..03740e4ed9 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht @@ -18,6 +18,7 @@ span.control { background: green; color: white; } span.test { padding-bottom: 10em; } </style> + <link rel="match" href="/css/CSS2/floats-clear/floats-124-ref.xht" /> </head> <body> <table> diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht b/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht index cf14e37ab7..3d9756b005 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht @@ -31,6 +31,7 @@ width: 150px; } </style> + <link rel="match" href="block-non-replaced-width-001-ref.xht" /> </head> <body> <p>Test passes if the orange and blue rectangles have the <strong>same width</strong>.</p> diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht index 83c75c6528..617ccc45ee 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht @@ -16,6 +16,7 @@ width: 72pt; } </style> + <link rel="match" href="max-width-003-ref.xht" /> </head> <body> <p>Test passes if there is a thin vertical line.</p> diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht index 538b701cd6..87d2e4085f 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht @@ -16,6 +16,7 @@ width: 0; } </style> + <link rel="match" href="max-width-003-ref.xht" /> </head> <body> <p>Test passes if there is a thin vertical line.</p> diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht index c0094c463b..157f67d9d1 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht @@ -15,6 +15,7 @@ width: 1pt; } </style> + <link rel="match" href="max-width-003-ref.xht" /> </head> <body> <p>Test passes if there is a thin vertical line.</p> diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht index 6cdacc6058..f2837ba7b9 100644 --- a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht +++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-007.xht @@ -10,6 +10,7 @@ div div { float: right; } :first-line { color: green; } </style> + <link rel="match" href="/css/CSS2/cascade/cascade-012-ref.xht" /> </head> <body> <div> diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht index 19b867f7e1..f919376733 100644 --- a/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht +++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-pseudo-008.xht @@ -10,6 +10,7 @@ div div { display: none; } :first-line { color: green; } </style> + <link rel="match" href="/css/CSS2/cascade/cascade-012-ref.xht" /> </head> <body> <div> diff --git a/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht b/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht index b19368d4ba..8759b830b1 100644 --- a/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht +++ b/testing/web-platform/tests/css/CSS2/selectors/first-line-selector-004.xht @@ -11,6 +11,7 @@ color: green; } </style> + <link rel="match" href="/css/CSS2/reference/filler-text-below-green.xht" /> </head> <body> <p>Test passes if the "Filler Text" below is green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht index 3e8bac6a3f..a5f5388b20 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-031.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } </style> <link rel="stylesheet" href="support/character-encoding-031.css"/> + <link rel="match" href="character-encoding-041-ref.xht" /> </head> <body> <p class="tést">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht index 04c6cf4d1f..96a6023de7 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-032.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } </style> <link rel="stylesheet" href="support/character-encoding-032.css"/> + <link rel="match" href="character-encoding-041-ref.xht" /> </head> <body> <p class="t้st">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht index 8042c899f3..b3a3f417bc 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-033.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } </style> <link rel="stylesheet" href="support/character-encoding-033.css"/> + <link rel="match" href="character-encoding-041-ref.xht" /> </head> <body> <p class="tщst">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht index ab6ded6bd3..11cf7b5565 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-034.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } </style> <link rel="stylesheet" href="support/character-encoding-034.css"/> + <link rel="match" href="character-encoding-041-ref.xht" /> </head> <body> <p class="tىst">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht index 12896b0f75..4ef48e66b9 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-035.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } </style> <link rel="stylesheet" href="support/character-encoding-035.css"/> + <link rel="match" href="character-encoding-041-ref.xht" /> </head> <body> <p class="tιst">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht index 2a9ab495c2..f6aa7bffdf 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-036.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } </style> <link rel="stylesheet" href="support/character-encoding-036.css"/> + <link rel="match" href="character-encoding-041-ref.xht" /> </head> <body> <p class="tיst">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht index 02c28caf1f..bb8b76c4a1 100644 --- a/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht +++ b/testing/web-platform/tests/css/CSS2/syntax/character-encoding-037.xht @@ -11,6 +11,7 @@ p { background: red; color: yellow; } </style> <link rel="stylesheet" href="support/character-encoding-037.css"/> + <link rel="match" href="character-encoding-041-ref.xht" /> </head> <body> <p class="tИst">This line should be green.</p> diff --git a/testing/web-platform/tests/css/CSS2/syntax/colors-007.html b/testing/web-platform/tests/css/CSS2/syntax/colors-007.html new file mode 100644 index 0000000000..37c36e59b6 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/syntax/colors-007.html @@ -0,0 +1,191 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>CSS2 Test: Colors</title> +<link rel="help" href="https://www.w3.org/TR/CSS2/syndata.html#color-units"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/parsing-testcommon.js"></script> +</head> +<body> +<div id="target"></div> +<script> +const valid_colors = { + "#000000": "rgb(0, 0, 0)", + "#000001": "rgb(0, 0, 1)", + "#000099": "rgb(0, 0, 153)", + "#0000fe": "rgb(0, 0, 254)", + "#0000ff": "rgb(0, 0, 255)", + "#000100": "rgb(0, 1, 0)", + "#000": "rgb(0, 0, 0)", + "#001": "rgb(0, 0, 17)", + "#009900": "rgb(0, 153, 0)", + "#009": "rgb(0, 0, 153)", + "#00e": "rgb(0, 0, 238)", + "#00f": "rgb(0, 0, 255)", + "#00fe00": "rgb(0, 254, 0)", + "#00ff00": "rgb(0, 255, 0)", + "#010000": "rgb(1, 0, 0)", + "#010101": "rgb(1, 1, 1)", + "#010": "rgb(0, 17, 0)", + "#090": "rgb(0, 153, 0)", + "#0e0": "rgb(0, 238, 0)", + "#0f0": "rgb(0, 255, 0)", + "#1000": "rgba(17, 0, 0, 0)", + "#100": "rgb(17, 0, 0)", + "#111": "rgb(17, 17, 17)", + "#900": "rgb(153, 0, 0)", + "#990000": "rgb(153, 0, 0)", + "#999999": "rgb(153, 153, 153)", + "#999": "rgb(153, 153, 153)", + "#e00": "rgb(238, 0, 0)", + "#eee": "rgb(238, 238, 238)", + "#f00": "rgb(255, 0, 0)", + "#fe0000": "rgb(254, 0, 0)", + "#fefefe": "rgb(254, 254, 254)", + "#ff0000": "rgb(255, 0, 0)", + "#fff": "rgb(255, 255, 255)", + "#ffffff": "rgb(255, 255, 255)", + "rgb(+0%, +0%, +0%)": "rgb(0, 0, 0)", + "rgb(+0%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(+0, +0, +0)": "rgb(0, 0, 0)", + "rgb(+0, 0, 0)": "rgb(0, 0, 0)", + "rgb(+100%, +100%, +100%)": "rgb(255, 255, 255)", + "rgb(+100%, 0%, 0%)": "rgb(255, 0, 0)", + "rgb(+128, +128, +128)": "rgb(128, 128, 128)", + "rgb(+128, 0, 0)": "rgb(128, 0, 0)", + "rgb(+255, +255, +255)": "rgb(255, 255, 255)", + "rgb(+255, 0, 0)": "rgb(255, 0, 0)", + "rgb(+40%, +40%, +40%)": "rgb(102, 102, 102)", + "rgb(+40%, 0%, 0%)": "rgb(102, 0, 0)", + "rgb(-0%, -0%, -0%)": "rgb(0, 0, 0)", + "rgb(-0%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(-0, -0, -0)": "rgb(0, 0, 0)", + "rgb(-0, 0, 0)": "rgb(0, 0, 0)", + "rgb(-1%, -1%, -1%)": "rgb(0, 0, 0)", + "rgb(-1%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(-1, -1, -1)": "rgb(0, 0, 0)", + "rgb(-1, 0, 0)": "rgb(0, 0, 0)", + "rgb(0%, +0%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, +100%, 0%)": "rgb(0, 255, 0)", + "rgb(0%, +40%, 0%)": "rgb(0, 102, 0)", + "rgb(0%, -0%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, -1%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, +0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, +100%)": "rgb(0, 0, 255)", + "rgb(0%, 0%, +40%)": "rgb(0, 0, 102)", + "rgb(0%, 0%, -0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, -1%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, 1%)": "rgb(0, 0, 3)", + "rgb(0%, 0%, 100%)": "rgb(0, 0, 255)", + "rgb(0%, 0%, 101%)": "rgb(0, 0, 255)", + "rgb(0%, 0%, 40%)": "rgb(0, 0, 102)", + "rgb(0%, 0%, 99%)": "rgb(0, 0, 252)", + "rgb(0%, 1%, 0%)": "rgb(0, 3, 0)", + "rgb(0%, 100%, 0%)": "rgb(0, 255, 0)", + "rgb(0%, 101%, 0%)": "rgb(0, 255, 0)", + "rgb(0%, 40%, 0%)": "rgb(0, 102, 0)", + "rgb(0%, 99%, 0%)": "rgb(0, 252, 0)", + "rgb(0, +0, 0)": "rgb(0, 0, 0)", + "rgb(0, +128, 0)": "rgb(0, 128, 0)", + "rgb(0, +255, 0)": "rgb(0, 255, 0)", + "rgb(0, -0, 0)": "rgb(0, 0, 0)", + "rgb(0, -1, 0)": "rgb(0, 0, 0)", + "rgb(0, 0, +0)": "rgb(0, 0, 0)", + "rgb(0, 0, +128)": "rgb(0, 0, 128)", + "rgb(0, 0, +255)": "rgb(0, 0, 255)", + "rgb(0, 0, -0)": "rgb(0, 0, 0)", + "rgb(0, 0, -1)": "rgb(0, 0, 0)", + "rgb(0, 0, 0)": "rgb(0, 0, 0)", + "rgb(0, 0, 1)": "rgb(0, 0, 1)", + "rgb(0, 0, 128)": "rgb(0, 0, 128)", + "rgb(0, 0, 254)": "rgb(0, 0, 254)", + "rgb(0, 0, 255)": "rgb(0, 0, 255)", + "rgb(0, 0, 256)": "rgb(0, 0, 255)", + "rgb(0, 1, 0)": "rgb(0, 1, 0)", + "rgb(0, 128, 0)": "rgb(0, 128, 0)", + "rgb(0, 254, 0)": "rgb(0, 254, 0)", + "rgb(0, 255, 0)": "rgb(0, 255, 0)", + "rgb(0, 256, 0)": "rgb(0, 255, 0)", + "rgb(1%, 0%, 0%)": "rgb(3, 0, 0)", + "rgb(1%, 1%, 1%)": "rgb(3, 3, 3)", + "rgb(1, 0, 0)": "rgb(1, 0, 0)", + "rgb(1, 1, 1)": "rgb(1, 1, 1)", + "rgb(100%, 0%, 0%)": "rgb(255, 0, 0)", + "rgb(100%, 100%, 100%)": "rgb(255, 255, 255)", + "rgb(101%, 0%, 0%)": "rgb(255, 0, 0)", + "rgb(101%, 101%, 101%)": "rgb(255, 255, 255)", + "rgb(128, 0, 0)": "rgb(128, 0, 0)", + "rgb(128, 128, 128)": "rgb(128, 128, 128)", + "rgb(254, 0, 0)": "rgb(254, 0, 0)", + "rgb(254, 254, 254)": "rgb(254, 254, 254)", + "rgb(255, 0, 0)": "rgb(255, 0, 0)", + "rgb(255, 255, 255)": "rgb(255, 255, 255)", + "rgb(256, 0, 0)": "rgb(255, 0, 0)", + "rgb(256, 256, 256)": "rgb(255, 255, 255)", + "rgb(40%, 0%, 0%)": "rgb(102, 0, 0)", + "rgb(40%, 40%, 40%)": "rgb(102, 102, 102)", + "rgb(99%, 0%, 0%)": "rgb(252, 0, 0)", + "rgb(99%, 99%, 99%)": "rgb(252, 252, 252)", + "rgb(0.0%, 100.0%, 0.0%)": "rgb(0, 255, 0)", + "aqua": "aqua", + "black": "black", + "blue": "blue", + "fuchsia": "fuchsia", + "gray": "gray", + "green": "green", + "inherit": "inherit", + "lime": "lime", + "maroon": "maroon", + "navy": "navy", + "olive": "olive", + "orange": "orange", + "purple": "purple", + "red": "red", + "silver": "silver", + "teal": "teal", + "transparent": "transparent", + "white": "white", + "yellow": "yellow", +}; + +const invalid_colors = [ + "#00000", + "#0000fg", + "#00", + "#00fg00", + "#00g", + "#0g0", + "#1000000", + "#fg0000", + "#fgfgfg", + "#g00", + "#ggg", + "invalidValue", +]; + +const color_properties = [ + "color", + "background-color", + "border-top-color", + "border-bottom-color", + "border-left-color", + "border-right-color", + "outline-color", + "text-decoration-color", +]; + +for (const prop of color_properties) { + for (const [value, serializedValue] of Object.entries(valid_colors)) { + test_valid_value(prop, value, serializedValue); + } + + for (const color of invalid_colors) { + test_invalid_value(prop, color); + } +} +</script> +</body> +</html> diff --git a/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-212-ref.xht b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-212-ref.xht new file mode 100644 index 0000000000..4781f3c527 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-212-ref.xht @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>CSS Reftest Reference</title> + <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"/> +</head> +<body> + above<br /> + below +</body> +</html> diff --git a/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-212.xht b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-212.xht new file mode 100644 index 0000000000..e6bdfd5dd9 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-212.xht @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>CSS Test: Anonymous table objects</title> + <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"/> + <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="help" href="https://github.com/servo/servo/issues/31603"/> + <link rel="match" href="table-anonymous-objects-212-ref.xht"/> + <meta assert="The table cell is wrapped inside an anonymous block-level table, + so the text 'below' should appear below 'above'."/> +</head> +<body> + above + <span style="display: table-cell">below</span> +</body> +</html> diff --git a/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-213-ref.xht b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-213-ref.xht new file mode 100644 index 0000000000..9c2f98a29d --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-213-ref.xht @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>CSS Reftest Reference</title> + <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"/> +</head> +<body> + <span style="border: solid; vertical-align: top">left right</span> +</body> +</html> diff --git a/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-213.xht b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-213.xht new file mode 100644 index 0000000000..e701a82bf0 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/tables/table-anonymous-objects-213.xht @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>CSS Test: Anonymous table objects</title> + <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"/> + <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="help" href="https://github.com/servo/servo/issues/31649"/> + <link rel="match" href="table-anonymous-objects-213-ref.xht"/> + <meta assert="The table cell is wrapped inside an anonymous inline-level table, + so the text 'right' should appear at the right of 'left', + and the border should surround both of them."/> +</head> +<body> + <span style="border: solid; vertical-align: top"> + left + <span style="display: table-cell">right</span> + </span> +</body> +</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-001.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-001.xht deleted file mode 100644 index 8fb1b8bdeb..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-001.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#00000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-002.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-002.xht deleted file mode 100644 index d2538412e0..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-002.xht +++ /dev/null @@ -1,33 +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: Outline-color set to '#000000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color #000000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-003.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-003.xht deleted file mode 100644 index fc9fac98b6..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-003.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#010101'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #010101 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #010101; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #010101; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-004.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-004.xht deleted file mode 100644 index 08ac66c123..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-004.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#999999'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #999999 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #999999; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #999999; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-005.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-005.xht deleted file mode 100644 index e0a087b281..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-005.xht +++ /dev/null @@ -1,37 +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: Outline-color set to '#fefefe'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #fefefe renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: #000000; - color: #fefefe; - } - #div1 - { - outline-color: #fefefe; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #fefefe; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-006.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-006.xht deleted file mode 100644 index aa50cd495f..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-006.xht +++ /dev/null @@ -1,37 +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: Outline-color set to '#ffffff'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #ffffff renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: #000000; - color: #ffffff; - } - #div1 - { - outline-color: #ffffff; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #ffffff; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-007.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-007.xht deleted file mode 100644 index fc023dd02a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-007.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#1000000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #1000000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #1000000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-008.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-008.xht deleted file mode 100644 index 88dc03a331..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-008.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#fgfgfg'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #fgfgfg (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #fgfgfg; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-009.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-009.xht deleted file mode 100644 index 72be4c5e3f..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-009.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#010000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #010000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #010000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #010000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-010.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-010.xht deleted file mode 100644 index 394d464615..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-010.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#990000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #990000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #990000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #990000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-011.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-011.xht deleted file mode 100644 index 9b1035a4d2..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-011.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#fe0000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #fe0000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #fe0000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #fe0000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-012.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-012.xht deleted file mode 100644 index 75f7ae9877..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-012.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#ff0000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #ff0000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #ff0000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #ff0000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-013.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-013.xht deleted file mode 100644 index 80756f3c44..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-013.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#fg0000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #fg0000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #fg0000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-014.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-014.xht deleted file mode 100644 index 52dbe6cf8e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-014.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#000100'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #000100 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000100; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000100; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-015.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-015.xht deleted file mode 100644 index 03b17219f0..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-015.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#009900'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #009900 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #009900; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #009900; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-016.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-016.xht deleted file mode 100644 index 9b7d9e3fcc..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-016.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#00fe00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00fe00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00fe00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00fe00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-017.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-017.xht deleted file mode 100644 index ec30fb6ece..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-017.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#00ff00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00ff00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00ff00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00ff00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-018.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-018.xht deleted file mode 100644 index daa6a63018..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-018.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#00fg00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00fg00 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00fg00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-019.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-019.xht deleted file mode 100644 index 10beda0520..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-019.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#000001'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #000001 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000001; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000001; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-020.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-020.xht deleted file mode 100644 index 4c52916dba..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-020.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#000099'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #000099 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000099; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000099; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-021.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-021.xht deleted file mode 100644 index 1ed0b6f3f5..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-021.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#0000fe'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0000fe renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0000fe; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0000fe; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-022.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-022.xht deleted file mode 100644 index 0aceeb2797..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-022.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#0000ff'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0000ff renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0000ff; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0000ff; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-023.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-023.xht deleted file mode 100644 index e740addb19..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-023.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#0000fg'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #0000fg (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #0000fg; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-024.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-024.xht deleted file mode 100644 index 3c2ce95ac0..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-024.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-025.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-025.xht deleted file mode 100644 index f2ad01c03d..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-025.xht +++ /dev/null @@ -1,33 +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: Outline-color set to '#000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color #000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-026.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-026.xht deleted file mode 100644 index 98585d11e8..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-026.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#111'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #111 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #111; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #111; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-027.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-027.xht deleted file mode 100644 index 0dd858235c..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-027.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#999'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #999 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #999; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #999; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-028.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-028.xht deleted file mode 100644 index 3c2a2f7c4d..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-028.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#eee'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #eee renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #eee; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #eee; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-029.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-029.xht deleted file mode 100644 index 6d283099da..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-029.xht +++ /dev/null @@ -1,37 +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: Outline-color set to '#fff'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #fff renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: #fff; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #fff; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-030.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-030.xht deleted file mode 100644 index 22bfe73763..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-030.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#1000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #1000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #1000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-031.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-031.xht deleted file mode 100644 index 08a03c7380..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-031.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#ggg'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #ggg (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #ggg; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-032.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-032.xht deleted file mode 100644 index 6e2683eb1e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-032.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#100'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #100 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #100; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #100; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-033.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-033.xht deleted file mode 100644 index f215bb3012..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-033.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#900'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #900 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #900; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #900; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-034.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-034.xht deleted file mode 100644 index e36154d1bd..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-034.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#e00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #e00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #e00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #e00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-035.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-035.xht deleted file mode 100644 index bf2fd9b7f6..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-035.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#f00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #f00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #f00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #f00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-036.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-036.xht deleted file mode 100644 index 3bbd0afd89..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-036.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#g00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #g00 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #g00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-037.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-037.xht deleted file mode 100644 index 94558c796a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-037.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#010'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #010 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #010; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #010; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-038.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-038.xht deleted file mode 100644 index cd9d295bbb..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-038.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#090'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #090 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #090; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #090; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-039.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-039.xht deleted file mode 100644 index 8eec350cbf..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-039.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#0e0'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0e0 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0e0; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0e0; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-040.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-040.xht deleted file mode 100644 index e1411591ab..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-040.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#0f0'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0f0 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0f0; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0f0; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-041.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-041.xht deleted file mode 100644 index e05515134e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-041.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#0g0'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #0g0 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #0g0; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-042.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-042.xht deleted file mode 100644 index ce23bf4437..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-042.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#001'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #001 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #001; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #001; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-043.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-043.xht deleted file mode 100644 index 285ffff0df..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-043.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#009'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #009 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #009; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #009; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-044.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-044.xht deleted file mode 100644 index 73a5edb875..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-044.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#00e'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00e renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00e; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00e; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-045.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-045.xht deleted file mode 100644 index 0766a5633c..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-045.xht +++ /dev/null @@ -1,32 +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: Outline-color set to '#00f'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00f renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00f; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00f; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-046.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-046.xht deleted file mode 100644 index db192ffe84..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-046.xht +++ /dev/null @@ -1,34 +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: Outline-color set to '#00g'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00g (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00g; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-047.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-047.xht deleted file mode 100644 index d473df9df5..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-047.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-1%, -1%, -1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1%, -1%, -1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1%, -1%, -1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1%, -1%, -1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-048.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-048.xht deleted file mode 100644 index 0ad9d45d24..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-048.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-049-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-049-ref.xht deleted file mode 100644 index e1d340d24a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-049-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(1%, 1%, 1%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-049.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-049.xht deleted file mode 100644 index 7df4181d57..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-049.xht +++ /dev/null @@ -1,34 +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: Outline-color set to 'rgb(1%, 1%, 1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-049-ref.xht"/> - <meta name="assert" content="Outline color rgb(1%, 1%, 1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1%, 1%, 1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1%, 1%, 1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-050.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-050.xht deleted file mode 100644 index 50a2ad9884..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-050.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-0%, -0%, -0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0%, -0%, -0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0%, -0%, -0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0%, -0%, -0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-051.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-051.xht deleted file mode 100644 index 2d3a5252d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-051.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(+0%, +0%, +0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0%, +0%, +0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0%, +0%, +0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0%, +0%, +0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-052-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-052-ref.xht deleted file mode 100644 index fe849dfc2c..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-052-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(40%, 40%, 40%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-052.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-052.xht deleted file mode 100644 index 0e2ccd6b9a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-052.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(40%, 40%, 40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-052-ref.xht"/> - <meta name="assert" content="Outline color rgb(40%, 40%, 40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(40%, 40%, 40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-053.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-053.xht deleted file mode 100644 index 109079939a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-053.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(+40%, +40%, +40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-052-ref.xht"/> - <meta name="assert" content="Outline color rgb(+40%, +40%, +40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+40%, +40%, +40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+40%, +40%, +40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-054-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-054-ref.xht deleted file mode 100644 index ecd5c5b6a7..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-054-ref.xht +++ /dev/null @@ -1,26 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(99%, 99%, 99%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-054.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-054.xht deleted file mode 100644 index 1bffbaeb69..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-054.xht +++ /dev/null @@ -1,39 +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: Outline-color set to 'rgb(99%, 99%, 99%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-054-ref.xht"/> - <meta name="assert" content="Outline color rgb(99%, 99%, 99%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(99%, 99%, 99%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(99%, 99%, 99%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-055.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-055.xht deleted file mode 100644 index fc8e03955d..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-055.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'rgb(100%, 100%, 100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(100%, 100%, 100%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(100%, 100%, 100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-056.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-056.xht deleted file mode 100644 index 072878eeba..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-056.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'rgb(+100%, +100%, +100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+100%, +100%, +100%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(+100%, +100%, +100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+100%, +100%, +100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-057.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-057.xht deleted file mode 100644 index dbf9b7e146..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-057.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'rgb(101%, 101%, 101%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(101%, 101%, 101%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(101%, 101%, 101%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(101%, 101%, 101%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-058.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-058.xht deleted file mode 100644 index e9391ff126..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-058.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-1, -1, -1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1, -1, -1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1, -1, -1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1, -1, -1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-059.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-059.xht deleted file mode 100644 index 875597b2a8..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-059.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-060.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-060.xht deleted file mode 100644 index 9af35b1f30..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-060.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(1, 1, 1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(1, 1, 1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1, 1, 1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1, 1, 1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-061.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-061.xht deleted file mode 100644 index 5f534d2a8a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-061.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-0, -0, -0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0, -0, -0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0, -0, -0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0, -0, -0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-062.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-062.xht deleted file mode 100644 index 11e48f29b5..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-062.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(+0, +0, +0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0, +0, +0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0, +0, +0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0, +0, +0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-063.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-063.xht deleted file mode 100644 index 4b4a59a338..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-063.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(128, 128, 128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(128, 128, 128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(128, 128, 128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-064.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-064.xht deleted file mode 100644 index 1c79116778..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-064.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(+128, +128, +128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+128, +128, +128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+128, +128, +128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+128, +128, +128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-065.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-065.xht deleted file mode 100644 index 638fc55161..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-065.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'rgb(254, 254, 254)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(254, 254, 254) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(254, 254, 254); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(254, 254, 254); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-066.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-066.xht deleted file mode 100644 index 3643ac65bc..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-066.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'rgb(255, 255, 255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(255, 255, 255) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(255, 255, 255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-067.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-067.xht deleted file mode 100644 index 0e6c5be02a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-067.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'rgb(+255, +255, +255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+255, +255, +255) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(+255, +255, +255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+255, +255, +255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-068.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-068.xht deleted file mode 100644 index 89b77d12ca..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-068.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'rgb(256, 256, 256)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(256, 256, 256) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(256, 256, 256); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(256, 256, 256); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-069.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-069.xht deleted file mode 100644 index f2d49dff54..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-069.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-1%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-070-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-070-ref.xht deleted file mode 100644 index ce6d3133e7..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-070-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(1%, 0%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-070.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-070.xht deleted file mode 100644 index d66f792174..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-070.xht +++ /dev/null @@ -1,34 +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: Outline-color set to 'rgb(1%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-070-ref.xht"/> - <meta name="assert" content="Outline color rgb(1%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-071.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-071.xht deleted file mode 100644 index 8b6dfc873e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-071.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-0%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-072.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-072.xht deleted file mode 100644 index 94ae00aa15..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-072.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(+0%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-073-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-073-ref.xht deleted file mode 100644 index e5289db8f4..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-073-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(40%, 0%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-073.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-073.xht deleted file mode 100644 index acf0f17566..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-073.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(40%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-073-ref.xht"/> - <meta name="assert" content="Outline color rgb(40%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(40%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-074.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-074.xht deleted file mode 100644 index e7a13db361..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-074.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(+40%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-073-ref.xht"/> - <meta name="assert" content="Outline color rgb(+40%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+40%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+40%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-075-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-075-ref.xht deleted file mode 100644 index bbac031cb8..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-075-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(99%, 0%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-075.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-075.xht deleted file mode 100644 index c633f47ea9..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-075.xht +++ /dev/null @@ -1,34 +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: Outline-color set to 'rgb(99%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-075-ref.xht"/> - <meta name="assert" content="Outline color rgb(99%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(99%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-076.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-076.xht deleted file mode 100644 index 909c50756e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-076.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(100%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(100%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(100%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-077.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-077.xht deleted file mode 100644 index 1e34e4e605..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-077.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(+100%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+100%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+100%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+100%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-078.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-078.xht deleted file mode 100644 index dbe54938f6..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-078.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(101%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(101%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(101%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(101%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-079.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-079.xht deleted file mode 100644 index 85966fe1c1..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-079.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-1, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-080.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-080.xht deleted file mode 100644 index 1c35943279..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-080.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(1, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(1, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-081.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-081.xht deleted file mode 100644 index f0fc1c98c8..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-081.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(-0, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-082.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-082.xht deleted file mode 100644 index 92d08d0571..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-082.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(+0, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-083.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-083.xht deleted file mode 100644 index 63a0a2276a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-083.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(128, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(128, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(128, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-084.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-084.xht deleted file mode 100644 index 9388d576ba..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-084.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(+128, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+128, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+128, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+128, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-085.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-085.xht deleted file mode 100644 index b3fe617557..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-085.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(254, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(254, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(254, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(254, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-086.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-086.xht deleted file mode 100644 index 3e02c58ece..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-086.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(255, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(255, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(255, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-087.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-087.xht deleted file mode 100644 index 4e50e0c112..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-087.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(+255, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+255, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+255, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+255, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-088.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-088.xht deleted file mode 100644 index 081c024fb2..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-088.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(256, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(256, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(256, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(256, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-089.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-089.xht deleted file mode 100644 index 0322659e90..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-089.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0%, -1%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, -1%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, -1%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, -1%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-090-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-090-ref.xht deleted file mode 100644 index ec3954e119..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-090-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 1%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-090.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-090.xht deleted file mode 100644 index 941d6eb38c..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-090.xht +++ /dev/null @@ -1,34 +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: Outline-color set to 'rgb(0%, 1%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-090-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 1%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 1%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 1%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-091.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-091.xht deleted file mode 100644 index 6aeee968b2..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-091.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0%, -0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, -0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, -0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, -0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-092.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-092.xht deleted file mode 100644 index 1563c28800..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-092.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0%, +0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, +0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, +0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, +0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-093-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-093-ref.xht deleted file mode 100644 index 6086a60f4f..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-093-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 40%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-093.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-093.xht deleted file mode 100644 index 37c33485a5..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-093.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(0%, 40%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-093-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 40%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 40%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-094.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-094.xht deleted file mode 100644 index ccfffcb1d8..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-094.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(0%, +40%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-093-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, +40%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, +40%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, +40%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-095-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-095-ref.xht deleted file mode 100644 index db3b9a2b2e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-095-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 99%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-095.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-095.xht deleted file mode 100644 index 8d0840474b..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-095.xht +++ /dev/null @@ -1,34 +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: Outline-color set to 'rgb(0%, 99%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-095-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 99%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 99%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 99%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-096.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-096.xht deleted file mode 100644 index 47acaac482..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-096.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0%, 100%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 100%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 100%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-097.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-097.xht deleted file mode 100644 index 22695edc19..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-097.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0%, +100%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, +100%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, +100%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, +100%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-098.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-098.xht deleted file mode 100644 index 4b64681777..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-098.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0%, 101%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 101%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 101%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 101%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-099.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-099.xht deleted file mode 100644 index 05bc3d2e1b..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-099.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0, -1, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, -1, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, -1, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, -1, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-100.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-100.xht deleted file mode 100644 index e49ccf9bf6..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-100.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 1, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 1, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 1, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 1, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-101.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-101.xht deleted file mode 100644 index d6c6794fab..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-101.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0, -0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, -0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, -0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, -0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-102.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-102.xht deleted file mode 100644 index 76586ebb17..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-102.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0, +0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, +0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, +0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, +0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-103.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-103.xht deleted file mode 100644 index c7db3c5fdf..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-103.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 128, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 128, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 128, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-104.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-104.xht deleted file mode 100644 index 1c233b9efb..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-104.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, +128, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, +128, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, +128, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, +128, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-105.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-105.xht deleted file mode 100644 index be5647977b..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-105.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 254, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 254, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 254, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 254, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-106.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-106.xht deleted file mode 100644 index 53f8612f5e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-106.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 255, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 255, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 255, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-107.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-107.xht deleted file mode 100644 index ec2baec1ce..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-107.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, +255, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, +255, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, +255, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, +255, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-108.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-108.xht deleted file mode 100644 index c594dcf86c..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-108.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 256, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 256, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 256, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 256, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-109.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-109.xht deleted file mode 100644 index e719cacce5..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-109.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0%, 0%, -1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, -1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, -1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, -1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-110-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-110-ref.xht deleted file mode 100644 index 215dd07ad2..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-110-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 0%, 1%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-110.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-110.xht deleted file mode 100644 index 81cc1ed2e0..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-110.xht +++ /dev/null @@ -1,34 +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: Outline-color set to 'rgb(0%, 0%, 1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-110-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-111.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-111.xht deleted file mode 100644 index 07f0e8fb93..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-111.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0%, 0%, -0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, -0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, -0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, -0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-112.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-112.xht deleted file mode 100644 index 35df23618f..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-112.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0%, 0%, +0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, +0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, +0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, +0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-113-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-113-ref.xht deleted file mode 100644 index 8baabd985a..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-113-ref.xht +++ /dev/null @@ -1,23 +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 rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 0%, 40%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-113.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-113.xht deleted file mode 100644 index 1802658f98..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-113.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(0%, 0%, 40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-113-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-114.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-114.xht deleted file mode 100644 index 97582b7a4d..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-114.xht +++ /dev/null @@ -1,35 +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: Outline-color set to 'rgb(0%, 0%, +40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-113-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, +40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, +40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, +40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-115-ref.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-115-ref.xht deleted file mode 100644 index b3d7efcb60..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-115-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 Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 0%, 99%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-115.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-115.xht deleted file mode 100644 index 4a434b97ee..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-115.xht +++ /dev/null @@ -1,34 +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: Outline-color set to 'rgb(0%, 0%, 99%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-115-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 99%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 99%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 99%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-116.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-116.xht deleted file mode 100644 index 4a6804be17..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-116.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0%, 0%, 100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 0%, 100%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-117.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-117.xht deleted file mode 100644 index f688c5c593..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-117.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0%, 0%, +100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 0%, +100%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, +100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, +100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-118.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-118.xht deleted file mode 100644 index 87eea213ab..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-118.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0%, 0%, 101%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 0%, 101%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 101%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 101%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-119.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-119.xht deleted file mode 100644 index eca70fb1d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-119.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0, 0, -1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, -1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, -1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, -1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-120.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-120.xht deleted file mode 100644 index f57de8633b..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-120.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 0, 1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-121.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-121.xht deleted file mode 100644 index e91a77eb32..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-121.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0, 0, -0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, -0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, -0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, -0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-122.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-122.xht deleted file mode 100644 index 78c8224984..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-122.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'rgb(0, 0, +0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, +0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, +0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, +0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-123.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-123.xht deleted file mode 100644 index 5714c14a1e..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-123.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 0, 128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-124.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-124.xht deleted file mode 100644 index c552ae69cc..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-124.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 0, +128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, +128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, +128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, +128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-125.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-125.xht deleted file mode 100644 index 5be5f3774d..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-125.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 0, 254)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 254) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 254); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 254); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-126.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-126.xht deleted file mode 100644 index 88ff60bc17..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-126.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 0, 255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 255) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-127.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-127.xht deleted file mode 100644 index abca8308d7..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-127.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 0, +255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, +255) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, +255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, +255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-128.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-128.xht deleted file mode 100644 index de5070a356..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-128.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'rgb(0, 0, 256)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 256) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 256); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 256); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-130.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-130.xht deleted file mode 100644 index 0b5938fdc1..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-130.xht +++ /dev/null @@ -1,33 +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: Outline-color set to 'black'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color black renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: black; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-131.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-131.xht deleted file mode 100644 index 45bc6a9afb..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-131.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'blue'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color blue renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: blue; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: blue; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-132.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-132.xht deleted file mode 100644 index 9d48c84288..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-132.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'fuchsia'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color fuchsia renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: fuchsia; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: fuchsia; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-133.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-133.xht deleted file mode 100644 index 44f91a3b57..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-133.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'gray'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color gray renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: gray; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: gray; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-134.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-134.xht deleted file mode 100644 index 55b9e9d1cf..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-134.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'green'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color green renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: green; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: green; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-135.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-135.xht deleted file mode 100644 index 874712372b..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-135.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'lime'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color lime renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: lime; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: lime; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-136.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-136.xht deleted file mode 100644 index 4d4cf17e0d..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-136.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'maroon'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color maroon renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: maroon; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: maroon; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-137.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-137.xht deleted file mode 100644 index 02fedc25b0..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-137.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'navy'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color navy renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: navy; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: navy; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-138.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-138.xht deleted file mode 100644 index afd9d8aa82..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-138.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'olive'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color olive renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: olive; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: olive; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-139.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-139.xht deleted file mode 100644 index 9fcf203cee..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-139.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'orange'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color orange renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: orange; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: orange; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-140.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-140.xht deleted file mode 100644 index 60aa999768..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-140.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'purple'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color purple renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: purple; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: purple; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-141.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-141.xht deleted file mode 100644 index 3400c9a3c8..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-141.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'red'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color red renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: red; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: red; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-142.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-142.xht deleted file mode 100644 index 37950f49b0..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-142.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'silver'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color silver renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: silver; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: silver; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-143.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-143.xht deleted file mode 100644 index 88e1a322c3..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-143.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'teal'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color teal renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: teal; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: teal; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-144.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-144.xht deleted file mode 100644 index 93b39a25eb..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-144.xht +++ /dev/null @@ -1,37 +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: Outline-color set to 'white'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color white renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: white; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: white; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/ui/outline-color-145.xht b/testing/web-platform/tests/css/CSS2/ui/outline-color-145.xht deleted file mode 100644 index f93f849e66..0000000000 --- a/testing/web-platform/tests/css/CSS2/ui/outline-color-145.xht +++ /dev/null @@ -1,32 +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: Outline-color set to 'yellow'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color yellow renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: yellow; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: yellow; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/values/color-000-ref.xht b/testing/web-platform/tests/css/CSS2/values/color-000-ref.xht deleted file mode 100644 index 9d463033b3..0000000000 --- a/testing/web-platform/tests/css/CSS2/values/color-000-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 Reftest Reference</title> -<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/> -<style type="text/css"> -p { - color: green; -} -</style> -</head> -<body> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -</body> -</html> diff --git a/testing/web-platform/tests/css/CSS2/values/color-000.xht b/testing/web-platform/tests/css/CSS2/values/color-000.xht deleted file mode 100644 index ea2e3f51d3..0000000000 --- a/testing/web-platform/tests/css/CSS2/values/color-000.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: RGB color syntax error handling</title> - <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> - <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/006.html" type="text/html"/> - <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units"/> - <link rel="match" href="color-000-ref.xht"/> - <meta name="flags" content="invalid"/> - <style type="text/css"> - p.correct { color: red } - p.incorrect { color: green } - p#numnumpercent { color: rgb(255, 0, 0%) } - p#percentnumnum { color: rgb(100%, 0, 0) } - p#percentpercentnum { color: rgb(100%, 0%, 0) } - p#percentnumpercent { color: rgb(100%, 0, 0%) } - p#numpercentnum { color: rgb(255, 0%, 0); } - p#numnumnum { color: rgb(0, 128, 0) } - p#percentpercentpercent1 { color: rgb(0%, 50%, 0%) } - p#percentpercentpercent2 { color: rgb(0%, 50.01%, 0%) } - </style> - </head> - <body> - <p class="incorrect" id="numnumpercent">This should be green</p> - <p class="incorrect" id="percentnumnum">This should be green</p> - <p class="incorrect" id="percentpercentnum">This should be green</p> - <p class="incorrect" id="percentnumpercent">This should be green</p> - <p class="incorrect" id="numpercentnum">This should be green</p> - - <p class="correct" id="numnumnum">This should be green</p> - <p class="correct" id="percentpercentpercent1">This should be green</p> - <p class="correct" id="percentpercentpercent2">This should be green</p> - </body> -</html> |