Tue, 08 Jan 2013 13:05:38 -0800
Converted outline-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/ui/outline-color-049-ref.xht Tue Jan 08 13:05:38 2013 -0800 1.3 @@ -0,0 +1,22 @@ 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: 100px; 1.14 + width: 100px; 1.15 + margin: 50px 0 0 50px; 1.16 + background-color: rgb(1%, 1%, 1%); 1.17 + } 1.18 + </style> 1.19 + </head> 1.20 + <body> 1.21 + <p>Test passes if the two squares below are the same color.</p> 1.22 + <div></div> 1.23 + <div></div> 1.24 + </body> 1.25 +</html> 1.26 \ No newline at end of file
2.1 --- a/approved/css2.1/src/ui/outline-color-049.xht Tue Jan 08 12:05:37 2013 -0800 2.2 +++ b/approved/css2.1/src/ui/outline-color-049.xht Tue Jan 08 13:05:38 2013 -0800 2.3 @@ -3,8 +3,10 @@ 2.4 <head> 2.5 <title>CSS Test: Outline-color set to 'rgb(1%, 1%, 1%)'</title> 2.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 2.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 2.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 2.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 2.10 + <link rel="match" href="outline-color-049-ref.xht"/> 2.11 <meta name="flags" content="" /> 2.12 <meta name="assert" content="Outline color rgb(1%, 1%, 1%) renders the correct outline color on the element." /> 2.13 <style type="text/css"> 2.14 @@ -26,7 +28,7 @@ 2.15 </style> 2.16 </head> 2.17 <body> 2.18 - <p>Test passes if the two boxes below are the same color.</p> 2.19 + <p>Test passes if the two squares below are the same color.</p> 2.20 <div id="div1"></div> 2.21 <div id="reference"></div> 2.22 </body>
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/approved/css2.1/src/ui/outline-color-052-ref.xht Tue Jan 08 13:05:38 2013 -0800 3.3 @@ -0,0 +1,22 @@ 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: 100px; 3.14 + width: 100px; 3.15 + margin: 50px 0 0 50px; 3.16 + background-color: rgb(50%, 50%, 50%); 3.17 + } 3.18 + </style> 3.19 + </head> 3.20 + <body> 3.21 + <p>Test passes if the two squares below are the same color.</p> 3.22 + <div></div> 3.23 + <div></div> 3.24 + </body> 3.25 +</html> 3.26 \ No newline at end of file
4.1 --- a/approved/css2.1/src/ui/outline-color-052.xht Tue Jan 08 12:05:37 2013 -0800 4.2 +++ b/approved/css2.1/src/ui/outline-color-052.xht Tue Jan 08 13:05:38 2013 -0800 4.3 @@ -3,8 +3,10 @@ 4.4 <head> 4.5 <title>CSS Test: Outline-color set to 'rgb(50%, 50%, 50%)'</title> 4.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 4.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 4.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 4.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 4.10 + <link rel="match" href="outline-color-052-ref.xht"/> 4.11 <meta name="flags" content="" /> 4.12 <meta name="assert" content="Outline color rgb(50%, 50%, 50%) renders the correct outline color on the element." /> 4.13 <style type="text/css"> 4.14 @@ -26,7 +28,7 @@ 4.15 </style> 4.16 </head> 4.17 <body> 4.18 - <p>Test passes if the two boxes below are the same color.</p> 4.19 + <p>Test passes if the two squares below are the same color.</p> 4.20 <div id="div1"></div> 4.21 <div id="reference"></div> 4.22 </body>
5.1 --- a/approved/css2.1/src/ui/outline-color-053.xht Tue Jan 08 12:05:37 2013 -0800 5.2 +++ b/approved/css2.1/src/ui/outline-color-053.xht Tue Jan 08 13:05:38 2013 -0800 5.3 @@ -3,8 +3,10 @@ 5.4 <head> 5.5 <title>CSS Test: Outline-color set to 'rgb(+50%, +50%, +50%)'</title> 5.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 5.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 5.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 5.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 5.10 + <link rel="match" href="outline-color-052-ref.xht"/> 5.11 <meta name="flags" content="" /> 5.12 <meta name="assert" content="Outline color rgb(+50%, +50%, +50%) renders the correct outline color on the element." /> 5.13 <style type="text/css"> 5.14 @@ -26,7 +28,7 @@ 5.15 </style> 5.16 </head> 5.17 <body> 5.18 - <p>Test passes if the two boxes below are the same color.</p> 5.19 + <p>Test passes if the two squares below are the same color.</p> 5.20 <div id="div1"></div> 5.21 <div id="reference"></div> 5.22 </body>
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/approved/css2.1/src/ui/outline-color-054-ref.xht Tue Jan 08 13:05:38 2013 -0800 6.3 @@ -0,0 +1,27 @@ 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 + body 6.12 + { 6.13 + background-color: black; 6.14 + color: white; 6.15 + } 6.16 + div 6.17 + { 6.18 + height: 100px; 6.19 + width: 100px; 6.20 + margin: 50px 0 0 50px; 6.21 + background-color: rgb(99%, 99%, 99%); 6.22 + } 6.23 + </style> 6.24 + </head> 6.25 + <body> 6.26 + <p>Test passes if the two squares below are the same color.</p> 6.27 + <div></div> 6.28 + <div></div> 6.29 + </body> 6.30 +</html> 6.31 \ No newline at end of file
7.1 --- a/approved/css2.1/src/ui/outline-color-054.xht Tue Jan 08 12:05:37 2013 -0800 7.2 +++ b/approved/css2.1/src/ui/outline-color-054.xht Tue Jan 08 13:05:38 2013 -0800 7.3 @@ -3,8 +3,10 @@ 7.4 <head> 7.5 <title>CSS Test: Outline-color set to 'rgb(99%, 99%, 99%)'</title> 7.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 7.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 7.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 7.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 7.10 + <link rel="match" href="outline-color-054-ref.xht"/> 7.11 <meta name="flags" content="" /> 7.12 <meta name="assert" content="Outline color rgb(99%, 99%, 99%) renders the correct outline color on the element." /> 7.13 <style type="text/css"> 7.14 @@ -31,7 +33,7 @@ 7.15 </style> 7.16 </head> 7.17 <body> 7.18 - <p>Test passes if the two boxes below are the same color.</p> 7.19 + <p>Test passes if the two squares below are the same color.</p> 7.20 <div id="div1"></div> 7.21 <div id="reference"></div> 7.22 </body>
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/approved/css2.1/src/ui/outline-color-070-ref.xht Tue Jan 08 13:05:38 2013 -0800 8.3 @@ -0,0 +1,22 @@ 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: 100px; 8.14 + width: 100px; 8.15 + margin: 50px 0 0 50px; 8.16 + background-color: rgb(1%, 0%, 0%); 8.17 + } 8.18 + </style> 8.19 + </head> 8.20 + <body> 8.21 + <p>Test passes if the two squares below are the same color.</p> 8.22 + <div></div> 8.23 + <div></div> 8.24 + </body> 8.25 +</html> 8.26 \ No newline at end of file
9.1 --- a/approved/css2.1/src/ui/outline-color-070.xht Tue Jan 08 12:05:37 2013 -0800 9.2 +++ b/approved/css2.1/src/ui/outline-color-070.xht Tue Jan 08 13:05:38 2013 -0800 9.3 @@ -3,8 +3,10 @@ 9.4 <head> 9.5 <title>CSS Test: Outline-color set to '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-08-2013 --> 9.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 9.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 9.10 + <link rel="match" href="outline-color-070-ref.xht"/> 9.11 <meta name="flags" content="" /> 9.12 <meta name="assert" content="Outline color rgb(1%, 0%, 0%) renders the correct outline color on the element." /> 9.13 <style type="text/css"> 9.14 @@ -26,7 +28,7 @@ 9.15 </style> 9.16 </head> 9.17 <body> 9.18 - <p>Test passes if the two boxes below are the same color.</p> 9.19 + <p>Test passes if the two squares below are the same color.</p> 9.20 <div id="div1"></div> 9.21 <div id="reference"></div> 9.22 </body>
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/approved/css2.1/src/ui/outline-color-073-ref.xht Tue Jan 08 13:05:38 2013 -0800 10.3 @@ -0,0 +1,22 @@ 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: 100px; 10.14 + width: 100px; 10.15 + margin: 50px 0 0 50px; 10.16 + background-color: rgb(50%, 0%, 0%); 10.17 + } 10.18 + </style> 10.19 + </head> 10.20 + <body> 10.21 + <p>Test passes if the two squares below are the same color.</p> 10.22 + <div></div> 10.23 + <div></div> 10.24 + </body> 10.25 +</html> 10.26 \ No newline at end of file
11.1 --- a/approved/css2.1/src/ui/outline-color-073.xht Tue Jan 08 12:05:37 2013 -0800 11.2 +++ b/approved/css2.1/src/ui/outline-color-073.xht Tue Jan 08 13:05:38 2013 -0800 11.3 @@ -3,8 +3,10 @@ 11.4 <head> 11.5 <title>CSS Test: Outline-color set to 'rgb(50%, 0%, 0%)'</title> 11.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 11.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 11.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 11.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 11.10 + <link rel="match" href="outline-color-073-ref.xht"/> 11.11 <meta name="flags" content="" /> 11.12 <meta name="assert" content="Outline color rgb(50%, 0%, 0%) renders the correct outline color on the element." /> 11.13 <style type="text/css"> 11.14 @@ -26,7 +28,7 @@ 11.15 </style> 11.16 </head> 11.17 <body> 11.18 - <p>Test passes if the two boxes below are the same color.</p> 11.19 + <p>Test passes if the two squares below are the same color.</p> 11.20 <div id="div1"></div> 11.21 <div id="reference"></div> 11.22 </body>
12.1 --- a/approved/css2.1/src/ui/outline-color-074.xht Tue Jan 08 12:05:37 2013 -0800 12.2 +++ b/approved/css2.1/src/ui/outline-color-074.xht Tue Jan 08 13:05:38 2013 -0800 12.3 @@ -3,8 +3,10 @@ 12.4 <head> 12.5 <title>CSS Test: Outline-color set to 'rgb(+50%, 0%, 0%)'</title> 12.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 12.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 12.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 12.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 12.10 + <link rel="match" href="outline-color-073-ref.xht"/> 12.11 <meta name="flags" content="" /> 12.12 <meta name="assert" content="Outline color rgb(+50%, 0%, 0%) renders the correct outline color on the element." /> 12.13 <style type="text/css"> 12.14 @@ -26,7 +28,7 @@ 12.15 </style> 12.16 </head> 12.17 <body> 12.18 - <p>Test passes if the two boxes below are the same color.</p> 12.19 + <p>Test passes if the two squares below are the same color.</p> 12.20 <div id="div1"></div> 12.21 <div id="reference"></div> 12.22 </body>
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/approved/css2.1/src/ui/outline-color-075-ref.xht Tue Jan 08 13:05:38 2013 -0800 13.3 @@ -0,0 +1,22 @@ 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: 100px; 13.14 + width: 100px; 13.15 + margin: 50px 0 0 50px; 13.16 + background-color: rgb(99%, 0%, 0%); 13.17 + } 13.18 + </style> 13.19 + </head> 13.20 + <body> 13.21 + <p>Test passes if the two squares below are the same color.</p> 13.22 + <div></div> 13.23 + <div></div> 13.24 + </body> 13.25 +</html> 13.26 \ No newline at end of file
14.1 --- a/approved/css2.1/src/ui/outline-color-075.xht Tue Jan 08 12:05:37 2013 -0800 14.2 +++ b/approved/css2.1/src/ui/outline-color-075.xht Tue Jan 08 13:05:38 2013 -0800 14.3 @@ -3,8 +3,10 @@ 14.4 <head> 14.5 <title>CSS Test: Outline-color set to 'rgb(99%, 0%, 0%)'</title> 14.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 14.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 14.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 14.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 14.10 + <link rel="match" href="outline-color-075-ref.xht"/> 14.11 <meta name="flags" content="" /> 14.12 <meta name="assert" content="Outline color rgb(99%, 0%, 0%) renders the correct outline color on the element." /> 14.13 <style type="text/css"> 14.14 @@ -26,7 +28,7 @@ 14.15 </style> 14.16 </head> 14.17 <body> 14.18 - <p>Test passes if the two boxes below are the same color.</p> 14.19 + <p>Test passes if the two squares below are the same color.</p> 14.20 <div id="div1"></div> 14.21 <div id="reference"></div> 14.22 </body>
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/approved/css2.1/src/ui/outline-color-090-ref.xht Tue Jan 08 13:05:38 2013 -0800 15.3 @@ -0,0 +1,22 @@ 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: 100px; 15.14 + width: 100px; 15.15 + margin: 50px 0 0 50px; 15.16 + background-color: rgb(0%, 1%, 0%); 15.17 + } 15.18 + </style> 15.19 + </head> 15.20 + <body> 15.21 + <p>Test passes if the two squares below are the same color.</p> 15.22 + <div></div> 15.23 + <div></div> 15.24 + </body> 15.25 +</html> 15.26 \ No newline at end of file
16.1 --- a/approved/css2.1/src/ui/outline-color-090.xht Tue Jan 08 12:05:37 2013 -0800 16.2 +++ b/approved/css2.1/src/ui/outline-color-090.xht Tue Jan 08 13:05:38 2013 -0800 16.3 @@ -3,8 +3,10 @@ 16.4 <head> 16.5 <title>CSS Test: Outline-color set to 'rgb(0%, 1%, 0%)'</title> 16.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 16.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 16.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 16.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 16.10 + <link rel="match" href="outline-color-090-ref.xht"/> 16.11 <meta name="flags" content="" /> 16.12 <meta name="assert" content="Outline color rgb(0%, 1%, 0%) renders the correct outline color on the element." /> 16.13 <style type="text/css"> 16.14 @@ -26,7 +28,7 @@ 16.15 </style> 16.16 </head> 16.17 <body> 16.18 - <p>Test passes if the two boxes below are the same color.</p> 16.19 + <p>Test passes if the two squares below are the same color.</p> 16.20 <div id="div1"></div> 16.21 <div id="reference"></div> 16.22 </body>
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/approved/css2.1/src/ui/outline-color-093-ref.xht Tue Jan 08 13:05:38 2013 -0800 17.3 @@ -0,0 +1,22 @@ 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: 100px; 17.14 + width: 100px; 17.15 + margin: 50px 0 0 50px; 17.16 + background-color: rgb(0%, 50%, 0%); 17.17 + } 17.18 + </style> 17.19 + </head> 17.20 + <body> 17.21 + <p>Test passes if the two squares below are the same color.</p> 17.22 + <div></div> 17.23 + <div></div> 17.24 + </body> 17.25 +</html> 17.26 \ No newline at end of file
18.1 --- a/approved/css2.1/src/ui/outline-color-093.xht Tue Jan 08 12:05:37 2013 -0800 18.2 +++ b/approved/css2.1/src/ui/outline-color-093.xht Tue Jan 08 13:05:38 2013 -0800 18.3 @@ -3,8 +3,10 @@ 18.4 <head> 18.5 <title>CSS Test: Outline-color set to 'rgb(0%, 50%, 0%)'</title> 18.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 18.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 18.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 18.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 18.10 + <link rel="match" href="outline-color-093-ref.xht"/> 18.11 <meta name="flags" content="" /> 18.12 <meta name="assert" content="Outline color rgb(0%, 50%, 0%) renders the correct outline color on the element." /> 18.13 <style type="text/css"> 18.14 @@ -26,7 +28,7 @@ 18.15 </style> 18.16 </head> 18.17 <body> 18.18 - <p>Test passes if the two boxes below are the same color.</p> 18.19 + <p>Test passes if the two squares below are the same color.</p> 18.20 <div id="div1"></div> 18.21 <div id="reference"></div> 18.22 </body>
19.1 --- a/approved/css2.1/src/ui/outline-color-094.xht Tue Jan 08 12:05:37 2013 -0800 19.2 +++ b/approved/css2.1/src/ui/outline-color-094.xht Tue Jan 08 13:05:38 2013 -0800 19.3 @@ -3,8 +3,10 @@ 19.4 <head> 19.5 <title>CSS Test: Outline-color set to 'rgb(0%, +50%, 0%)'</title> 19.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 19.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 19.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 19.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 19.10 + <link rel="match" href="outline-color-093-ref.xht"/> 19.11 <meta name="flags" content="" /> 19.12 <meta name="assert" content="Outline color rgb(0%, +50%, 0%) renders the correct outline color on the element." /> 19.13 <style type="text/css"> 19.14 @@ -26,7 +28,7 @@ 19.15 </style> 19.16 </head> 19.17 <body> 19.18 - <p>Test passes if the two boxes below are the same color.</p> 19.19 + <p>Test passes if the two squares below are the same color.</p> 19.20 <div id="div1"></div> 19.21 <div id="reference"></div> 19.22 </body>
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/approved/css2.1/src/ui/outline-color-095-ref.xht Tue Jan 08 13:05:38 2013 -0800 20.3 @@ -0,0 +1,22 @@ 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: 100px; 20.14 + width: 100px; 20.15 + margin: 50px 0 0 50px; 20.16 + background-color: rgb(0%, 99%, 0%); 20.17 + } 20.18 + </style> 20.19 + </head> 20.20 + <body> 20.21 + <p>Test passes if the two squares below are the same color.</p> 20.22 + <div></div> 20.23 + <div></div> 20.24 + </body> 20.25 +</html> 20.26 \ No newline at end of file
21.1 --- a/approved/css2.1/src/ui/outline-color-095.xht Tue Jan 08 12:05:37 2013 -0800 21.2 +++ b/approved/css2.1/src/ui/outline-color-095.xht Tue Jan 08 13:05:38 2013 -0800 21.3 @@ -3,8 +3,10 @@ 21.4 <head> 21.5 <title>CSS Test: Outline-color set to 'rgb(0%, 99%, 0%)'</title> 21.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 21.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 21.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 21.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 21.10 + <link rel="match" href="outline-color-095-ref.xht"/> 21.11 <meta name="flags" content="" /> 21.12 <meta name="assert" content="Outline color rgb(0%, 99%, 0%) renders the correct outline color on the element." /> 21.13 <style type="text/css"> 21.14 @@ -26,7 +28,7 @@ 21.15 </style> 21.16 </head> 21.17 <body> 21.18 - <p>Test passes if the two boxes below are the same color.</p> 21.19 + <p>Test passes if the two squares below are the same color.</p> 21.20 <div id="div1"></div> 21.21 <div id="reference"></div> 21.22 </body>
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/approved/css2.1/src/ui/outline-color-110-ref.xht Tue Jan 08 13:05:38 2013 -0800 22.3 @@ -0,0 +1,22 @@ 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: 100px; 22.14 + width: 100px; 22.15 + margin: 50px 0 0 50px; 22.16 + background-color: rgb(0%, 0%, 1%); 22.17 + } 22.18 + </style> 22.19 + </head> 22.20 + <body> 22.21 + <p>Test passes if the two squares below are the same color.</p> 22.22 + <div></div> 22.23 + <div></div> 22.24 + </body> 22.25 +</html> 22.26 \ No newline at end of file
23.1 --- a/approved/css2.1/src/ui/outline-color-110.xht Tue Jan 08 12:05:37 2013 -0800 23.2 +++ b/approved/css2.1/src/ui/outline-color-110.xht Tue Jan 08 13:05:38 2013 -0800 23.3 @@ -3,8 +3,10 @@ 23.4 <head> 23.5 <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 1%)'</title> 23.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 23.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 23.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 23.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 23.10 + <link rel="match" href="outline-color-110-ref.xht"/> 23.11 <meta name="flags" content="" /> 23.12 <meta name="assert" content="Outline color rgb(0%, 0%, 1%) renders the correct outline color on the element." /> 23.13 <style type="text/css"> 23.14 @@ -26,7 +28,7 @@ 23.15 </style> 23.16 </head> 23.17 <body> 23.18 - <p>Test passes if the two boxes below are the same color.</p> 23.19 + <p>Test passes if the two squares below are the same color.</p> 23.20 <div id="div1"></div> 23.21 <div id="reference"></div> 23.22 </body>
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/approved/css2.1/src/ui/outline-color-113-ref.xht Tue Jan 08 13:05:38 2013 -0800 24.3 @@ -0,0 +1,22 @@ 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: 100px; 24.14 + width: 100px; 24.15 + margin: 50px 0 0 50px; 24.16 + background-color: rgb(0%, 0%, 50%); 24.17 + } 24.18 + </style> 24.19 + </head> 24.20 + <body> 24.21 + <p>Test passes if the two squares below are the same color.</p> 24.22 + <div></div> 24.23 + <div></div> 24.24 + </body> 24.25 +</html> 24.26 \ No newline at end of file
25.1 --- a/approved/css2.1/src/ui/outline-color-113.xht Tue Jan 08 12:05:37 2013 -0800 25.2 +++ b/approved/css2.1/src/ui/outline-color-113.xht Tue Jan 08 13:05:38 2013 -0800 25.3 @@ -3,8 +3,10 @@ 25.4 <head> 25.5 <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 50%)'</title> 25.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 25.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 25.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 25.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 25.10 + <link rel="match" href="outline-color-113-ref.xht"/> 25.11 <meta name="flags" content="" /> 25.12 <meta name="assert" content="Outline color rgb(0%, 0%, 50%) renders the correct outline color on the element." /> 25.13 <style type="text/css"> 25.14 @@ -26,7 +28,7 @@ 25.15 </style> 25.16 </head> 25.17 <body> 25.18 - <p>Test passes if the two boxes below are the same color.</p> 25.19 + <p>Test passes if the two squares below are the same color.</p> 25.20 <div id="div1"></div> 25.21 <div id="reference"></div> 25.22 </body>
26.1 --- a/approved/css2.1/src/ui/outline-color-114.xht Tue Jan 08 12:05:37 2013 -0800 26.2 +++ b/approved/css2.1/src/ui/outline-color-114.xht Tue Jan 08 13:05:38 2013 -0800 26.3 @@ -3,8 +3,10 @@ 26.4 <head> 26.5 <title>CSS Test: Outline-color set to 'rgb(0%, 0%, +50%)'</title> 26.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 26.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 26.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 26.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 26.10 + <link rel="match" href="outline-color-113-ref.xht"/> 26.11 <meta name="flags" content="" /> 26.12 <meta name="assert" content="Outline color rgb(0%, 0%, +50%) renders the correct outline color on the element." /> 26.13 <style type="text/css"> 26.14 @@ -26,7 +28,7 @@ 26.15 </style> 26.16 </head> 26.17 <body> 26.18 - <p>Test passes if the two boxes below are the same color.</p> 26.19 + <p>Test passes if the two squares below are the same color.</p> 26.20 <div id="div1"></div> 26.21 <div id="reference"></div> 26.22 </body>
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 27.2 +++ b/approved/css2.1/src/ui/outline-color-115-ref.xht Tue Jan 08 13:05:38 2013 -0800 27.3 @@ -0,0 +1,22 @@ 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: 100px; 27.14 + width: 100px; 27.15 + margin: 50px 0 0 50px; 27.16 + background-color: rgb(0%, 0%, 99%); 27.17 + } 27.18 + </style> 27.19 + </head> 27.20 + <body> 27.21 + <p>Test passes if the two squares below are the same color.</p> 27.22 + <div></div> 27.23 + <div></div> 27.24 + </body> 27.25 +</html> 27.26 \ No newline at end of file
28.1 --- a/approved/css2.1/src/ui/outline-color-115.xht Tue Jan 08 12:05:37 2013 -0800 28.2 +++ b/approved/css2.1/src/ui/outline-color-115.xht Tue Jan 08 13:05:38 2013 -0800 28.3 @@ -3,8 +3,10 @@ 28.4 <head> 28.5 <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 99%)'</title> 28.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 28.7 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 28.8 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> 28.9 <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> 28.10 + <link rel="match" href="outline-color-115-ref.xht"/> 28.11 <meta name="flags" content="" /> 28.12 <meta name="assert" content="Outline color rgb(0%, 0%, 99%) renders the correct outline color on the element." /> 28.13 <style type="text/css"> 28.14 @@ -26,7 +28,7 @@ 28.15 </style> 28.16 </head> 28.17 <body> 28.18 - <p>Test passes if the two boxes below are the same color.</p> 28.19 + <p>Test passes if the two squares below are the same color.</p> 28.20 <div id="div1"></div> 28.21 <div id="reference"></div> 28.22 </body>