Tue, 08 Jan 2013 11:43:03 -0800
Converted border-right-color-049,052,053,054,070,073,074,075,090,093,094,095,110,113,114,115 to reftests. Now that the previous Precision issue has been cleared up, these can be made into reftests using background-color in the reference files as it is in the reference elements in the test files.
More info here:
http://lists.w3.org/Archives/Public/public-css-testsuite/2012Dec/0018.html
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/approved/css2.1/src/borders/border-right-color-049-ref.xht Tue Jan 08 11:43:03 2013 -0800 1.3 @@ -0,0 +1,26 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <head> 1.7 + <title>CSS Reftest Reference</title> 1.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 1.9 + <meta name="flags" content="" /> 1.10 + <style type="text/css"> 1.11 + div 1.12 + { 1.13 + height: 1in; 1.14 + width: 1in; 1.15 + background-color: rgb(1%, 1%, 1%); 1.16 + margin-top: 10px; 1.17 + } 1.18 + #upper-square 1.19 + { 1.20 + margin-left: 1in; 1.21 + } 1.22 + </style> 1.23 + </head> 1.24 + <body> 1.25 + <p>Test passes if the boxes below are the same color.</p> 1.26 + <div id="upper-square"></div> 1.27 + <div></div> 1.28 + </body> 1.29 +</html> 1.30 \ No newline at end of file
2.1 --- a/approved/css2.1/src/borders/border-right-color-049.xht Tue Jan 08 11:00:37 2013 -0800 2.2 +++ b/approved/css2.1/src/borders/border-right-color-049.xht Tue Jan 08 11:43:03 2013 -0800 2.3 @@ -3,9 +3,10 @@ 2.4 <head> 2.5 <title>CSS Test: Border-right-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> 2.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 2.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 2.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 2.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 2.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 2.11 - 2.12 + <link rel="match" href="border-right-color-049-ref.xht"/> 2.13 <meta name="flags" content="" /> 2.14 <meta name="assert" content="The 'border-right-color' set to rgb(1%, 1%, 1%) renders the correct color." /> 2.15 <style type="text/css">
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/approved/css2.1/src/borders/border-right-color-052-ref.xht Tue Jan 08 11:43:03 2013 -0800 3.3 @@ -0,0 +1,26 @@ 3.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 3.6 + <head> 3.7 + <title>CSS Reftest Reference</title> 3.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 3.9 + <meta name="flags" content="" /> 3.10 + <style type="text/css"> 3.11 + div 3.12 + { 3.13 + height: 1in; 3.14 + width: 1in; 3.15 + background-color: rgb(50%, 50%, 50%); 3.16 + margin-top: 10px; 3.17 + } 3.18 + #upper-square 3.19 + { 3.20 + margin-left: 1in; 3.21 + } 3.22 + </style> 3.23 + </head> 3.24 + <body> 3.25 + <p>Test passes if the boxes below are the same color.</p> 3.26 + <div id="upper-square"></div> 3.27 + <div></div> 3.28 + </body> 3.29 +</html> 3.30 \ No newline at end of file
4.1 --- a/approved/css2.1/src/borders/border-right-color-052.xht Tue Jan 08 11:00:37 2013 -0800 4.2 +++ b/approved/css2.1/src/borders/border-right-color-052.xht Tue Jan 08 11:43:03 2013 -0800 4.3 @@ -3,8 +3,10 @@ 4.4 <head> 4.5 <title>CSS Test: Border-right-color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)</title> 4.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 4.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 4.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 4.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 4.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 4.11 + <link rel="match" href="border-right-color-052-ref.xht"/> 4.12 <meta name="flags" content="" /> 4.13 <meta name="assert" content="The 'border-right-color' set to rgb(50%, 50%, 50%) renders the correct color." /> 4.14 <style type="text/css">
5.1 --- a/approved/css2.1/src/borders/border-right-color-053.xht Tue Jan 08 11:00:37 2013 -0800 5.2 +++ b/approved/css2.1/src/borders/border-right-color-053.xht Tue Jan 08 11:43:03 2013 -0800 5.3 @@ -3,8 +3,10 @@ 5.4 <head> 5.5 <title>CSS Test: Border-right-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)</title> 5.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 5.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 5.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 5.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 5.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 5.11 + <link rel="match" href="border-right-color-052-ref.xht"/> 5.12 <meta name="flags" content="" /> 5.13 <meta name="assert" content="The 'border-right-color' set to rgb(+50%, +50%, +50%) renders the correct color." /> 5.14 <style type="text/css">
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/approved/css2.1/src/borders/border-right-color-054-ref.xht Tue Jan 08 11:43:03 2013 -0800 6.3 @@ -0,0 +1,34 @@ 6.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 6.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 6.6 + <head> 6.7 + <title>CSS Reftest Reference</title> 6.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 6.9 + <meta name="flags" content="" /> 6.10 + <style type="text/css"> 6.11 + div 6.12 + { 6.13 + height: 1in; 6.14 + width: 1in; 6.15 + background-color: rgb(99%, 99%, 99%); 6.16 + margin-top: 10px; 6.17 + } 6.18 + #upper-square 6.19 + { 6.20 + margin-left: 1in; 6.21 + } 6.22 + body 6.23 + { 6.24 + background-color: black; 6.25 + } 6.26 + p 6.27 + { 6.28 + color: white; 6.29 + } 6.30 + </style> 6.31 + </head> 6.32 + <body> 6.33 + <p>Test passes if the boxes below are the same color.</p> 6.34 + <div id="upper-square"></div> 6.35 + <div></div> 6.36 + </body> 6.37 +</html> 6.38 \ No newline at end of file
7.1 --- a/approved/css2.1/src/borders/border-right-color-054.xht Tue Jan 08 11:00:37 2013 -0800 7.2 +++ b/approved/css2.1/src/borders/border-right-color-054.xht Tue Jan 08 11:43:03 2013 -0800 7.3 @@ -3,9 +3,10 @@ 7.4 <head> 7.5 <title>CSS Test: Border-right-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> 7.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 7.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 7.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 7.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 7.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 7.11 - 7.12 + <link rel="match" href="border-right-color-054-ref.xht"/> 7.13 <meta name="flags" content="" /> 7.14 <meta name="assert" content="The 'border-right-color' set to rgb(99%, 99%, 99%) renders the correct color." /> 7.15 <style type="text/css">
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/approved/css2.1/src/borders/border-right-color-070-ref.xht Tue Jan 08 11:43:03 2013 -0800 8.3 @@ -0,0 +1,26 @@ 8.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 8.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 8.6 + <head> 8.7 + <title>CSS Reftest Reference</title> 8.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 8.9 + <meta name="flags" content="" /> 8.10 + <style type="text/css"> 8.11 + div 8.12 + { 8.13 + height: 1in; 8.14 + width: 1in; 8.15 + background-color: rgb(1%, 0%, 0%); 8.16 + margin-top: 10px; 8.17 + } 8.18 + #upper-square 8.19 + { 8.20 + margin-left: 1in; 8.21 + } 8.22 + </style> 8.23 + </head> 8.24 + <body> 8.25 + <p>Test passes if the boxes below are the same color.</p> 8.26 + <div id="upper-square"></div> 8.27 + <div></div> 8.28 + </body> 8.29 +</html> 8.30 \ No newline at end of file
9.1 --- a/approved/css2.1/src/borders/border-right-color-070.xht Tue Jan 08 11:00:37 2013 -0800 9.2 +++ b/approved/css2.1/src/borders/border-right-color-070.xht Tue Jan 08 11:43:03 2013 -0800 9.3 @@ -3,10 +3,11 @@ 9.4 <head> 9.5 <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> 9.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 9.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 9.8 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> 9.9 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 9.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 9.11 - 9.12 + <link rel="match" href="border-right-color-070-ref.xht"/> 9.13 <meta name="flags" content="" /> 9.14 <meta name="assert" content="The 'border-right-color' set to rgb(1%, 0%, 0%) renders the correct color." /> 9.15 <style type="text/css">
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/approved/css2.1/src/borders/border-right-color-073-ref.xht Tue Jan 08 11:43:03 2013 -0800 10.3 @@ -0,0 +1,26 @@ 10.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 10.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 10.6 + <head> 10.7 + <title>CSS Reftest Reference</title> 10.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 10.9 + <meta name="flags" content="" /> 10.10 + <style type="text/css"> 10.11 + div 10.12 + { 10.13 + height: 1in; 10.14 + width: 1in; 10.15 + background-color: rgb(50%, 0%, 0%); 10.16 + margin-top: 10px; 10.17 + } 10.18 + #upper-square 10.19 + { 10.20 + margin-left: 1in; 10.21 + } 10.22 + </style> 10.23 + </head> 10.24 + <body> 10.25 + <p>Test passes if the boxes below are the same color.</p> 10.26 + <div id="upper-square"></div> 10.27 + <div></div> 10.28 + </body> 10.29 +</html> 10.30 \ No newline at end of file
11.1 --- a/approved/css2.1/src/borders/border-right-color-073.xht Tue Jan 08 11:00:37 2013 -0800 11.2 +++ b/approved/css2.1/src/borders/border-right-color-073.xht Tue Jan 08 11:43:03 2013 -0800 11.3 @@ -3,8 +3,10 @@ 11.4 <head> 11.5 <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)</title> 11.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 11.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 11.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 11.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 11.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 11.11 + <link rel="match" href="border-right-color-073-ref.xht"/> 11.12 <meta name="flags" content="" /> 11.13 <meta name="assert" content="The 'border-right-color' set to rgb(50%, 0%, 0%) renders the correct color." /> 11.14 <style type="text/css">
12.1 --- a/approved/css2.1/src/borders/border-right-color-074.xht Tue Jan 08 11:00:37 2013 -0800 12.2 +++ b/approved/css2.1/src/borders/border-right-color-074.xht Tue Jan 08 11:43:03 2013 -0800 12.3 @@ -3,8 +3,10 @@ 12.4 <head> 12.5 <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)</title> 12.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 12.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 12.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 12.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 12.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 12.11 + <link rel="match" href="border-right-color-073-ref.xht"/> 12.12 <meta name="flags" content="" /> 12.13 <meta name="assert" content="The 'border-right-color' set to rgb(+50%, 0%, 0%) renders the correct color." /> 12.14 <style type="text/css">
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/approved/css2.1/src/borders/border-right-color-075-ref.xht Tue Jan 08 11:43:03 2013 -0800 13.3 @@ -0,0 +1,26 @@ 13.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 13.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 13.6 + <head> 13.7 + <title>CSS Reftest Reference</title> 13.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 13.9 + <meta name="flags" content="" /> 13.10 + <style type="text/css"> 13.11 + div 13.12 + { 13.13 + height: 1in; 13.14 + width: 1in; 13.15 + background-color: rgb(99%, 0%, 0%); 13.16 + margin-top: 10px; 13.17 + } 13.18 + #upper-square 13.19 + { 13.20 + margin-left: 1in; 13.21 + } 13.22 + </style> 13.23 + </head> 13.24 + <body> 13.25 + <p>Test passes if the boxes below are the same color.</p> 13.26 + <div id="upper-square"></div> 13.27 + <div></div> 13.28 + </body> 13.29 +</html> 13.30 \ No newline at end of file
14.1 --- a/approved/css2.1/src/borders/border-right-color-075.xht Tue Jan 08 11:00:37 2013 -0800 14.2 +++ b/approved/css2.1/src/borders/border-right-color-075.xht Tue Jan 08 11:43:03 2013 -0800 14.3 @@ -3,9 +3,10 @@ 14.4 <head> 14.5 <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> 14.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 14.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 14.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 14.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 14.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 14.11 - 14.12 + <link rel="match" href="border-right-color-075-ref.xht"/> 14.13 <meta name="flags" content="" /> 14.14 <meta name="assert" content="The 'border-right-color' set to rgb(99%, 0%, 0%) renders the correct color." /> 14.15 <style type="text/css">
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/approved/css2.1/src/borders/border-right-color-090-ref.xht Tue Jan 08 11:43:03 2013 -0800 15.3 @@ -0,0 +1,26 @@ 15.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 15.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 15.6 + <head> 15.7 + <title>CSS Reftest Reference</title> 15.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 15.9 + <meta name="flags" content="" /> 15.10 + <style type="text/css"> 15.11 + div 15.12 + { 15.13 + height: 1in; 15.14 + width: 1in; 15.15 + background-color: rgb(0%, 1%, 0%); 15.16 + margin-top: 10px; 15.17 + } 15.18 + #upper-square 15.19 + { 15.20 + margin-left: 1in; 15.21 + } 15.22 + </style> 15.23 + </head> 15.24 + <body> 15.25 + <p>Test passes if the boxes below are the same color.</p> 15.26 + <div id="upper-square"></div> 15.27 + <div></div> 15.28 + </body> 15.29 +</html> 15.30 \ No newline at end of file
16.1 --- a/approved/css2.1/src/borders/border-right-color-090.xht Tue Jan 08 11:00:37 2013 -0800 16.2 +++ b/approved/css2.1/src/borders/border-right-color-090.xht Tue Jan 08 11:43:03 2013 -0800 16.3 @@ -3,9 +3,10 @@ 16.4 <head> 16.5 <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> 16.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 16.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 16.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 16.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 16.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 16.11 - 16.12 + <link rel="match" href="border-right-color-090-ref.xht"/> 16.13 <meta name="flags" content="" /> 16.14 <meta name="assert" content="The 'border-right-color' set to rgb(0%, 1%, 0%) renders the correct color." /> 16.15 <style type="text/css">
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/approved/css2.1/src/borders/border-right-color-093-ref.xht Tue Jan 08 11:43:03 2013 -0800 17.3 @@ -0,0 +1,26 @@ 17.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 17.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 17.6 + <head> 17.7 + <title>CSS Reftest Reference</title> 17.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 17.9 + <meta name="flags" content="" /> 17.10 + <style type="text/css"> 17.11 + div 17.12 + { 17.13 + height: 1in; 17.14 + width: 1in; 17.15 + background-color: rgb(0%, 50%, 0%); 17.16 + margin-top: 10px; 17.17 + } 17.18 + #upper-square 17.19 + { 17.20 + margin-left: 1in; 17.21 + } 17.22 + </style> 17.23 + </head> 17.24 + <body> 17.25 + <p>Test passes if the boxes below are the same color.</p> 17.26 + <div id="upper-square"></div> 17.27 + <div></div> 17.28 + </body> 17.29 +</html> 17.30 \ No newline at end of file
18.1 --- a/approved/css2.1/src/borders/border-right-color-093.xht Tue Jan 08 11:00:37 2013 -0800 18.2 +++ b/approved/css2.1/src/borders/border-right-color-093.xht Tue Jan 08 11:43:03 2013 -0800 18.3 @@ -3,8 +3,10 @@ 18.4 <head> 18.5 <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)</title> 18.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 18.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 18.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 18.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 18.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 18.11 + <link rel="match" href="border-right-color-093-ref.xht"/> 18.12 <meta name="flags" content="" /> 18.13 <meta name="assert" content="The 'border-right-color' set to rgb(0%, 50%, 0%) renders the correct color." /> 18.14 <style type="text/css">
19.1 --- a/approved/css2.1/src/borders/border-right-color-094.xht Tue Jan 08 11:00:37 2013 -0800 19.2 +++ b/approved/css2.1/src/borders/border-right-color-094.xht Tue Jan 08 11:43:03 2013 -0800 19.3 @@ -3,8 +3,10 @@ 19.4 <head> 19.5 <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)</title> 19.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 19.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 19.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 19.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 19.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 19.11 + <link rel="match" href="border-right-color-093-ref.xht"/> 19.12 <meta name="flags" content="" /> 19.13 <meta name="assert" content="The 'border-right-color' set to rgb(0%, +50%, 0%) renders the correct color." /> 19.14 <style type="text/css">
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/approved/css2.1/src/borders/border-right-color-095-ref.xht Tue Jan 08 11:43:03 2013 -0800 20.3 @@ -0,0 +1,26 @@ 20.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 20.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 20.6 + <head> 20.7 + <title>CSS Reftest Reference</title> 20.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 20.9 + <meta name="flags" content="" /> 20.10 + <style type="text/css"> 20.11 + div 20.12 + { 20.13 + height: 1in; 20.14 + width: 1in; 20.15 + background-color: rgb(0%, 99%, 0%); 20.16 + margin-top: 10px; 20.17 + } 20.18 + #upper-square 20.19 + { 20.20 + margin-left: 1in; 20.21 + } 20.22 + </style> 20.23 + </head> 20.24 + <body> 20.25 + <p>Test passes if the boxes below are the same color.</p> 20.26 + <div id="upper-square"></div> 20.27 + <div></div> 20.28 + </body> 20.29 +</html> 20.30 \ No newline at end of file
21.1 --- a/approved/css2.1/src/borders/border-right-color-095.xht Tue Jan 08 11:00:37 2013 -0800 21.2 +++ b/approved/css2.1/src/borders/border-right-color-095.xht Tue Jan 08 11:43:03 2013 -0800 21.3 @@ -3,9 +3,10 @@ 21.4 <head> 21.5 <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> 21.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 21.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 21.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 21.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 21.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 21.11 - 21.12 + <link rel="match" href="border-right-color-095-ref.xht"/> 21.13 <meta name="flags" content="" /> 21.14 <meta name="assert" content="The 'border-right-color' set to rgb(0%, 99%, 0%) renders the correct color." /> 21.15 <style type="text/css">
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/approved/css2.1/src/borders/border-right-color-110-ref.xht Tue Jan 08 11:43:03 2013 -0800 22.3 @@ -0,0 +1,26 @@ 22.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 22.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 22.6 + <head> 22.7 + <title>CSS Reftest Reference</title> 22.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 22.9 + <meta name="flags" content="" /> 22.10 + <style type="text/css"> 22.11 + div 22.12 + { 22.13 + height: 1in; 22.14 + width: 1in; 22.15 + background-color: rgb(0%, 0%, 1%); 22.16 + margin-top: 10px; 22.17 + } 22.18 + #upper-square 22.19 + { 22.20 + margin-left: 1in; 22.21 + } 22.22 + </style> 22.23 + </head> 22.24 + <body> 22.25 + <p>Test passes if the boxes below are the same color.</p> 22.26 + <div id="upper-square"></div> 22.27 + <div></div> 22.28 + </body> 22.29 +</html> 22.30 \ No newline at end of file
23.1 --- a/approved/css2.1/src/borders/border-right-color-110.xht Tue Jan 08 11:00:37 2013 -0800 23.2 +++ b/approved/css2.1/src/borders/border-right-color-110.xht Tue Jan 08 11:43:03 2013 -0800 23.3 @@ -3,9 +3,10 @@ 23.4 <head> 23.5 <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> 23.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 23.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 23.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 23.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 23.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 23.11 - 23.12 + <link rel="match" href="border-right-color-110-ref.xht"/> 23.13 <meta name="flags" content="" /> 23.14 <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 1%) renders the correct color." /> 23.15 <style type="text/css">
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/approved/css2.1/src/borders/border-right-color-113-ref.xht Tue Jan 08 11:43:03 2013 -0800 24.3 @@ -0,0 +1,26 @@ 24.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 24.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 24.6 + <head> 24.7 + <title>CSS Reftest Reference</title> 24.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 24.9 + <meta name="flags" content="" /> 24.10 + <style type="text/css"> 24.11 + div 24.12 + { 24.13 + height: 1in; 24.14 + width: 1in; 24.15 + background-color: rgb(0%, 0%, 50%); 24.16 + margin-top: 10px; 24.17 + } 24.18 + #upper-square 24.19 + { 24.20 + margin-left: 1in; 24.21 + } 24.22 + </style> 24.23 + </head> 24.24 + <body> 24.25 + <p>Test passes if the boxes below are the same color.</p> 24.26 + <div id="upper-square"></div> 24.27 + <div></div> 24.28 + </body> 24.29 +</html> 24.30 \ No newline at end of file
25.1 --- a/approved/css2.1/src/borders/border-right-color-113.xht Tue Jan 08 11:00:37 2013 -0800 25.2 +++ b/approved/css2.1/src/borders/border-right-color-113.xht Tue Jan 08 11:43:03 2013 -0800 25.3 @@ -3,8 +3,10 @@ 25.4 <head> 25.5 <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)</title> 25.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 25.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 25.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 25.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 25.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 25.11 + <link rel="match" href="border-right-color-113-ref.xht"/> 25.12 <meta name="flags" content="" /> 25.13 <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 50%) renders the correct color." /> 25.14 <style type="text/css">
26.1 --- a/approved/css2.1/src/borders/border-right-color-114.xht Tue Jan 08 11:00:37 2013 -0800 26.2 +++ b/approved/css2.1/src/borders/border-right-color-114.xht Tue Jan 08 11:43:03 2013 -0800 26.3 @@ -3,8 +3,10 @@ 26.4 <head> 26.5 <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%, +50%)</title> 26.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 26.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 26.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 26.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 26.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 26.11 + <link rel="match" href="border-right-color-113-ref.xht"/> 26.12 <meta name="flags" content="" /> 26.13 <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, +50%) renders the correct color." /> 26.14 <style type="text/css">
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 27.2 +++ b/approved/css2.1/src/borders/border-right-color-115-ref.xht Tue Jan 08 11:43:03 2013 -0800 27.3 @@ -0,0 +1,26 @@ 27.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 27.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 27.6 + <head> 27.7 + <title>CSS Reftest Reference</title> 27.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> 27.9 + <meta name="flags" content="" /> 27.10 + <style type="text/css"> 27.11 + div 27.12 + { 27.13 + height: 1in; 27.14 + width: 1in; 27.15 + background-color: rgb(0%, 0%, 99%); 27.16 + margin-top: 10px; 27.17 + } 27.18 + #upper-square 27.19 + { 27.20 + margin-left: 1in; 27.21 + } 27.22 + </style> 27.23 + </head> 27.24 + <body> 27.25 + <p>Test passes if the boxes below are the same color.</p> 27.26 + <div id="upper-square"></div> 27.27 + <div></div> 27.28 + </body> 27.29 +</html> 27.30 \ No newline at end of file
28.1 --- a/approved/css2.1/src/borders/border-right-color-115.xht Tue Jan 08 11:00:37 2013 -0800 28.2 +++ b/approved/css2.1/src/borders/border-right-color-115.xht Tue Jan 08 11:43:03 2013 -0800 28.3 @@ -3,9 +3,10 @@ 28.4 <head> 28.5 <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> 28.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 28.7 - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 28.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 28.9 + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> 28.10 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> 28.11 - 28.12 + <link rel="match" href="border-right-color-115-ref.xht"/> 28.13 <meta name="flags" content="" /> 28.14 <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 99%) renders the correct color." /> 28.15 <style type="text/css">