Thu, 10 Jan 2013 12:01:12 -0800
Updated color-002-145 to remove the png reference in each test file. Instead, the reference element uses background-color as agreed on in this thread:
http://lists.w3.org/Archives/Public/public-css-testsuite/2012Dec/0021.html
Note that for each of these tests, the png comparison in the reference files remains, with the exception of color-049,052-54,070,073-75,090,093-95,110,113-15, which all have fractional color values that aren't matched consistently due to rounding variances. For those, the ref files also use the background-color for comparison.
Also updated all of these files to change div/img size from 1in to 100px - using 1in caused some fuzzing and weren't pixel perfect in automated harnesses (testing in mozilla + webkit)
1.1 --- a/approved/css2.1/src/colors/color-002-ref.xht Wed Jan 09 13:58:42 2013 -0800 1.2 +++ b/approved/css2.1/src/colors/color-002-ref.xht Thu Jan 10 12:01:12 2013 -0800 1.3 @@ -11,9 +11,9 @@ 1.4 <style type="text/css"><![CDATA[ 1.5 img 1.6 { 1.7 - height: 1in; 1.8 - vertical-align: top; 1.9 - width: 1in; 1.10 + height: 100px; 1.11 + vertical-align: top; 1.12 + width: 100px; 1.13 } 1.14 ]]></style> 1.15 1.16 @@ -21,14 +21,14 @@ 1.17 1.18 <body> 1.19 1.20 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 1.21 + <p>Test passes if the two squares below are the same color.</p> 1.22 1.23 - <div> 1.24 - <img alt="Image download support must be enabled" src="support/000_color.png" /> 1.25 + <div> 1.26 + <img alt="Image download support must be enabled" src="support/000_color.png" /> 1.27 </div> 1.28 1.29 - <div><br /> 1.30 - <img alt="Image download support must be enabled" src="support/000_color.png" /> 1.31 + <div><br /> 1.32 + <img alt="Image download support must be enabled" src="support/000_color.png" /> 1.33 </div> 1.34 1.35 </body>
2.1 --- a/approved/css2.1/src/colors/color-002.xht Wed Jan 09 13:58:42 2013 -0800 2.2 +++ b/approved/css2.1/src/colors/color-002.xht Thu Jan 10 12:01:12 2013 -0800 2.3 @@ -3,31 +3,30 @@ 2.4 <head> 2.5 <title>CSS Test: Color set to hex with six digits with the minimum value, #000000</title> 2.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 2.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 2.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 2.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 2.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 2.11 - <link rel="match" href="color-002-ref.xht" /> 2.12 - 2.13 + <link rel="match" href="color-002-ref.xht" /> 2.14 <meta name="flags" content="ahem" /> 2.15 <meta name="assert" content="The 'color' set to '#000000' renders the correct foreground color of an element's text content." /> 2.16 <style type="text/css"> 2.17 #test 2.18 { 2.19 color: #000000; 2.20 - font: 1in/1 Ahem; 2.21 + font: 100px/1 Ahem; 2.22 } 2.23 - img 2.24 { 2.25 - height: 1in; 2.26 - width: 1in; 2.27 - } 2.28 + #reference 2.29 + { 2.30 + height: 100px; 2.31 + width: 100px; 2.32 + background-color: #000000; 2.33 + } 2.34 </style> 2.35 </head> 2.36 <body> 2.37 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 2.38 + <p>Test passes if the two squares below are the same color.</p> 2.39 <div id="test">X</div> 2.40 - <div id="reference"> 2.41 - <br /> 2.42 - <img alt="#000 color swatch" src="support/000_color.png" /> 2.43 - </div> 2.44 + <br /> 2.45 + <div id="reference"></div> 2.46 </body> 2.47 </html> 2.48 \ No newline at end of file
3.1 --- a/approved/css2.1/src/colors/color-003-ref.xht Wed Jan 09 13:58:42 2013 -0800 3.2 +++ b/approved/css2.1/src/colors/color-003-ref.xht Thu Jan 10 12:01:12 2013 -0800 3.3 @@ -11,9 +11,9 @@ 3.4 <style type="text/css"><![CDATA[ 3.5 img 3.6 { 3.7 - height: 1in; 3.8 + height: 100px; 3.9 vertical-align: top; 3.10 - width: 1in; 3.11 + width: 100px; 3.12 } 3.13 ]]></style> 3.14 3.15 @@ -21,14 +21,14 @@ 3.16 3.17 <body> 3.18 3.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 3.20 + <p>Test passes if the two squares below are the same color.</p> 3.21 3.22 - <div> 3.23 - <img alt="Image download support must be enabled" src="support/010101_color.png" /> 3.24 + <div> 3.25 + <img alt="Image download support must be enabled" src="support/010101_color.png" /> 3.26 </div> 3.27 3.28 - <div><br /> 3.29 - <img alt="Image download support must be enabled" src="support/010101_color.png" /> 3.30 + <div><br /> 3.31 + <img alt="Image download support must be enabled" src="support/010101_color.png" /> 3.32 </div> 3.33 3.34 </body>
4.1 --- a/approved/css2.1/src/colors/color-003.xht Wed Jan 09 13:58:42 2013 -0800 4.2 +++ b/approved/css2.1/src/colors/color-003.xht Thu Jan 10 12:01:12 2013 -0800 4.3 @@ -3,30 +3,30 @@ 4.4 <head> 4.5 <title>CSS Test: Color set to hex with six digits with the minimum plus one value, #010101</title> 4.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 4.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 4.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 4.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 4.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 4.11 - <link rel="match" href="color-003-ref.xht" /> 4.12 - 4.13 + <link rel="match" href="color-003-ref.xht" /> 4.14 <meta name="flags" content="ahem" /> 4.15 <meta name="assert" content="The 'color' set to '#010101' renders the correct foreground color of an element's text content." /> 4.16 <style type="text/css"> 4.17 #test 4.18 { 4.19 color: #010101; 4.20 - font: 1in/1 Ahem; 4.21 + font: 100px/1 Ahem; 4.22 } 4.23 - img 4.24 { 4.25 - height: 1in; 4.26 - width: 1in; 4.27 - } 4.28 + #reference 4.29 + { 4.30 + height: 100px; 4.31 + width: 100px; 4.32 + background-color: #010101; 4.33 + } 4.34 </style> 4.35 </head> 4.36 <body> 4.37 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 4.38 + <p>Test passes if the two squares below are the same color.</p> 4.39 <div id="test">X</div> 4.40 - <div id="reference"> 4.41 - <br /> 4.42 - <img alt="#010101 color swatch" src="support/010101_color.png" /> 4.43 - </div> 4.44 </body> 4.45 + <br /> 4.46 + <div id="reference"></div> 4.47 + </body> 4.48 </html> 4.49 \ No newline at end of file
5.1 --- a/approved/css2.1/src/colors/color-004-ref.xht Wed Jan 09 13:58:42 2013 -0800 5.2 +++ b/approved/css2.1/src/colors/color-004-ref.xht Thu Jan 10 12:01:12 2013 -0800 5.3 @@ -11,9 +11,9 @@ 5.4 <style type="text/css"><![CDATA[ 5.5 img 5.6 { 5.7 - height: 1in; 5.8 + height: 100px; 5.9 vertical-align: top; 5.10 - width: 1in; 5.11 + width: 100px; 5.12 } 5.13 ]]></style> 5.14 5.15 @@ -21,14 +21,14 @@ 5.16 5.17 <body> 5.18 5.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 5.20 + <p>Test passes if the two squares below are the same color.</p> 5.21 5.22 - <div> 5.23 - <img alt="Image download support must be enabled" src="support/999_color.png" /> 5.24 + <div> 5.25 + <img alt="Image download support must be enabled" src="support/999_color.png" /> 5.26 </div> 5.27 5.28 - <div><br /> 5.29 - <img alt="Image download support must be enabled" src="support/999_color.png" /> 5.30 + <div><br /> 5.31 + <img alt="Image download support must be enabled" src="support/999_color.png" /> 5.32 </div> 5.33 5.34 </body>
6.1 --- a/approved/css2.1/src/colors/color-004.xht Wed Jan 09 13:58:42 2013 -0800 6.2 +++ b/approved/css2.1/src/colors/color-004.xht Thu Jan 10 12:01:12 2013 -0800 6.3 @@ -3,31 +3,30 @@ 6.4 <head> 6.5 <title>CSS Test: Color set to hex with six digits with a nominal value #999999</title> 6.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 6.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 6.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 6.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 6.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 6.11 - <link rel="match" href="color-004-ref.xht" /> 6.12 - 6.13 + <link rel="match" href="color-004-ref.xht" /> 6.14 <meta name="flags" content="ahem" /> 6.15 <meta name="assert" content="The 'color' set to '#999999' renders the correct foreground color of an element's text content." /> 6.16 <style type="text/css"> 6.17 #test 6.18 { 6.19 color: #999999; 6.20 - font: 1in/1 Ahem; 6.21 + font: 100px/1 Ahem; 6.22 } 6.23 - img 6.24 { 6.25 - height: 1in; 6.26 - width: 1in; 6.27 - } 6.28 + #reference 6.29 + { 6.30 + height: 100px; 6.31 + width: 100px; 6.32 + background-color: #999999; 6.33 + } 6.34 </style> 6.35 </head> 6.36 <body> 6.37 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 6.38 + <p>Test passes if the two squares below are the same color.</p> 6.39 <div id="test">X</div> 6.40 - <div id="reference"> 6.41 - <br /> 6.42 - <img alt="#999 color swatch" src="support/999_color.png" /> 6.43 - </div> 6.44 + <br /> 6.45 + <div id="reference"></div> 6.46 </body> 6.47 </html> 6.48 \ No newline at end of file
7.1 --- a/approved/css2.1/src/colors/color-005-ref.xht Wed Jan 09 13:58:42 2013 -0800 7.2 +++ b/approved/css2.1/src/colors/color-005-ref.xht Thu Jan 10 12:01:12 2013 -0800 7.3 @@ -15,9 +15,9 @@ 7.4 7.5 img 7.6 { 7.7 - height: 1in; 7.8 + height: 100px; 7.9 vertical-align: top; 7.10 - width: 1in; 7.11 + width: 100px; 7.12 } 7.13 ]]></style> 7.14 7.15 @@ -25,14 +25,14 @@ 7.16 7.17 <body> 7.18 7.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 7.20 + <p>Test passes if the two squares below are the same color.</p> 7.21 7.22 - <div> 7.23 - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> 7.24 + <div> 7.25 + <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> 7.26 </div> 7.27 7.28 - <div><br /> 7.29 - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> 7.30 + <div><br /> 7.31 + <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> 7.32 </div> 7.33 7.34 </body>
8.1 --- a/approved/css2.1/src/colors/color-005.xht Wed Jan 09 13:58:42 2013 -0800 8.2 +++ b/approved/css2.1/src/colors/color-005.xht Thu Jan 10 12:01:12 2013 -0800 8.3 @@ -3,11 +3,10 @@ 8.4 <head> 8.5 <title>CSS Test: Color set to hex with six digits with the maximum minus one value of #fefefe</title> 8.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 8.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 8.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 8.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 8.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 8.11 - <link rel="match" href="color-005-ref.xht" /> 8.12 - 8.13 + <link rel="match" href="color-005-ref.xht" /> 8.14 <meta name="flags" content="ahem" /> 8.15 <meta name="assert" content="The 'color' set to '#fefefe' renders the correct foreground color of an element's text content." /> 8.16 <style type="text/css"> 8.17 @@ -19,20 +18,20 @@ 8.18 #test 8.19 { 8.20 color: #fefefe; 8.21 - font: 1in/1 Ahem; 8.22 + font: 100px/1 Ahem; 8.23 } 8.24 - img 8.25 { 8.26 - height: 1in; 8.27 - width: 1in; 8.28 + #reference 8.29 + { 8.30 + height: 100px; 8.31 + width: 100px; 8.32 + background-color: #fefefe; 8.33 } 8.34 </style> 8.35 </head> 8.36 <body> 8.37 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 8.38 + <p>Test passes if the two squares below are the same color.</p> 8.39 <div id="test">X</div> 8.40 - <div id="reference"> 8.41 - <br /> 8.42 - <img alt="#fefefe color swatch" src="support/fefefe_color.png" /> 8.43 - </div> 8.44 + <br /> 8.45 + <div id="reference"></div> 8.46 </body> 8.47 </html> 8.48 \ No newline at end of file
9.1 --- a/approved/css2.1/src/colors/color-006-ref.xht Wed Jan 09 13:58:42 2013 -0800 9.2 +++ b/approved/css2.1/src/colors/color-006-ref.xht Thu Jan 10 12:01:12 2013 -0800 9.3 @@ -15,9 +15,9 @@ 9.4 9.5 img 9.6 { 9.7 - height: 1in; 9.8 + height: 100px; 9.9 vertical-align: top; 9.10 - width: 1in; 9.11 + width: 100px; 9.12 } 9.13 ]]></style> 9.14 9.15 @@ -25,14 +25,14 @@ 9.16 9.17 <body> 9.18 9.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 9.20 + <p>Test passes if the two squares below are the same color.</p> 9.21 9.22 - <div> 9.23 - <img alt="Image download support must be enabled" src="support/fff_color.png" /> 9.24 + <div> 9.25 + <img alt="Image download support must be enabled" src="support/fff_color.png" /> 9.26 </div> 9.27 9.28 - <div><br /> 9.29 - <img alt="Image download support must be enabled" src="support/fff_color.png" /> 9.30 + <div><br /> 9.31 + <img alt="Image download support must be enabled" src="support/fff_color.png" /> 9.32 </div> 9.33 9.34 </body>
10.1 --- a/approved/css2.1/src/colors/color-006.xht Wed Jan 09 13:58:42 2013 -0800 10.2 +++ b/approved/css2.1/src/colors/color-006.xht Thu Jan 10 12:01:12 2013 -0800 10.3 @@ -3,39 +3,35 @@ 10.4 <head> 10.5 <title>CSS Test: Color set to hex with six digits with the maximum value of #ffffff</title> 10.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 10.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 10.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 10.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 10.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 10.11 - <link rel="match" href="color-006-ref.xht" /> 10.12 - 10.13 + <link rel="match" href="color-006-ref.xht" /> 10.14 <meta name="flags" content="ahem" /> 10.15 <meta name="assert" content="The 'color' set to '#ffffff' renders the correct foreground color of an element's text content." /> 10.16 <style type="text/css"> 10.17 body 10.18 { 10.19 background-color: black; 10.20 - } 10.21 - p 10.22 - { 10.23 color: white; 10.24 } 10.25 #test 10.26 { 10.27 color: #ffffff; 10.28 - font: 1in/1 Ahem; 10.29 + font: 100px/1 Ahem; 10.30 } 10.31 - img 10.32 { 10.33 - height: 1in; 10.34 - width: 1in; 10.35 + #reference 10.36 + { 10.37 + height: 100px; 10.38 + width: 100px; 10.39 + background-color: #ffffff; 10.40 } 10.41 </style> 10.42 </head> 10.43 <body> 10.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 10.45 + <p>Test passes if the two squares below are the same color.</p> 10.46 <div id="test">X</div> 10.47 - <div id="reference"> 10.48 - <br /> 10.49 - <img alt="#000 color swatch" src="support/fff_color.png" /> 10.50 - </div> 10.51 + <br /> 10.52 + <div id="reference"></div> 10.53 </body> 10.54 </html> 10.55 \ No newline at end of file
11.1 --- a/approved/css2.1/src/colors/color-007.xht Wed Jan 09 13:58:42 2013 -0800 11.2 +++ b/approved/css2.1/src/colors/color-007.xht Thu Jan 10 12:01:12 2013 -0800 11.3 @@ -3,31 +3,30 @@ 11.4 <head> 11.5 <title>CSS Test: Color set to hex with six digits with the maximum plus one value of #1000000</title> 11.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 11.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 11.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 11.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 11.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 11.11 - <link rel="match" href="color-002-ref.xht" /> 11.12 - 11.13 + <link rel="match" href="color-002-ref.xht" /> 11.14 <meta name="flags" content="ahem invalid" /> 11.15 <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." /> 11.16 <style type="text/css"> 11.17 #test 11.18 { 11.19 color: #1000000; 11.20 - font: 1in/1 Ahem; 11.21 + font: 100px/1 Ahem; 11.22 } 11.23 - img 11.24 { 11.25 - height: 1in; 11.26 - width: 1in; 11.27 + #reference 11.28 + { 11.29 + height: 100px; 11.30 + width: 100px; 11.31 + background-color: #000000; 11.32 } 11.33 </style> 11.34 </head> 11.35 <body> 11.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 11.37 + <p>Test passes if the two squares below are the same color.</p> 11.38 <div id="test">X</div> 11.39 - <div id="reference"> 11.40 - <br /> 11.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 11.42 - </div> 11.43 + <br /> 11.44 + <div id="reference"></div> 11.45 </body> 11.46 </html> 11.47 \ No newline at end of file
12.1 --- a/approved/css2.1/src/colors/color-008.xht Wed Jan 09 13:58:42 2013 -0800 12.2 +++ b/approved/css2.1/src/colors/color-008.xht Thu Jan 10 12:01:12 2013 -0800 12.3 @@ -3,31 +3,30 @@ 12.4 <head> 12.5 <title>CSS Test: Color set to hex with six digits with the maximum plus one value of #fgfgfg</title> 12.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 12.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 12.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 12.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 12.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 12.11 - <link rel="match" href="color-002-ref.xht" /> 12.12 - 12.13 + <link rel="match" href="color-002-ref.xht" /> 12.14 <meta name="flags" content="ahem invalid" /> 12.15 <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." /> 12.16 <style type="text/css"> 12.17 #test 12.18 { 12.19 color: #fgfgfg; 12.20 - font: 1in/1 Ahem; 12.21 + font: 100px/1 Ahem; 12.22 } 12.23 - img 12.24 { 12.25 - height: 1in; 12.26 - width: 1in; 12.27 + #reference 12.28 + { 12.29 + height: 100px; 12.30 + width: 100px; 12.31 + background-color: #000000; 12.32 } 12.33 </style> 12.34 </head> 12.35 <body> 12.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 12.37 + <p>Test passes if the two squares below are the same color.</p> 12.38 <div id="test">X</div> 12.39 - <div id="reference"> 12.40 - <br /> 12.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 12.42 - </div> 12.43 + <br /> 12.44 + <div id="reference"></div> 12.45 </body> 12.46 </html> 12.47 \ No newline at end of file
13.1 --- a/approved/css2.1/src/colors/color-009-ref.xht Wed Jan 09 13:58:42 2013 -0800 13.2 +++ b/approved/css2.1/src/colors/color-009-ref.xht Thu Jan 10 12:01:12 2013 -0800 13.3 @@ -11,9 +11,9 @@ 13.4 <style type="text/css"><![CDATA[ 13.5 img 13.6 { 13.7 - height: 1in; 13.8 + height: 100px; 13.9 vertical-align: top; 13.10 - width: 1in; 13.11 + width: 100px; 13.12 } 13.13 ]]></style> 13.14 13.15 @@ -21,14 +21,14 @@ 13.16 13.17 <body> 13.18 13.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 13.20 + <p>Test passes if the two squares below are the same color.</p> 13.21 13.22 - <div> 13.23 - <img alt="Image download support must be enabled" src="support/010000_color.png" /> 13.24 + <div> 13.25 + <img alt="Image download support must be enabled" src="support/010000_color.png" /> 13.26 </div> 13.27 13.28 - <div><br /> 13.29 - <img alt="Image download support must be enabled" src="support/010000_color.png" /> 13.30 + <div><br /> 13.31 + <img alt="Image download support must be enabled" src="support/010000_color.png" /> 13.32 </div> 13.33 13.34 </body>
14.1 --- a/approved/css2.1/src/colors/color-009.xht Wed Jan 09 13:58:42 2013 -0800 14.2 +++ b/approved/css2.1/src/colors/color-009.xht Thu Jan 10 12:01:12 2013 -0800 14.3 @@ -3,31 +3,30 @@ 14.4 <head> 14.5 <title>CSS Test: Color set to hex with six digits with a red set to minimum plus one value, #010000</title> 14.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 14.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 14.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 14.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 14.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 14.11 - <link rel="match" href="color-009-ref.xht" /> 14.12 - 14.13 + <link rel="match" href="color-009-ref.xht" /> 14.14 <meta name="flags" content="ahem" /> 14.15 <meta name="assert" content="The 'color' set to '#010000' renders the correct foreground color of an element's text content." /> 14.16 <style type="text/css"> 14.17 #test 14.18 { 14.19 color: #010000; 14.20 - font: 1in/1 Ahem; 14.21 + font: 100px/1 Ahem; 14.22 } 14.23 - img 14.24 { 14.25 - height: 1in; 14.26 - width: 1in; 14.27 + #reference 14.28 + { 14.29 + height: 100px; 14.30 + width: 100px; 14.31 + background-color: #010000; 14.32 } 14.33 </style> 14.34 </head> 14.35 <body> 14.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 14.37 + <p>Test passes if the two squares below are the same color.</p> 14.38 <div id="test">X</div> 14.39 - <div id="reference"> 14.40 - <br /> 14.41 - <img alt="#010000 color swatch" src="support/010000_color.png" /> 14.42 - </div> 14.43 + <br /> 14.44 + <div id="reference"></div> 14.45 </body> 14.46 </html> 14.47 \ No newline at end of file
15.1 --- a/approved/css2.1/src/colors/color-010-ref.xht Wed Jan 09 13:58:42 2013 -0800 15.2 +++ b/approved/css2.1/src/colors/color-010-ref.xht Thu Jan 10 12:01:12 2013 -0800 15.3 @@ -11,9 +11,9 @@ 15.4 <style type="text/css"><![CDATA[ 15.5 img 15.6 { 15.7 - height: 1in; 15.8 + height: 100px; 15.9 vertical-align: top; 15.10 - width: 1in; 15.11 + width: 100px; 15.12 } 15.13 ]]></style> 15.14 15.15 @@ -21,14 +21,14 @@ 15.16 15.17 <body> 15.18 15.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 15.20 + <p>Test passes if the two squares below are the same color.</p> 15.21 15.22 - <div> 15.23 - <img alt="Image download support must be enabled" src="support/900_color.png" /> 15.24 + <div> 15.25 + <img alt="Image download support must be enabled" src="support/900_color.png" /> 15.26 </div> 15.27 15.28 - <div><br /> 15.29 - <img alt="Image download support must be enabled" src="support/900_color.png" /> 15.30 + <div><br /> 15.31 + <img alt="Image download support must be enabled" src="support/900_color.png" /> 15.32 </div> 15.33 15.34 </body>
16.1 --- a/approved/css2.1/src/colors/color-010.xht Wed Jan 09 13:58:42 2013 -0800 16.2 +++ b/approved/css2.1/src/colors/color-010.xht Thu Jan 10 12:01:12 2013 -0800 16.3 @@ -3,31 +3,30 @@ 16.4 <head> 16.5 <title>CSS Test: Color set to hex with six digits with a red set to a nominal value, #990000</title> 16.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 16.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 16.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 16.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 16.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 16.11 - <link rel="match" href="color-010-ref.xht" /> 16.12 - 16.13 + <link rel="match" href="color-010-ref.xht" /> 16.14 <meta name="flags" content="ahem" /> 16.15 <meta name="assert" content="The 'color' set to '#990000' renders the correct foreground color of an element's text content." /> 16.16 <style type="text/css"> 16.17 #test 16.18 { 16.19 color: #990000; 16.20 - font: 1in/1 Ahem; 16.21 + font: 100px/1 Ahem; 16.22 } 16.23 - img 16.24 { 16.25 - height: 1in; 16.26 - width: 1in; 16.27 + #reference 16.28 + { 16.29 + height: 100px; 16.30 + width: 100px; 16.31 + background-color: #990000; 16.32 } 16.33 </style> 16.34 </head> 16.35 <body> 16.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 16.37 + <p>Test passes if the two squares below are the same color.</p> 16.38 <div id="test">X</div> 16.39 - <div id="reference"> 16.40 - <br /> 16.41 - <img alt="#900 color swatch" src="support/900_color.png" /> 16.42 - </div> 16.43 + <br /> 16.44 + <div id="reference"></div> 16.45 </body> 16.46 </html> 16.47 \ No newline at end of file
17.1 --- a/approved/css2.1/src/colors/color-011-ref.xht Wed Jan 09 13:58:42 2013 -0800 17.2 +++ b/approved/css2.1/src/colors/color-011-ref.xht Thu Jan 10 12:01:12 2013 -0800 17.3 @@ -11,9 +11,9 @@ 17.4 <style type="text/css"><![CDATA[ 17.5 img 17.6 { 17.7 - height: 1in; 17.8 + height: 100px; 17.9 vertical-align: top; 17.10 - width: 1in; 17.11 + width: 100px; 17.12 } 17.13 ]]></style> 17.14 17.15 @@ -21,14 +21,14 @@ 17.16 17.17 <body> 17.18 17.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 17.20 + <p>Test passes if the two squares below are the same color.</p> 17.21 17.22 - <div> 17.23 - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> 17.24 + <div> 17.25 + <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> 17.26 </div> 17.27 17.28 - <div><br /> 17.29 - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> 17.30 + <div><br /> 17.31 + <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> 17.32 </div> 17.33 17.34 </body>
18.1 --- a/approved/css2.1/src/colors/color-011.xht Wed Jan 09 13:58:42 2013 -0800 18.2 +++ b/approved/css2.1/src/colors/color-011.xht Thu Jan 10 12:01:12 2013 -0800 18.3 @@ -3,31 +3,30 @@ 18.4 <head> 18.5 <title>CSS Test: Color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> 18.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 18.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 18.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 18.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 18.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 18.11 - <link rel="match" href="color-011-ref.xht" /> 18.12 - 18.13 + <link rel="match" href="color-011-ref.xht" /> 18.14 <meta name="flags" content="ahem" /> 18.15 <meta name="assert" content="The 'color' set to '#fe0000' renders the correct foreground color of an element's text content." /> 18.16 <style type="text/css"> 18.17 #test 18.18 { 18.19 color: #fe0000; 18.20 - font: 1in/1 Ahem; 18.21 + font: 100px/1 Ahem; 18.22 } 18.23 - img 18.24 { 18.25 - height: 1in; 18.26 - width: 1in; 18.27 + #reference 18.28 + { 18.29 + height: 100px; 18.30 + width: 100px; 18.31 + background-color: #fe0000; 18.32 } 18.33 </style> 18.34 </head> 18.35 <body> 18.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 18.37 + <p>Test passes if the two squares below are the same color.</p> 18.38 <div id="test">X</div> 18.39 - <div id="reference"> 18.40 - <br /> 18.41 - <img alt="#fe0000 color swatch" src="support/fe0000_color.png" /> 18.42 - </div> 18.43 + <br /> 18.44 + <div id="reference"></div> 18.45 </body> 18.46 </html> 18.47 \ No newline at end of file
19.1 --- a/approved/css2.1/src/colors/color-012-ref.xht Wed Jan 09 13:58:42 2013 -0800 19.2 +++ b/approved/css2.1/src/colors/color-012-ref.xht Thu Jan 10 12:01:12 2013 -0800 19.3 @@ -11,9 +11,9 @@ 19.4 <style type="text/css"><![CDATA[ 19.5 img 19.6 { 19.7 - height: 1in; 19.8 + height: 100px; 19.9 vertical-align: top; 19.10 - width: 1in; 19.11 + width: 100px; 19.12 } 19.13 ]]></style> 19.14 19.15 @@ -21,14 +21,14 @@ 19.16 19.17 <body> 19.18 19.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 19.20 + <p>Test passes if the two squares below are the same color.</p> 19.21 19.22 - <div> 19.23 - <img alt="Image download support must be enabled" src="support/f00_color.png" /> 19.24 + <div> 19.25 + <img alt="Image download support must be enabled" src="support/f00_color.png" /> 19.26 </div> 19.27 19.28 - <div><br /> 19.29 - <img alt="Image download support must be enabled" src="support/f00_color.png" /> 19.30 + <div><br /> 19.31 + <img alt="Image download support must be enabled" src="support/f00_color.png" /> 19.32 </div> 19.33 19.34 </body>
20.1 --- a/approved/css2.1/src/colors/color-012.xht Wed Jan 09 13:58:42 2013 -0800 20.2 +++ b/approved/css2.1/src/colors/color-012.xht Thu Jan 10 12:01:12 2013 -0800 20.3 @@ -3,31 +3,30 @@ 20.4 <head> 20.5 <title>CSS Test: Color set to hex with six digits with a red set to the maximum value, #ff0000</title> 20.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 20.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 20.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 20.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 20.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 20.11 - <link rel="match" href="color-012-ref.xht" /> 20.12 - 20.13 + <link rel="match" href="color-012-ref.xht" /> 20.14 <meta name="flags" content="ahem" /> 20.15 <meta name="assert" content="The 'color' set to '#ff0000' renders the correct foreground color of an element's text content." /> 20.16 <style type="text/css"> 20.17 #test 20.18 { 20.19 color: #ff0000; 20.20 - font: 1in/1 Ahem; 20.21 + font: 100px/1 Ahem; 20.22 } 20.23 - img 20.24 { 20.25 - height: 1in; 20.26 - width: 1in; 20.27 + #reference 20.28 + { 20.29 + height: 100px; 20.30 + width: 100px; 20.31 + background-color: #ff0000; 20.32 } 20.33 </style> 20.34 </head> 20.35 <body> 20.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 20.37 + <p>Test passes if the two squares below are the same color.</p> 20.38 <div id="test">X</div> 20.39 - <div id="reference"> 20.40 - <br /> 20.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 20.42 - </div> 20.43 + <br /> 20.44 + <div id="reference"></div> 20.45 </body> 20.46 </html> 20.47 \ No newline at end of file
21.1 --- a/approved/css2.1/src/colors/color-013.xht Wed Jan 09 13:58:42 2013 -0800 21.2 +++ b/approved/css2.1/src/colors/color-013.xht Thu Jan 10 12:01:12 2013 -0800 21.3 @@ -3,31 +3,30 @@ 21.4 <head> 21.5 <title>CSS Test: Color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> 21.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 21.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 21.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 21.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 21.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 21.11 - <link rel="match" href="color-002-ref.xht" /> 21.12 - 21.13 + <link rel="match" href="color-002-ref.xht" /> 21.14 <meta name="flags" content="ahem invalid" /> 21.15 <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." /> 21.16 <style type="text/css"> 21.17 #test 21.18 { 21.19 color: #fg0000; 21.20 - font: 1in/1 Ahem; 21.21 + font: 100px/1 Ahem; 21.22 } 21.23 - img 21.24 { 21.25 - height: 1in; 21.26 - width: 1in; 21.27 + #reference 21.28 + { 21.29 + height: 100px; 21.30 + width: 100px; 21.31 + background-color: #000000; 21.32 } 21.33 </style> 21.34 </head> 21.35 <body> 21.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 21.37 + <p>Test passes if the two squares below are the same color.</p> 21.38 <div id="test">X</div> 21.39 - <div id="reference"> 21.40 - <br /> 21.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 21.42 - </div> 21.43 + <br /> 21.44 + <div id="reference"></div> 21.45 </body> 21.46 </html> 21.47 \ No newline at end of file
22.1 --- a/approved/css2.1/src/colors/color-014-ref.xht Wed Jan 09 13:58:42 2013 -0800 22.2 +++ b/approved/css2.1/src/colors/color-014-ref.xht Thu Jan 10 12:01:12 2013 -0800 22.3 @@ -11,9 +11,9 @@ 22.4 <style type="text/css"><![CDATA[ 22.5 img 22.6 { 22.7 - height: 1in; 22.8 + height: 100px; 22.9 vertical-align: top; 22.10 - width: 1in; 22.11 + width: 100px; 22.12 } 22.13 ]]></style> 22.14 22.15 @@ -21,14 +21,14 @@ 22.16 22.17 <body> 22.18 22.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 22.20 + <p>Test passes if the two squares below are the same color.</p> 22.21 22.22 - <div> 22.23 - <img alt="Image download support must be enabled" src="support/000100_color.png" /> 22.24 + <div> 22.25 + <img alt="Image download support must be enabled" src="support/000100_color.png" /> 22.26 </div> 22.27 22.28 - <div><br /> 22.29 - <img alt="Image download support must be enabled" src="support/000100_color.png" /> 22.30 + <div><br /> 22.31 + <img alt="Image download support must be enabled" src="support/000100_color.png" /> 22.32 </div> 22.33 22.34 </body>
23.1 --- a/approved/css2.1/src/colors/color-014.xht Wed Jan 09 13:58:42 2013 -0800 23.2 +++ b/approved/css2.1/src/colors/color-014.xht Thu Jan 10 12:01:12 2013 -0800 23.3 @@ -3,31 +3,30 @@ 23.4 <head> 23.5 <title>CSS Test: Color set to hex with six digits with a green set to minimum plus one value, #000100</title> 23.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 23.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 23.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 23.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 23.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 23.11 - <link rel="match" href="color-014-ref.xht" /> 23.12 - 23.13 + <link rel="match" href="color-014-ref.xht" /> 23.14 <meta name="flags" content="ahem" /> 23.15 <meta name="assert" content="The 'color' set to '#000100' renders the correct foreground color of an element's text content." /> 23.16 <style type="text/css"> 23.17 #test 23.18 { 23.19 color: #000100; 23.20 - font: 1in/1 Ahem; 23.21 + font: 100px/1 Ahem; 23.22 } 23.23 - img 23.24 { 23.25 - height: 1in; 23.26 - width: 1in; 23.27 + #reference 23.28 + { 23.29 + height: 100px; 23.30 + width: 100px; 23.31 + background-color: #000100; 23.32 } 23.33 </style> 23.34 </head> 23.35 <body> 23.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 23.37 + <p>Test passes if the two squares below are the same color.</p> 23.38 <div id="test">X</div> 23.39 - <div id="reference"> 23.40 - <br /> 23.41 - <img alt="#000100 color swatch" src="support/000100_color.png" /> 23.42 - </div> 23.43 + <br /> 23.44 + <div id="reference"></div> 23.45 </body> 23.46 </html> 23.47 \ No newline at end of file
24.1 --- a/approved/css2.1/src/colors/color-015-ref.xht Wed Jan 09 13:58:42 2013 -0800 24.2 +++ b/approved/css2.1/src/colors/color-015-ref.xht Thu Jan 10 12:01:12 2013 -0800 24.3 @@ -11,9 +11,9 @@ 24.4 <style type="text/css"><![CDATA[ 24.5 img 24.6 { 24.7 - height: 1in; 24.8 + height: 100px; 24.9 vertical-align: top; 24.10 - width: 1in; 24.11 + width: 100px; 24.12 } 24.13 ]]></style> 24.14 24.15 @@ -21,14 +21,14 @@ 24.16 24.17 <body> 24.18 24.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 24.20 + <p>Test passes if the two squares below are the same color.</p> 24.21 24.22 - <div> 24.23 - <img alt="Image download support must be enabled" src="support/090_color.png" /> 24.24 + <div> 24.25 + <img alt="Image download support must be enabled" src="support/090_color.png" /> 24.26 </div> 24.27 24.28 - <div><br /> 24.29 - <img alt="Image download support must be enabled" src="support/090_color.png" /> 24.30 + <div><br /> 24.31 + <img alt="Image download support must be enabled" src="support/090_color.png" /> 24.32 </div> 24.33 24.34 </body>
25.1 --- a/approved/css2.1/src/colors/color-015.xht Wed Jan 09 13:58:42 2013 -0800 25.2 +++ b/approved/css2.1/src/colors/color-015.xht Thu Jan 10 12:01:12 2013 -0800 25.3 @@ -3,31 +3,30 @@ 25.4 <head> 25.5 <title>CSS Test: Color set to hex with six digits with a green set to a nominal value, #009900</title> 25.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 25.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 25.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 25.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 25.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 25.11 - <link rel="match" href="color-015-ref.xht" /> 25.12 - 25.13 + <link rel="match" href="color-015-ref.xht" /> 25.14 <meta name="flags" content="ahem" /> 25.15 <meta name="assert" content="The 'color' set to '#009900' renders the correct foreground color of an element's text content." /> 25.16 <style type="text/css"> 25.17 #test 25.18 { 25.19 color: #009900; 25.20 - font: 1in/1 Ahem; 25.21 + font: 100px/1 Ahem; 25.22 } 25.23 - img 25.24 { 25.25 - height: 1in; 25.26 - width: 1in; 25.27 + #reference 25.28 + { 25.29 + height: 100px; 25.30 + width: 100px; 25.31 + background-color: #009900; 25.32 } 25.33 </style> 25.34 </head> 25.35 <body> 25.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 25.37 + <p>Test passes if the two squares below are the same color.</p> 25.38 <div id="test">X</div> 25.39 - <div id="reference"> 25.40 - <br /> 25.41 - <img alt="#090 color swatch" src="support/090_color.png" /> 25.42 - </div> 25.43 + <br /> 25.44 + <div id="reference"></div> 25.45 </body> 25.46 </html> 25.47 \ No newline at end of file
26.1 --- a/approved/css2.1/src/colors/color-016-ref.xht Wed Jan 09 13:58:42 2013 -0800 26.2 +++ b/approved/css2.1/src/colors/color-016-ref.xht Thu Jan 10 12:01:12 2013 -0800 26.3 @@ -11,9 +11,9 @@ 26.4 <style type="text/css"><![CDATA[ 26.5 img 26.6 { 26.7 - height: 1in; 26.8 + height: 100px; 26.9 vertical-align: top; 26.10 - width: 1in; 26.11 + width: 100px; 26.12 } 26.13 ]]></style> 26.14 26.15 @@ -21,14 +21,14 @@ 26.16 26.17 <body> 26.18 26.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 26.20 + <p>Test passes if the two squares below are the same color.</p> 26.21 26.22 - <div> 26.23 - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> 26.24 + <div> 26.25 + <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> 26.26 </div> 26.27 26.28 - <div><br /> 26.29 - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> 26.30 + <div><br /> 26.31 + <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> 26.32 </div> 26.33 26.34 </body>
27.1 --- a/approved/css2.1/src/colors/color-016.xht Wed Jan 09 13:58:42 2013 -0800 27.2 +++ b/approved/css2.1/src/colors/color-016.xht Thu Jan 10 12:01:12 2013 -0800 27.3 @@ -3,31 +3,30 @@ 27.4 <head> 27.5 <title>CSS Test: Color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> 27.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 27.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 27.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 27.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 27.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 27.11 - <link rel="match" href="color-016-ref.xht" /> 27.12 - 27.13 + <link rel="match" href="color-016-ref.xht" /> 27.14 <meta name="flags" content="ahem" /> 27.15 <meta name="assert" content="The 'color' set to '#00fe00' renders the correct foreground color of an element's text content." /> 27.16 <style type="text/css"> 27.17 #test 27.18 { 27.19 color: #00fe00; 27.20 - font: 1in/1 Ahem; 27.21 + font: 100px/1 Ahem; 27.22 } 27.23 - img 27.24 { 27.25 - height: 1in; 27.26 - width: 1in; 27.27 + #reference 27.28 + { 27.29 + height: 100px; 27.30 + width: 100px; 27.31 + background-color: #00fe00; 27.32 } 27.33 </style> 27.34 </head> 27.35 <body> 27.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 27.37 + <p>Test passes if the two squares below are the same color.</p> 27.38 <div id="test">X</div> 27.39 - <div id="reference"> 27.40 - <br /> 27.41 - <img alt="#00fe00 color swatch" src="support/00fe00_color.png" /> 27.42 - </div> 27.43 + <br /> 27.44 + <div id="reference"></div> 27.45 </body> 27.46 </html> 27.47 \ No newline at end of file
28.1 --- a/approved/css2.1/src/colors/color-017-ref.xht Wed Jan 09 13:58:42 2013 -0800 28.2 +++ b/approved/css2.1/src/colors/color-017-ref.xht Thu Jan 10 12:01:12 2013 -0800 28.3 @@ -11,9 +11,9 @@ 28.4 <style type="text/css"><![CDATA[ 28.5 img 28.6 { 28.7 - height: 1in; 28.8 + height: 100px; 28.9 vertical-align: top; 28.10 - width: 1in; 28.11 + width: 100px; 28.12 } 28.13 ]]></style> 28.14 28.15 @@ -21,14 +21,14 @@ 28.16 28.17 <body> 28.18 28.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 28.20 + <p>Test passes if the two squares below are the same color.</p> 28.21 28.22 - <div> 28.23 - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> 28.24 + <div> 28.25 + <img alt="Image download support must be enabled" src="support/0f0_color.png" /> 28.26 </div> 28.27 28.28 - <div><br /> 28.29 - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> 28.30 + <div><br /> 28.31 + <img alt="Image download support must be enabled" src="support/0f0_color.png" /> 28.32 </div> 28.33 28.34 </body>
29.1 --- a/approved/css2.1/src/colors/color-017.xht Wed Jan 09 13:58:42 2013 -0800 29.2 +++ b/approved/css2.1/src/colors/color-017.xht Thu Jan 10 12:01:12 2013 -0800 29.3 @@ -3,31 +3,30 @@ 29.4 <head> 29.5 <title>CSS Test: Color set to hex with six digits with a green set to the maximum value, #00ff00</title> 29.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 29.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 29.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 29.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 29.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 29.11 - <link rel="match" href="color-017-ref.xht" /> 29.12 - 29.13 + <link rel="match" href="color-017-ref.xht" /> 29.14 <meta name="flags" content="ahem" /> 29.15 <meta name="assert" content="The 'color' set to '#00ff00' renders the correct foreground color of an element's text content." /> 29.16 <style type="text/css"> 29.17 #test 29.18 { 29.19 color: #00ff00; 29.20 - font: 1in/1 Ahem; 29.21 + font: 100px/1 Ahem; 29.22 } 29.23 - img 29.24 { 29.25 - height: 1in; 29.26 - width: 1in; 29.27 + #reference 29.28 + { 29.29 + height: 100px; 29.30 + width: 100px; 29.31 + background-color: #00ff00; 29.32 } 29.33 </style> 29.34 </head> 29.35 <body> 29.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 29.37 + <p>Test passes if the two squares below are the same color.</p> 29.38 <div id="test">X</div> 29.39 - <div id="reference"> 29.40 - <br /> 29.41 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 29.42 - </div> 29.43 + <br /> 29.44 + <div id="reference"></div> 29.45 </body> 29.46 </html> 29.47 \ No newline at end of file
30.1 --- a/approved/css2.1/src/colors/color-018.xht Wed Jan 09 13:58:42 2013 -0800 30.2 +++ b/approved/css2.1/src/colors/color-018.xht Thu Jan 10 12:01:12 2013 -0800 30.3 @@ -3,31 +3,30 @@ 30.4 <head> 30.5 <title>CSS Test: Color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> 30.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 30.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 30.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 30.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 30.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 30.11 - <link rel="match" href="color-002-ref.xht" /> 30.12 - 30.13 + <link rel="match" href="color-002-ref.xht" /> 30.14 <meta name="flags" content="ahem invalid" /> 30.15 <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." /> 30.16 <style type="text/css"> 30.17 #test 30.18 { 30.19 color: #00fg00; 30.20 - font: 1in/1 Ahem; 30.21 + font: 100px/1 Ahem; 30.22 } 30.23 - img 30.24 { 30.25 - height: 1in; 30.26 - width: 1in; 30.27 + #reference 30.28 + { 30.29 + height: 100px; 30.30 + width: 100px; 30.31 + background-color: #000000; 30.32 } 30.33 </style> 30.34 </head> 30.35 <body> 30.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 30.37 + <p>Test passes if the two squares below are the same color.</p> 30.38 <div id="test">X</div> 30.39 - <div id="reference"> 30.40 - <br /> 30.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 30.42 - </div> 30.43 + <br /> 30.44 + <div id="reference"></div> 30.45 </body> 30.46 </html> 30.47 \ No newline at end of file
31.1 --- a/approved/css2.1/src/colors/color-019-ref.xht Wed Jan 09 13:58:42 2013 -0800 31.2 +++ b/approved/css2.1/src/colors/color-019-ref.xht Thu Jan 10 12:01:12 2013 -0800 31.3 @@ -11,9 +11,9 @@ 31.4 <style type="text/css"><![CDATA[ 31.5 img 31.6 { 31.7 - height: 1in; 31.8 + height: 100px; 31.9 vertical-align: top; 31.10 - width: 1in; 31.11 + width: 100px; 31.12 } 31.13 ]]></style> 31.14 31.15 @@ -21,14 +21,14 @@ 31.16 31.17 <body> 31.18 31.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 31.20 + <p>Test passes if the two squares below are the same color.</p> 31.21 31.22 - <div> 31.23 - <img alt="Image download support must be enabled" src="support/000001_color.png" /> 31.24 + <div> 31.25 + <img alt="Image download support must be enabled" src="support/000001_color.png" /> 31.26 </div> 31.27 31.28 - <div><br /> 31.29 - <img alt="Image download support must be enabled" src="support/000001_color.png" /> 31.30 + <div><br /> 31.31 + <img alt="Image download support must be enabled" src="support/000001_color.png" /> 31.32 </div> 31.33 31.34 </body>
32.1 --- a/approved/css2.1/src/colors/color-019.xht Wed Jan 09 13:58:42 2013 -0800 32.2 +++ b/approved/css2.1/src/colors/color-019.xht Thu Jan 10 12:01:12 2013 -0800 32.3 @@ -3,31 +3,30 @@ 32.4 <head> 32.5 <title>CSS Test: Color set to hex with six digits with a blue set to minimum plus one value, #000001</title> 32.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 32.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 32.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 32.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 32.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 32.11 - <link rel="match" href="color-019-ref.xht" /> 32.12 - 32.13 + <link rel="match" href="color-019-ref.xht" /> 32.14 <meta name="flags" content="ahem" /> 32.15 <meta name="assert" content="The 'color' set to '#000001' renders the correct foreground color of an element's text content." /> 32.16 <style type="text/css"> 32.17 #test 32.18 { 32.19 color: #000001; 32.20 - font: 1in/1 Ahem; 32.21 + font: 100px/1 Ahem; 32.22 } 32.23 - img 32.24 { 32.25 - height: 1in; 32.26 - width: 1in; 32.27 + #reference 32.28 + { 32.29 + height: 100px; 32.30 + width: 100px; 32.31 + background-color: #000001; 32.32 } 32.33 </style> 32.34 </head> 32.35 <body> 32.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 32.37 + <p>Test passes if the two squares below are the same color.</p> 32.38 <div id="test">X</div> 32.39 - <div id="reference"> 32.40 - <br /> 32.41 - <img alt="#000001 color swatch" src="support/000001_color.png" /> 32.42 - </div> 32.43 + <br /> 32.44 + <div id="reference"></div> 32.45 </body> 32.46 </html> 32.47 \ No newline at end of file
33.1 --- a/approved/css2.1/src/colors/color-020-ref.xht Wed Jan 09 13:58:42 2013 -0800 33.2 +++ b/approved/css2.1/src/colors/color-020-ref.xht Thu Jan 10 12:01:12 2013 -0800 33.3 @@ -11,9 +11,9 @@ 33.4 <style type="text/css"><![CDATA[ 33.5 img 33.6 { 33.7 - height: 1in; 33.8 + height: 100px; 33.9 vertical-align: top; 33.10 - width: 1in; 33.11 + width: 100px; 33.12 } 33.13 ]]></style> 33.14 33.15 @@ -21,14 +21,14 @@ 33.16 33.17 <body> 33.18 33.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 33.20 + <p>Test passes if the two squares below are the same color.</p> 33.21 33.22 - <div> 33.23 - <img alt="Image download support must be enabled" src="support/009_color.png" /> 33.24 + <div> 33.25 + <img alt="Image download support must be enabled" src="support/009_color.png" /> 33.26 </div> 33.27 33.28 - <div><br /> 33.29 - <img alt="Image download support must be enabled" src="support/009_color.png" /> 33.30 + <div><br /> 33.31 + <img alt="Image download support must be enabled" src="support/009_color.png" /> 33.32 </div> 33.33 33.34 </body>
34.1 --- a/approved/css2.1/src/colors/color-020.xht Wed Jan 09 13:58:42 2013 -0800 34.2 +++ b/approved/css2.1/src/colors/color-020.xht Thu Jan 10 12:01:12 2013 -0800 34.3 @@ -3,31 +3,30 @@ 34.4 <head> 34.5 <title>CSS Test: Color set to hex with six digits with a blue set to a nominal value, #000099</title> 34.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 34.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 34.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 34.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 34.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 34.11 - <link rel="match" href="color-020-ref.xht" /> 34.12 - 34.13 + <link rel="match" href="color-020-ref.xht" /> 34.14 <meta name="flags" content="ahem" /> 34.15 <meta name="assert" content="The 'color' set to renders the correct foreground color of an element's text content." /> 34.16 <style type="text/css"> 34.17 #test 34.18 { 34.19 color: #000099; 34.20 - font: 1in/1 Ahem; 34.21 + font: 100px/1 Ahem; 34.22 } 34.23 - img 34.24 { 34.25 - height: 1in; 34.26 - width: 1in; 34.27 + #reference 34.28 + { 34.29 + height: 100px; 34.30 + width: 100px; 34.31 + background-color: #000099; 34.32 } 34.33 </style> 34.34 </head> 34.35 <body> 34.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 34.37 + <p>Test passes if the two squares below are the same color.</p> 34.38 <div id="test">X</div> 34.39 - <div id="reference"> 34.40 - <br /> 34.41 - <img alt="#009 color swatch" src="support/009_color.png" /> 34.42 - </div> 34.43 + <br /> 34.44 + <div id="reference"></div> 34.45 </body> 34.46 </html> 34.47 \ No newline at end of file
35.1 --- a/approved/css2.1/src/colors/color-021-ref.xht Wed Jan 09 13:58:42 2013 -0800 35.2 +++ b/approved/css2.1/src/colors/color-021-ref.xht Thu Jan 10 12:01:12 2013 -0800 35.3 @@ -11,9 +11,9 @@ 35.4 <style type="text/css"><![CDATA[ 35.5 img 35.6 { 35.7 - height: 1in; 35.8 + height: 100px; 35.9 vertical-align: top; 35.10 - width: 1in; 35.11 + width: 100px; 35.12 } 35.13 ]]></style> 35.14 35.15 @@ -21,14 +21,14 @@ 35.16 35.17 <body> 35.18 35.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 35.20 + <p>Test passes if the two squares below are the same color.</p> 35.21 35.22 - <div> 35.23 - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> 35.24 + <div> 35.25 + <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> 35.26 </div> 35.27 35.28 - <div><br /> 35.29 - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> 35.30 + <div><br /> 35.31 + <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> 35.32 </div> 35.33 35.34 </body>
36.1 --- a/approved/css2.1/src/colors/color-021.xht Wed Jan 09 13:58:42 2013 -0800 36.2 +++ b/approved/css2.1/src/colors/color-021.xht Thu Jan 10 12:01:12 2013 -0800 36.3 @@ -3,31 +3,30 @@ 36.4 <head> 36.5 <title>CSS Test: Color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> 36.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 36.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 36.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 36.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 36.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 36.11 - <link rel="match" href="color-021-ref.xht" /> 36.12 - 36.13 + <link rel="match" href="color-021-ref.xht" /> 36.14 <meta name="flags" content="ahem" /> 36.15 <meta name="assert" content="The 'color' set to '#0000fe' renders the correct foreground color of an element's text content." /> 36.16 <style type="text/css"> 36.17 #test 36.18 { 36.19 color: #0000fe; 36.20 - font: 1in/1 Ahem; 36.21 + font: 100px/1 Ahem; 36.22 } 36.23 - img 36.24 { 36.25 - height: 1in; 36.26 - width: 1in; 36.27 + #reference 36.28 + { 36.29 + height: 100px; 36.30 + width: 100px; 36.31 + background-color: #0000fe; 36.32 } 36.33 </style> 36.34 </head> 36.35 <body> 36.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 36.37 + <p>Test passes if the two squares below are the same color.</p> 36.38 <div id="test">X</div> 36.39 - <div id="reference"> 36.40 - <br /> 36.41 - <img alt="#0000fe color swatch" src="support/0000fe_color.png" /> 36.42 - </div> 36.43 + <br /> 36.44 + <div id="reference"></div> 36.45 </body> 36.46 </html> 36.47 \ No newline at end of file
37.1 --- a/approved/css2.1/src/colors/color-022-ref.xht Wed Jan 09 13:58:42 2013 -0800 37.2 +++ b/approved/css2.1/src/colors/color-022-ref.xht Thu Jan 10 12:01:12 2013 -0800 37.3 @@ -11,9 +11,9 @@ 37.4 <style type="text/css"><![CDATA[ 37.5 img 37.6 { 37.7 - height: 1in; 37.8 + height: 100px; 37.9 vertical-align: top; 37.10 - width: 1in; 37.11 + width: 100px; 37.12 } 37.13 ]]></style> 37.14 37.15 @@ -21,14 +21,14 @@ 37.16 37.17 <body> 37.18 37.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 37.20 + <p>Test passes if the two squares below are the same color.</p> 37.21 37.22 - <div> 37.23 - <img alt="Image download support must be enabled" src="support/00f_color.png" /> 37.24 + <div> 37.25 + <img alt="Image download support must be enabled" src="support/00f_color.png" /> 37.26 </div> 37.27 37.28 - <div><br /> 37.29 - <img alt="Image download support must be enabled" src="support/00f_color.png" /> 37.30 + <div><br /> 37.31 + <img alt="Image download support must be enabled" src="support/00f_color.png" /> 37.32 </div> 37.33 37.34 </body>
38.1 --- a/approved/css2.1/src/colors/color-022.xht Wed Jan 09 13:58:42 2013 -0800 38.2 +++ b/approved/css2.1/src/colors/color-022.xht Thu Jan 10 12:01:12 2013 -0800 38.3 @@ -3,31 +3,30 @@ 38.4 <head> 38.5 <title>CSS Test: Color set to hex with six digits with a blue set to the maximum value, #0000ff</title> 38.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 38.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 38.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 38.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 38.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 38.11 - <link rel="match" href="color-022-ref.xht" /> 38.12 - 38.13 + <link rel="match" href="color-022-ref.xht" /> 38.14 <meta name="flags" content="ahem" /> 38.15 <meta name="assert" content="The 'color' set to '#0000ff' renders the correct foreground color of an element's text content." /> 38.16 <style type="text/css"> 38.17 #test 38.18 { 38.19 color: #0000ff; 38.20 - font: 1in/1 Ahem; 38.21 + font: 100px/1 Ahem; 38.22 } 38.23 - img 38.24 { 38.25 - height: 1in; 38.26 - width: 1in; 38.27 + #reference 38.28 + { 38.29 + height: 100px; 38.30 + width: 100px; 38.31 + background-color: #0000ff; 38.32 } 38.33 </style> 38.34 </head> 38.35 <body> 38.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 38.37 + <p>Test passes if the two squares below are the same color.</p> 38.38 <div id="test">X</div> 38.39 - <div id="reference"> 38.40 - <br /> 38.41 - <img alt="#00f color swatch" src="support/00f_color.png" /> 38.42 - </div> 38.43 + <br /> 38.44 + <div id="reference"></div> 38.45 </body> 38.46 </html> 38.47 \ No newline at end of file
39.1 --- a/approved/css2.1/src/colors/color-023.xht Wed Jan 09 13:58:42 2013 -0800 39.2 +++ b/approved/css2.1/src/colors/color-023.xht Thu Jan 10 12:01:12 2013 -0800 39.3 @@ -3,31 +3,30 @@ 39.4 <head> 39.5 <title>CSS Test: Color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> 39.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 39.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 39.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 39.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 39.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 39.11 - <link rel="match" href="color-002-ref.xht" /> 39.12 - 39.13 - <meta name="flags" content="ahem invalid" /> 39.14 + <link rel="match" href="color-002-ref.xht" /> 39.15 + <meta name="flags" content="ahem invalid" /> 39.16 <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." /> 39.17 <style type="text/css"> 39.18 #test 39.19 { 39.20 color: #0000fg; 39.21 - font: 1in/1 Ahem; 39.22 + font: 100px/1 Ahem; 39.23 } 39.24 - img 39.25 { 39.26 - height: 1in; 39.27 - width: 1in; 39.28 + #reference 39.29 + { 39.30 + height: 100px; 39.31 + width: 100px; 39.32 + background-color: #000000; 39.33 } 39.34 </style> 39.35 </head> 39.36 <body> 39.37 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 39.38 + <p>Test passes if the two squares below are the same color.</p> 39.39 <div id="test">X</div> 39.40 - <div id="reference"> 39.41 - <br /> 39.42 - <img alt="#000 color swatch" src="support/000_color.png" /> 39.43 - </div> 39.44 + <br /> 39.45 + <div id="reference"></div> 39.46 </body> 39.47 </html> 39.48 \ No newline at end of file
40.1 --- a/approved/css2.1/src/colors/color-024.xht Wed Jan 09 13:58:42 2013 -0800 40.2 +++ b/approved/css2.1/src/colors/color-024.xht Thu Jan 10 12:01:12 2013 -0800 40.3 @@ -3,31 +3,30 @@ 40.4 <head> 40.5 <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> 40.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 40.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 40.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 40.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 40.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 40.11 - <link rel="match" href="color-002-ref.xht" /> 40.12 - 40.13 + <link rel="match" href="color-002-ref.xht" /> 40.14 <meta name="flags" content="ahem invalid" /> 40.15 <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." /> 40.16 <style type="text/css"> 40.17 #test 40.18 { 40.19 color: #00; 40.20 - font: 1in/1 Ahem; 40.21 + font: 100px/1 Ahem; 40.22 } 40.23 - img 40.24 { 40.25 - height: 1in; 40.26 - width: 1in; 40.27 + #reference 40.28 + { 40.29 + height: 100px; 40.30 + width: 100px; 40.31 + background-color: #000000; 40.32 } 40.33 </style> 40.34 </head> 40.35 <body> 40.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 40.37 + <p>Test passes if the two squares below are the same color.</p> 40.38 <div id="test">X</div> 40.39 - <div id="reference"> 40.40 - <br /> 40.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 40.42 - </div> 40.43 + <br /> 40.44 + <div id="reference"></div> 40.45 </body> 40.46 </html> 40.47 \ No newline at end of file
41.1 --- a/approved/css2.1/src/colors/color-025.xht Wed Jan 09 13:58:42 2013 -0800 41.2 +++ b/approved/css2.1/src/colors/color-025.xht Thu Jan 10 12:01:12 2013 -0800 41.3 @@ -3,31 +3,30 @@ 41.4 <head> 41.5 <title>CSS Test: Color set to hex with three digits with the minimum possible value #000</title> 41.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 41.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 41.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 41.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 41.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 41.11 - <link rel="match" href="color-002-ref.xht" /> 41.12 - 41.13 + <link rel="match" href="color-002-ref.xht" /> 41.14 <meta name="flags" content="ahem" /> 41.15 <meta name="assert" content="The 'color' set to '#000' renders the correct foreground color of an element's text content." /> 41.16 <style type="text/css"> 41.17 #test 41.18 { 41.19 color: #000; 41.20 - font: 1in/1 Ahem; 41.21 + font: 100px/1 Ahem; 41.22 } 41.23 - img 41.24 { 41.25 - height: 1in; 41.26 - width: 1in; 41.27 + #reference 41.28 + { 41.29 + height: 100px; 41.30 + width: 100px; 41.31 + background-color: #000000; 41.32 } 41.33 </style> 41.34 </head> 41.35 <body> 41.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 41.37 + <p>Test passes if the two squares below are the same color.</p> 41.38 <div id="test">X</div> 41.39 - <div id="reference"> 41.40 - <br /> 41.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 41.42 - </div> 41.43 + <br /> 41.44 + <div id="reference"></div> 41.45 </body> 41.46 </html> 41.47 \ No newline at end of file
42.1 --- a/approved/css2.1/src/colors/color-026-ref.xht Wed Jan 09 13:58:42 2013 -0800 42.2 +++ b/approved/css2.1/src/colors/color-026-ref.xht Thu Jan 10 12:01:12 2013 -0800 42.3 @@ -11,9 +11,9 @@ 42.4 <style type="text/css"><![CDATA[ 42.5 img 42.6 { 42.7 - height: 1in; 42.8 + height: 100px; 42.9 vertical-align: top; 42.10 - width: 1in; 42.11 + width: 100px; 42.12 } 42.13 ]]></style> 42.14 42.15 @@ -21,14 +21,14 @@ 42.16 42.17 <body> 42.18 42.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 42.20 + <p>Test passes if the two squares below are the same color.</p> 42.21 42.22 - <div> 42.23 - <img alt="Image download support must be enabled" src="support/111_color.png" /> 42.24 + <div> 42.25 + <img alt="Image download support must be enabled" src="support/111_color.png" /> 42.26 </div> 42.27 42.28 - <div><br /> 42.29 - <img alt="Image download support must be enabled" src="support/111_color.png" /> 42.30 + <div><br /> 42.31 + <img alt="Image download support must be enabled" src="support/111_color.png" /> 42.32 </div> 42.33 42.34 </body>
43.1 --- a/approved/css2.1/src/colors/color-026.xht Wed Jan 09 13:58:42 2013 -0800 43.2 +++ b/approved/css2.1/src/colors/color-026.xht Thu Jan 10 12:01:12 2013 -0800 43.3 @@ -3,31 +3,30 @@ 43.4 <head> 43.5 <title>CSS Test: Color set to hex with three digits with the minimum plus one value, #111</title> 43.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 43.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 43.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 43.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 43.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 43.11 - <link rel="match" href="color-026-ref.xht" /> 43.12 - 43.13 + <link rel="match" href="color-026-ref.xht" /> 43.14 <meta name="flags" content="ahem" /> 43.15 <meta name="assert" content="The 'color' set to '#111' renders the correct foreground color of an element's text content." /> 43.16 <style type="text/css"> 43.17 #test 43.18 { 43.19 color: #111; 43.20 - font: 1in/1 Ahem; 43.21 + font: 100px/1 Ahem; 43.22 } 43.23 - img 43.24 { 43.25 - height: 1in; 43.26 - width: 1in; 43.27 + #reference 43.28 + { 43.29 + height: 100px; 43.30 + width: 100px; 43.31 + background-color: #111; 43.32 } 43.33 </style> 43.34 </head> 43.35 <body> 43.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 43.37 + <p>Test passes if the two squares below are the same color.</p> 43.38 <div id="test">X</div> 43.39 - <div id="reference"> 43.40 - <br /> 43.41 - <img alt="#111 color swatch" src="support/111_color.png" /> 43.42 - </div> 43.43 + <br /> 43.44 + <div id="reference"></div> 43.45 </body> 43.46 </html> 43.47 \ No newline at end of file
44.1 --- a/approved/css2.1/src/colors/color-027-ref.xht Wed Jan 09 13:58:42 2013 -0800 44.2 +++ b/approved/css2.1/src/colors/color-027-ref.xht Thu Jan 10 12:01:12 2013 -0800 44.3 @@ -11,9 +11,9 @@ 44.4 <style type="text/css"><![CDATA[ 44.5 img 44.6 { 44.7 - height: 1in; 44.8 + height: 100px; 44.9 vertical-align: top; 44.10 - width: 1in; 44.11 + width: 100px; 44.12 } 44.13 ]]></style> 44.14 44.15 @@ -21,14 +21,14 @@ 44.16 44.17 <body> 44.18 44.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 44.20 + <p>Test passes if the two squares below are the same color.</p> 44.21 44.22 - <div> 44.23 - <img alt="Image download support must be enabled" src="support/999_color.png" /> 44.24 + <div> 44.25 + <img alt="Image download support must be enabled" src="support/999_color.png" /> 44.26 </div> 44.27 44.28 - <div><br /> 44.29 - <img alt="Image download support must be enabled" src="support/999_color.png" /> 44.30 + <div><br /> 44.31 + <img alt="Image download support must be enabled" src="support/999_color.png" /> 44.32 </div> 44.33 44.34 </body>
45.1 --- a/approved/css2.1/src/colors/color-027.xht Wed Jan 09 13:58:42 2013 -0800 45.2 +++ b/approved/css2.1/src/colors/color-027.xht Thu Jan 10 12:01:12 2013 -0800 45.3 @@ -3,31 +3,30 @@ 45.4 <head> 45.5 <title>CSS Test: Color set to hex with three digits with a nominal value #999</title> 45.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 45.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 45.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 45.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 45.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 45.11 - <link rel="match" href="color-027-ref.xht" /> 45.12 - 45.13 + <link rel="match" href="color-027-ref.xht" /> 45.14 <meta name="flags" content="ahem" /> 45.15 <meta name="assert" content="The 'color' set to '#999' renders the correct foreground color of an element's text content." /> 45.16 <style type="text/css"> 45.17 #test 45.18 { 45.19 color: #999; 45.20 - font: 1in/1 Ahem; 45.21 + font: 100px/1 Ahem; 45.22 } 45.23 - img 45.24 { 45.25 - height: 1in; 45.26 - width: 1in; 45.27 + #reference 45.28 + { 45.29 + height: 100px; 45.30 + width: 100px; 45.31 + background-color: #999; 45.32 } 45.33 </style> 45.34 </head> 45.35 <body> 45.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 45.37 + <p>Test passes if the two squares below are the same color.</p> 45.38 <div id="test">X</div> 45.39 - <div id="reference"> 45.40 - <br /> 45.41 - <img alt="#999 color swatch" src="support/999_color.png" /> 45.42 - </div> 45.43 + <br /> 45.44 + <div id="reference"></div> 45.45 </body> 45.46 </html> 45.47 \ No newline at end of file
46.1 --- a/approved/css2.1/src/colors/color-028-ref.xht Wed Jan 09 13:58:42 2013 -0800 46.2 +++ b/approved/css2.1/src/colors/color-028-ref.xht Thu Jan 10 12:01:12 2013 -0800 46.3 @@ -11,9 +11,9 @@ 46.4 <style type="text/css"><![CDATA[ 46.5 img 46.6 { 46.7 - height: 1in; 46.8 + height: 100px; 46.9 vertical-align: top; 46.10 - width: 1in; 46.11 + width: 100px; 46.12 } 46.13 ]]></style> 46.14 46.15 @@ -21,14 +21,14 @@ 46.16 46.17 <body> 46.18 46.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 46.20 + <p>Test passes if the two squares below are the same color.</p> 46.21 46.22 - <div> 46.23 - <img alt="Image download support must be enabled" src="support/eee_color.png" /> 46.24 + <div> 46.25 + <img alt="Image download support must be enabled" src="support/eee_color.png" /> 46.26 </div> 46.27 46.28 - <div><br /> 46.29 - <img alt="Image download support must be enabled" src="support/eee_color.png" /> 46.30 + <div><br /> 46.31 + <img alt="Image download support must be enabled" src="support/eee_color.png" /> 46.32 </div> 46.33 46.34 </body>
47.1 --- a/approved/css2.1/src/colors/color-028.xht Wed Jan 09 13:58:42 2013 -0800 47.2 +++ b/approved/css2.1/src/colors/color-028.xht Thu Jan 10 12:01:12 2013 -0800 47.3 @@ -3,31 +3,30 @@ 47.4 <head> 47.5 <title>CSS Test: Color set to hex with three digits with the maximum minus one value of #eee</title> 47.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 47.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 47.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 47.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 47.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 47.11 - <link rel="match" href="color-028-ref.xht" /> 47.12 - 47.13 + <link rel="match" href="color-028-ref.xht" /> 47.14 <meta name="flags" content="ahem" /> 47.15 <meta name="assert" content="The 'color' set to '#eee' renders the correct foreground color of an element's text content." /> 47.16 <style type="text/css"> 47.17 #test 47.18 { 47.19 color: #eee; 47.20 - font: 1in/1 Ahem; 47.21 + font: 100px/1 Ahem; 47.22 } 47.23 - img 47.24 { 47.25 - height: 1in; 47.26 - width: 1in; 47.27 + #reference 47.28 + { 47.29 + height: 100px; 47.30 + width: 100px; 47.31 + background-color: #eee; 47.32 } 47.33 </style> 47.34 </head> 47.35 <body> 47.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 47.37 + <p>Test passes if the two squares below are the same color.</p> 47.38 <div id="test">X</div> 47.39 - <div id="reference"> 47.40 - <br /> 47.41 - <img alt="#eee color swatch" src="support/eee_color.png" /> 47.42 - </div> 47.43 + <br /> 47.44 + <div id="reference"></div> 47.45 </body> 47.46 </html> 47.47 \ No newline at end of file
48.1 --- a/approved/css2.1/src/colors/color-029.xht Wed Jan 09 13:58:42 2013 -0800 48.2 +++ b/approved/css2.1/src/colors/color-029.xht Thu Jan 10 12:01:12 2013 -0800 48.3 @@ -3,39 +3,35 @@ 48.4 <head> 48.5 <title>CSS Test: Color set to hex with three digits with the maximum value of #fff</title> 48.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 48.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 48.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 48.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 48.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 48.11 - <link rel="match" href="color-006-ref.xht" /> 48.12 - 48.13 + <link rel="match" href="color-006-ref.xht" /> 48.14 <meta name="flags" content="ahem" /> 48.15 <meta name="assert" content="The 'color' set to '#fff' renders the correct foreground color of an element's text content." /> 48.16 <style type="text/css"> 48.17 body 48.18 { 48.19 background-color: black; 48.20 - } 48.21 - p 48.22 - { 48.23 color: white; 48.24 } 48.25 #test 48.26 { 48.27 color: #fff; 48.28 - font: 1in/1 Ahem; 48.29 + font: 100px/1 Ahem; 48.30 } 48.31 - img 48.32 { 48.33 - height: 1in; 48.34 - width: 1in; 48.35 + #reference 48.36 + { 48.37 + height: 100px; 48.38 + width: 100px; 48.39 + background-color: #fff; 48.40 } 48.41 </style> 48.42 </head> 48.43 <body> 48.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 48.45 + <p>Test passes if the two squares below are the same color.</p> 48.46 <div id="test">X</div> 48.47 - <div id="reference"> 48.48 - <br /> 48.49 - <img alt="#fff color swatch" src="support/fff_color.png" /> 48.50 - </div> 48.51 + <br /> 48.52 + <div id="reference"></div> 48.53 </body> 48.54 </html> 48.55 \ No newline at end of file
49.1 --- a/approved/css2.1/src/colors/color-030.xht Wed Jan 09 13:58:42 2013 -0800 49.2 +++ b/approved/css2.1/src/colors/color-030.xht Thu Jan 10 12:01:12 2013 -0800 49.3 @@ -3,31 +3,30 @@ 49.4 <head> 49.5 <title>CSS Test: Color set to hex with three digits with the maximum plus one value of #1000</title> 49.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 49.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 49.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 49.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 49.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 49.11 - <link rel="match" href="color-002-ref.xht" /> 49.12 - 49.13 + <link rel="match" href="color-002-ref.xht" /> 49.14 <meta name="flags" content="ahem invalid" /> 49.15 <meta name="assert" content="The 'color' set to '#1000' falls back to the initial value and renders the correct foreground color of an element's text content." /> 49.16 <style type="text/css"> 49.17 #test 49.18 { 49.19 color: #1000; 49.20 - font: 1in/1 Ahem; 49.21 + font: 100px/1 Ahem; 49.22 } 49.23 - img 49.24 { 49.25 - height: 1in; 49.26 - width: 1in; 49.27 + #reference 49.28 + { 49.29 + height: 100px; 49.30 + width: 100px; 49.31 + background-color: #000000; 49.32 } 49.33 </style> 49.34 </head> 49.35 <body> 49.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 49.37 + <p>Test passes if the two squares below are the same color.</p> 49.38 <div id="test">X</div> 49.39 - <div id="reference"> 49.40 - <br /> 49.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 49.42 - </div> 49.43 + <br /> 49.44 + <div id="reference"></div> 49.45 </body> 49.46 </html> 49.47 \ No newline at end of file
50.1 --- a/approved/css2.1/src/colors/color-031.xht Wed Jan 09 13:58:42 2013 -0800 50.2 +++ b/approved/css2.1/src/colors/color-031.xht Thu Jan 10 12:01:12 2013 -0800 50.3 @@ -3,31 +3,31 @@ 50.4 <head> 50.5 <title>CSS Test: Color set to hex with three digits with the maximum plus one value of #ggg</title> 50.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 50.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 50.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 50.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 50.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 50.11 - <link rel="match" href="color-002-ref.xht" /> 50.12 - 50.13 + <link rel="match" href="color-002-ref.xht" /> 50.14 + 50.15 <meta name="flags" content="ahem invalid" /> 50.16 <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." /> 50.17 <style type="text/css"> 50.18 #test 50.19 { 50.20 color: #ggg; 50.21 - font: 1in/1 Ahem; 50.22 + font: 100px/1 Ahem; 50.23 } 50.24 - img 50.25 { 50.26 - height: 1in; 50.27 - width: 1in; 50.28 + #reference 50.29 + { 50.30 + height: 100px; 50.31 + width: 100px; 50.32 + background-color: #000000; 50.33 } 50.34 </style> 50.35 </head> 50.36 <body> 50.37 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 50.38 + <p>Test passes if the two squares below are the same color.</p> 50.39 <div id="test">X</div> 50.40 - <div id="reference"> 50.41 - <br /> 50.42 - <img alt="#000 color swatch" src="support/000_color.png" /> 50.43 - </div> 50.44 + <br /> 50.45 + <div id="reference"></div> 50.46 </body> 50.47 </html> 50.48 \ No newline at end of file
51.1 --- a/approved/css2.1/src/colors/color-032-ref.xht Wed Jan 09 13:58:42 2013 -0800 51.2 +++ b/approved/css2.1/src/colors/color-032-ref.xht Thu Jan 10 12:01:12 2013 -0800 51.3 @@ -11,9 +11,9 @@ 51.4 <style type="text/css"><![CDATA[ 51.5 img 51.6 { 51.7 - height: 1in; 51.8 + height: 100px; 51.9 vertical-align: top; 51.10 - width: 1in; 51.11 + width: 100px; 51.12 } 51.13 ]]></style> 51.14 51.15 @@ -21,14 +21,14 @@ 51.16 51.17 <body> 51.18 51.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 51.20 + <p>Test passes if the two squares below are the same color.</p> 51.21 51.22 - <div> 51.23 - <img alt="Image download support must be enabled" src="support/100_color.png" /> 51.24 + <div> 51.25 + <img alt="Image download support must be enabled" src="support/100_color.png" /> 51.26 </div> 51.27 51.28 - <div><br /> 51.29 - <img alt="Image download support must be enabled" src="support/100_color.png" /> 51.30 + <div><br /> 51.31 + <img alt="Image download support must be enabled" src="support/100_color.png" /> 51.32 </div> 51.33 51.34 </body>
52.1 --- a/approved/css2.1/src/colors/color-032.xht Wed Jan 09 13:58:42 2013 -0800 52.2 +++ b/approved/css2.1/src/colors/color-032.xht Thu Jan 10 12:01:12 2013 -0800 52.3 @@ -3,31 +3,30 @@ 52.4 <head> 52.5 <title>CSS Test: Color set to hex with three digits with a red set to minimum plus one value, #100</title> 52.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 52.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 52.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 52.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 52.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 52.11 - <link rel="match" href="color-032-ref.xht" /> 52.12 - 52.13 + <link rel="match" href="color-032-ref.xht" /> 52.14 <meta name="flags" content="ahem" /> 52.15 <meta name="assert" content="The 'color' set to '#100' renders the correct foreground color of an element's text content." /> 52.16 <style type="text/css"> 52.17 #test 52.18 { 52.19 color: #100; 52.20 - font: 1in/1 Ahem; 52.21 + font: 100px/1 Ahem; 52.22 } 52.23 - img 52.24 { 52.25 - height: 1in; 52.26 - width: 1in; 52.27 + #reference 52.28 + { 52.29 + height: 100px; 52.30 + width: 100px; 52.31 + background-color: #100; 52.32 } 52.33 </style> 52.34 </head> 52.35 <body> 52.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 52.37 + <p>Test passes if the two squares below are the same color.</p> 52.38 <div id="test">X</div> 52.39 - <div id="reference"> 52.40 - <br /> 52.41 - <img alt="#100 color swatch" src="support/100_color.png" /> 52.42 - </div> 52.43 + <br /> 52.44 + <div id="reference"></div> 52.45 </body> 52.46 </html> 52.47 \ No newline at end of file
53.1 --- a/approved/css2.1/src/colors/color-033-ref.xht Wed Jan 09 13:58:42 2013 -0800 53.2 +++ b/approved/css2.1/src/colors/color-033-ref.xht Thu Jan 10 12:01:12 2013 -0800 53.3 @@ -11,9 +11,9 @@ 53.4 <style type="text/css"><![CDATA[ 53.5 img 53.6 { 53.7 - height: 1in; 53.8 + height: 100px; 53.9 vertical-align: top; 53.10 - width: 1in; 53.11 + width: 100px; 53.12 } 53.13 ]]></style> 53.14 53.15 @@ -21,14 +21,14 @@ 53.16 53.17 <body> 53.18 53.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 53.20 + <p>Test passes if the two squares below are the same color.</p> 53.21 53.22 - <div> 53.23 - <img alt="Image download support must be enabled" src="support/900_color.png" /> 53.24 + <div> 53.25 + <img alt="Image download support must be enabled" src="support/900_color.png" /> 53.26 </div> 53.27 53.28 - <div><br /> 53.29 - <img alt="Image download support must be enabled" src="support/900_color.png" /> 53.30 + <div><br /> 53.31 + <img alt="Image download support must be enabled" src="support/900_color.png" /> 53.32 </div> 53.33 53.34 </body>
54.1 --- a/approved/css2.1/src/colors/color-033.xht Wed Jan 09 13:58:42 2013 -0800 54.2 +++ b/approved/css2.1/src/colors/color-033.xht Thu Jan 10 12:01:12 2013 -0800 54.3 @@ -3,31 +3,30 @@ 54.4 <head> 54.5 <title>CSS Test: Color set to hex with three digits with a red set to a nominal value, #900</title> 54.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 54.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 54.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 54.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 54.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 54.11 - <link rel="match" href="color-033-ref.xht" /> 54.12 - 54.13 + <link rel="match" href="color-033-ref.xht" /> 54.14 <meta name="flags" content="ahem" /> 54.15 <meta name="assert" content="The 'color' set to '#900' renders the correct foreground color of an element's text content." /> 54.16 <style type="text/css"> 54.17 #test 54.18 { 54.19 color: #900; 54.20 - font: 1in/1 Ahem; 54.21 + font: 100px/1 Ahem; 54.22 } 54.23 - img 54.24 { 54.25 - height: 1in; 54.26 - width: 1in; 54.27 + #reference 54.28 + { 54.29 + height: 100px; 54.30 + width: 100px; 54.31 + background-color: #900; 54.32 } 54.33 </style> 54.34 </head> 54.35 <body> 54.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 54.37 + <p>Test passes if the two squares below are the same color.</p> 54.38 <div id="test">X</div> 54.39 - <div id="reference"> 54.40 - <br /> 54.41 - <img alt="#900 color swatch" src="support/900_color.png" /> 54.42 - </div> 54.43 + <br /> 54.44 + <div id="reference"></div> 54.45 </body> 54.46 </html> 54.47 \ No newline at end of file
55.1 --- a/approved/css2.1/src/colors/color-034-ref.xht Wed Jan 09 13:58:42 2013 -0800 55.2 +++ b/approved/css2.1/src/colors/color-034-ref.xht Thu Jan 10 12:01:12 2013 -0800 55.3 @@ -11,9 +11,9 @@ 55.4 <style type="text/css"><![CDATA[ 55.5 img 55.6 { 55.7 - height: 1in; 55.8 + height: 100px; 55.9 vertical-align: top; 55.10 - width: 1in; 55.11 + width: 100px; 55.12 } 55.13 ]]></style> 55.14 55.15 @@ -21,14 +21,14 @@ 55.16 55.17 <body> 55.18 55.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 55.20 + <p>Test passes if the two squares below are the same color.</p> 55.21 55.22 - <div> 55.23 - <img alt="Image download support must be enabled" src="support/e00_color.png" /> 55.24 + <div> 55.25 + <img alt="Image download support must be enabled" src="support/e00_color.png" /> 55.26 </div> 55.27 55.28 - <div><br /> 55.29 - <img alt="Image download support must be enabled" src="support/e00_color.png" /> 55.30 + <div><br /> 55.31 + <img alt="Image download support must be enabled" src="support/e00_color.png" /> 55.32 </div> 55.33 55.34 </body>
56.1 --- a/approved/css2.1/src/colors/color-034.xht Wed Jan 09 13:58:42 2013 -0800 56.2 +++ b/approved/css2.1/src/colors/color-034.xht Thu Jan 10 12:01:12 2013 -0800 56.3 @@ -3,31 +3,30 @@ 56.4 <head> 56.5 <title>CSS Test: Color set to hex with three digits with a red set to maximum minus one value, #e00</title> 56.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 56.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 56.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 56.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 56.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 56.11 - <link rel="match" href="color-034-ref.xht" /> 56.12 - 56.13 + <link rel="match" href="color-034-ref.xht" /> 56.14 <meta name="flags" content="ahem" /> 56.15 <meta name="assert" content="The 'color' set to '#e00' renders the correct foreground color of an element's text content." /> 56.16 <style type="text/css"> 56.17 #test 56.18 { 56.19 color: #e00; 56.20 - font: 1in/1 Ahem; 56.21 + font: 100px/1 Ahem; 56.22 } 56.23 - img 56.24 { 56.25 - height: 1in; 56.26 - width: 1in; 56.27 + #reference 56.28 + { 56.29 + height: 100px; 56.30 + width: 100px; 56.31 + background-color: #e00; 56.32 } 56.33 </style> 56.34 </head> 56.35 <body> 56.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 56.37 + <p>Test passes if the two squares below are the same color.</p> 56.38 <div id="test">X</div> 56.39 - <div id="reference"> 56.40 - <br /> 56.41 - <img alt="#e00 color swatch" src="support/e00_color.png" /> 56.42 - </div> 56.43 + <br /> 56.44 + <div id="reference"></div> 56.45 </body> 56.46 </html> 56.47 \ No newline at end of file
57.1 --- a/approved/css2.1/src/colors/color-035.xht Wed Jan 09 13:58:42 2013 -0800 57.2 +++ b/approved/css2.1/src/colors/color-035.xht Thu Jan 10 12:01:12 2013 -0800 57.3 @@ -3,31 +3,30 @@ 57.4 <head> 57.5 <title>CSS Test: Color set to hex with three digits with a red set to the maximum value, #f00</title> 57.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 57.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 57.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 57.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 57.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 57.11 - <link rel="match" href="color-012-ref.xht" /> 57.12 - 57.13 + <link rel="match" href="color-012-ref.xht" /> 57.14 <meta name="flags" content="ahem" /> 57.15 <meta name="assert" content="The 'color' set to '#f00' renders the correct foreground color of an element's text content." /> 57.16 <style type="text/css"> 57.17 #test 57.18 { 57.19 color: #f00; 57.20 - font: 1in/1 Ahem; 57.21 + font: 100px/1 Ahem; 57.22 } 57.23 - img 57.24 { 57.25 - height: 1in; 57.26 - width: 1in; 57.27 + #reference 57.28 + { 57.29 + height: 100px; 57.30 + width: 100px; 57.31 + background-color: #ff0000; 57.32 } 57.33 </style> 57.34 </head> 57.35 <body> 57.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 57.37 + <p>Test passes if the two squares below are the same color.</p> 57.38 <div id="test">X</div> 57.39 - <div id="reference"> 57.40 - <br /> 57.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 57.42 - </div> 57.43 + <br /> 57.44 + <div id="reference"></div> 57.45 </body> 57.46 </html> 57.47 \ No newline at end of file
58.1 --- a/approved/css2.1/src/colors/color-036.xht Wed Jan 09 13:58:42 2013 -0800 58.2 +++ b/approved/css2.1/src/colors/color-036.xht Thu Jan 10 12:01:12 2013 -0800 58.3 @@ -3,31 +3,30 @@ 58.4 <head> 58.5 <title>CSS Test: Color set to hex with three digits with a red set to the maximum plus one value, #g00</title> 58.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 58.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 58.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 58.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 58.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 58.11 - <link rel="match" href="color-002-ref.xht" /> 58.12 - 58.13 + <link rel="match" href="color-002-ref.xht" /> 58.14 <meta name="flags" content="ahem invalid" /> 58.15 <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." /> 58.16 <style type="text/css"> 58.17 #test 58.18 { 58.19 color: #g00; 58.20 - font: 1in/1 Ahem; 58.21 + font: 100px/1 Ahem; 58.22 } 58.23 - img 58.24 { 58.25 - height: 1in; 58.26 - width: 1in; 58.27 + #reference 58.28 + { 58.29 + height: 100px; 58.30 + width: 100px; 58.31 + background-color: #000000; 58.32 } 58.33 </style> 58.34 </head> 58.35 <body> 58.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 58.37 + <p>Test passes if the two squares below are the same color.</p> 58.38 <div id="test">X</div> 58.39 - <div id="reference"> 58.40 - <br /> 58.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 58.42 - </div> 58.43 + <br /> 58.44 + <div id="reference"></div> 58.45 </body> 58.46 </html> 58.47 \ No newline at end of file
59.1 --- a/approved/css2.1/src/colors/color-037-ref.xht Wed Jan 09 13:58:42 2013 -0800 59.2 +++ b/approved/css2.1/src/colors/color-037-ref.xht Thu Jan 10 12:01:12 2013 -0800 59.3 @@ -11,9 +11,9 @@ 59.4 <style type="text/css"><![CDATA[ 59.5 img 59.6 { 59.7 - height: 1in; 59.8 + height: 100px; 59.9 vertical-align: top; 59.10 - width: 1in; 59.11 + width: 100px; 59.12 } 59.13 ]]></style> 59.14 59.15 @@ -21,14 +21,14 @@ 59.16 59.17 <body> 59.18 59.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 59.20 + <p>Test passes if the two squares below are the same color.</p> 59.21 59.22 - <div> 59.23 - <img alt="Image download support must be enabled" src="support/010_color.png" /> 59.24 + <div> 59.25 + <img alt="Image download support must be enabled" src="support/010_color.png" /> 59.26 </div> 59.27 59.28 - <div><br /> 59.29 - <img alt="Image download support must be enabled" src="support/010_color.png" /> 59.30 + <div><br /> 59.31 + <img alt="Image download support must be enabled" src="support/010_color.png" /> 59.32 </div> 59.33 59.34 </body>
60.1 --- a/approved/css2.1/src/colors/color-037.xht Wed Jan 09 13:58:42 2013 -0800 60.2 +++ b/approved/css2.1/src/colors/color-037.xht Thu Jan 10 12:01:12 2013 -0800 60.3 @@ -3,31 +3,30 @@ 60.4 <head> 60.5 <title>CSS Test: Color set to hex with three digits with a green set to minimum plus one value, #010</title> 60.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 60.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 60.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 60.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 60.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 60.11 - <link rel="match" href="color-037-ref.xht" /> 60.12 - 60.13 + <link rel="match" href="color-037-ref.xht" /> 60.14 <meta name="flags" content="ahem" /> 60.15 <meta name="assert" content="The 'color' set to '#010' renders the correct foreground color of an element's text content." /> 60.16 <style type="text/css"> 60.17 #test 60.18 { 60.19 color: #010; 60.20 - font: 1in/1 Ahem; 60.21 + font: 100px/1 Ahem; 60.22 } 60.23 - img 60.24 { 60.25 - height: 1in; 60.26 - width: 1in; 60.27 + #reference 60.28 + { 60.29 + height: 100px; 60.30 + width: 100px; 60.31 + background-color: #010; 60.32 } 60.33 </style> 60.34 </head> 60.35 <body> 60.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 60.37 + <p>Test passes if the two squares below are the same color.</p> 60.38 <div id="test">X</div> 60.39 - <div id="reference"> 60.40 - <br /> 60.41 - <img alt="#010 color swatch" src="support/010_color.png" /> 60.42 - </div> 60.43 + <br /> 60.44 + <div id="reference"></div> 60.45 </body> 60.46 </html> 60.47 \ No newline at end of file
61.1 --- a/approved/css2.1/src/colors/color-038.xht Wed Jan 09 13:58:42 2013 -0800 61.2 +++ b/approved/css2.1/src/colors/color-038.xht Thu Jan 10 12:01:12 2013 -0800 61.3 @@ -3,31 +3,30 @@ 61.4 <head> 61.5 <title>CSS Test: Color set to hex with three digits with a green set to a nominal value, #090</title> 61.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 61.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 61.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 61.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 61.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 61.11 - <link rel="match" href="color-015-ref.xht" /> 61.12 - 61.13 + <link rel="match" href="color-015-ref.xht" /> 61.14 <meta name="flags" content="ahem" /> 61.15 <meta name="assert" content="The 'color' set to '#090' renders the correct foreground color of an element's text content." /> 61.16 <style type="text/css"> 61.17 #test 61.18 { 61.19 color: #090; 61.20 - font: 1in/1 Ahem; 61.21 + font: 100px/1 Ahem; 61.22 } 61.23 - img 61.24 { 61.25 - height: 1in; 61.26 - width: 1in; 61.27 + #reference 61.28 + { 61.29 + height: 100px; 61.30 + width: 100px; 61.31 + background-color: #090; 61.32 } 61.33 </style> 61.34 </head> 61.35 <body> 61.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 61.37 + <p>Test passes if the two squares below are the same color.</p> 61.38 <div id="test">X</div> 61.39 - <div id="reference"> 61.40 - <br /> 61.41 - <img alt="#090 color swatch" src="support/090_color.png" /> 61.42 - </div> 61.43 + <br /> 61.44 + <div id="reference"></div> 61.45 </body> 61.46 </html> 61.47 \ No newline at end of file
62.1 --- a/approved/css2.1/src/colors/color-039-ref.xht Wed Jan 09 13:58:42 2013 -0800 62.2 +++ b/approved/css2.1/src/colors/color-039-ref.xht Thu Jan 10 12:01:12 2013 -0800 62.3 @@ -11,9 +11,9 @@ 62.4 <style type="text/css"><![CDATA[ 62.5 img 62.6 { 62.7 - height: 1in; 62.8 + height: 100px; 62.9 vertical-align: top; 62.10 - width: 1in; 62.11 + width: 100px; 62.12 } 62.13 ]]></style> 62.14 62.15 @@ -21,14 +21,14 @@ 62.16 62.17 <body> 62.18 62.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 62.20 + <p>Test passes if the two squares below are the same color.</p> 62.21 62.22 - <div> 62.23 - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> 62.24 + <div> 62.25 + <img alt="Image download support must be enabled" src="support/0e0_color.png" /> 62.26 </div> 62.27 62.28 - <div><br /> 62.29 - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> 62.30 + <div><br /> 62.31 + <img alt="Image download support must be enabled" src="support/0e0_color.png" /> 62.32 </div> 62.33 62.34 </body>
63.1 --- a/approved/css2.1/src/colors/color-039.xht Wed Jan 09 13:58:42 2013 -0800 63.2 +++ b/approved/css2.1/src/colors/color-039.xht Thu Jan 10 12:01:12 2013 -0800 63.3 @@ -3,31 +3,30 @@ 63.4 <head> 63.5 <title>CSS Test: Color set to hex with three digits with a green set to maximum minus one value, #0e0</title> 63.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 63.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 63.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 63.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 63.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 63.11 - <link rel="match" href="color-039-ref.xht" /> 63.12 - 63.13 + <link rel="match" href="color-039-ref.xht" /> 63.14 <meta name="flags" content="ahem" /> 63.15 <meta name="assert" content="The 'color' set to '#0e0' renders the correct foreground color of an element's text content." /> 63.16 <style type="text/css"> 63.17 #test 63.18 { 63.19 color: #0e0; 63.20 - font: 1in/1 Ahem; 63.21 + font: 100px/1 Ahem; 63.22 } 63.23 - img 63.24 { 63.25 - height: 1in; 63.26 - width: 1in; 63.27 + #reference 63.28 + { 63.29 + height: 100px; 63.30 + width: 100px; 63.31 + background-color: #0e0; 63.32 } 63.33 </style> 63.34 </head> 63.35 <body> 63.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 63.37 + <p>Test passes if the two squares below are the same color.</p> 63.38 <div id="test">X</div> 63.39 - <div id="reference"> 63.40 - <br /> 63.41 - <img alt="#0e0 color swatch" src="support/0e0_color.png" /> 63.42 - </div> 63.43 + <br /> 63.44 + <div id="reference"></div> 63.45 </body> 63.46 </html> 63.47 \ No newline at end of file
64.1 --- a/approved/css2.1/src/colors/color-040.xht Wed Jan 09 13:58:42 2013 -0800 64.2 +++ b/approved/css2.1/src/colors/color-040.xht Thu Jan 10 12:01:12 2013 -0800 64.3 @@ -3,31 +3,30 @@ 64.4 <head> 64.5 <title>CSS Test: Color set to hex with three digits with a green set to the maximum value, #0f0</title> 64.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 64.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 64.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 64.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 64.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 64.11 - <link rel="match" href="color-017-ref.xht" /> 64.12 - 64.13 + <link rel="match" href="color-017-ref.xht" /> 64.14 <meta name="flags" content="ahem" /> 64.15 <meta name="assert" content="The 'color' set to '#0f0' renders the correct foreground color of an element's text content." /> 64.16 <style type="text/css"> 64.17 #test 64.18 { 64.19 color: #0f0; 64.20 - font: 1in/1 Ahem; 64.21 + font: 100px/1 Ahem; 64.22 } 64.23 - img 64.24 { 64.25 - height: 1in; 64.26 - width: 1in; 64.27 + #reference 64.28 + { 64.29 + height: 100px; 64.30 + width: 100px; 64.31 + background-color: #0f0; 64.32 } 64.33 </style> 64.34 </head> 64.35 <body> 64.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 64.37 + <p>Test passes if the two squares below are the same color.</p> 64.38 <div id="test">X</div> 64.39 - <div id="reference"> 64.40 - <br /> 64.41 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 64.42 - </div> 64.43 + <br /> 64.44 + <div id="reference"></div> 64.45 </body> 64.46 </html> 64.47 \ No newline at end of file
65.1 --- a/approved/css2.1/src/colors/color-041.xht Wed Jan 09 13:58:42 2013 -0800 65.2 +++ b/approved/css2.1/src/colors/color-041.xht Thu Jan 10 12:01:12 2013 -0800 65.3 @@ -3,32 +3,30 @@ 65.4 <head> 65.5 <title>CSS Test: Color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> 65.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 65.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 65.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 65.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 65.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 65.11 - <link rel="match" href="color-002-ref.xht" /> 65.12 - 65.13 + <link rel="match" href="color-002-ref.xht" /> 65.14 <meta name="flags" content="ahem invalid" /> 65.15 <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." /> 65.16 <style type="text/css"> 65.17 #test 65.18 { 65.19 color: #0g0; 65.20 - font: 1in/1 Ahem; 65.21 + font: 100px/1 Ahem; 65.22 } 65.23 - img 65.24 + #reference 65.25 { 65.26 - height: 1in; 65.27 - width: 1in; 65.28 + height: 100px; 65.29 + width: 100px; 65.30 + background-color: #000000; 65.31 } 65.32 </style> 65.33 </head> 65.34 <body> 65.35 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 65.36 + <p>Test passes if the two squares below are the same color.</p> 65.37 <div id="test">X</div> 65.38 - <div id="reference"> 65.39 - <br /> 65.40 - <img alt="#000 color swatch" src="support/000_color.png" /> 65.41 - </div> 65.42 + <br /> 65.43 + <div id="reference"></div> 65.44 </body> 65.45 </html> 65.46 \ No newline at end of file
66.1 --- a/approved/css2.1/src/colors/color-042-ref.xht Wed Jan 09 13:58:42 2013 -0800 66.2 +++ b/approved/css2.1/src/colors/color-042-ref.xht Thu Jan 10 12:01:12 2013 -0800 66.3 @@ -11,9 +11,9 @@ 66.4 <style type="text/css"><![CDATA[ 66.5 img 66.6 { 66.7 - height: 1in; 66.8 + height: 100px; 66.9 vertical-align: top; 66.10 - width: 1in; 66.11 + width: 100px; 66.12 } 66.13 ]]></style> 66.14 66.15 @@ -21,14 +21,14 @@ 66.16 66.17 <body> 66.18 66.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 66.20 + <p>Test passes if the two squares below are the same color.</p> 66.21 66.22 - <div> 66.23 - <img alt="Image download support must be enabled" src="support/001_color.png" /> 66.24 + <div> 66.25 + <img alt="Image download support must be enabled" src="support/001_color.png" /> 66.26 </div> 66.27 66.28 - <div><br /> 66.29 - <img alt="Image download support must be enabled" src="support/001_color.png" /> 66.30 + <div><br /> 66.31 + <img alt="Image download support must be enabled" src="support/001_color.png" /> 66.32 </div> 66.33 66.34 </body>
67.1 --- a/approved/css2.1/src/colors/color-042.xht Wed Jan 09 13:58:42 2013 -0800 67.2 +++ b/approved/css2.1/src/colors/color-042.xht Thu Jan 10 12:01:12 2013 -0800 67.3 @@ -3,31 +3,30 @@ 67.4 <head> 67.5 <title>CSS Test: Color set to hex with three digits with a blue set to minimum plus one value, #001</title> 67.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 67.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 67.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 67.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 67.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 67.11 - <link rel="match" href="color-042-ref.xht" /> 67.12 - 67.13 + <link rel="match" href="color-042-ref.xht" /> 67.14 <meta name="flags" content="ahem" /> 67.15 <meta name="assert" content="The 'color' set to '#001' renders the correct foreground color of an element's text content." /> 67.16 <style type="text/css"> 67.17 #test 67.18 { 67.19 color: #001; 67.20 - font: 1in/1 Ahem; 67.21 + font: 100px/1 Ahem; 67.22 } 67.23 - img 67.24 { 67.25 - height: 1in; 67.26 - width: 1in; 67.27 + #reference 67.28 + { 67.29 + height: 100px; 67.30 + width: 100px; 67.31 + background-color: #001; 67.32 } 67.33 </style> 67.34 </head> 67.35 <body> 67.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 67.37 + <p>Test passes if the two squares below are the same color.</p> 67.38 <div id="test">X</div> 67.39 - <div id="reference"> 67.40 - <br /> 67.41 - <img alt="#001 color swatch" src="support/001_color.png" /> 67.42 - </div> 67.43 + <br /> 67.44 + <div id="reference"></div> 67.45 </body> 67.46 </html> 67.47 \ No newline at end of file
68.1 --- a/approved/css2.1/src/colors/color-043.xht Wed Jan 09 13:58:42 2013 -0800 68.2 +++ b/approved/css2.1/src/colors/color-043.xht Thu Jan 10 12:01:12 2013 -0800 68.3 @@ -3,31 +3,30 @@ 68.4 <head> 68.5 <title>CSS Test: Color set to hex with three digits with a blue set to a nominal value, #009</title> 68.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 68.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 68.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 68.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 68.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 68.11 - <link rel="match" href="color-020-ref.xht" /> 68.12 - 68.13 + <link rel="match" href="color-020-ref.xht" /> 68.14 <meta name="flags" content="ahem" /> 68.15 <meta name="assert" content="The 'color' set to '#009' renders the correct foreground color of an element's text content." /> 68.16 <style type="text/css"> 68.17 #test 68.18 { 68.19 color: #009; 68.20 - font: 1in/1 Ahem; 68.21 + font: 100px/1 Ahem; 68.22 } 68.23 - img 68.24 { 68.25 - height: 1in; 68.26 - width: 1in; 68.27 + #reference 68.28 + { 68.29 + height: 100px; 68.30 + width: 100px; 68.31 + background-color: #009; 68.32 } 68.33 </style> 68.34 </head> 68.35 <body> 68.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 68.37 + <p>Test passes if the two squares below are the same color.</p> 68.38 <div id="test">X</div> 68.39 - <div id="reference"> 68.40 - <br /> 68.41 - <img alt="#009 color swatch" src="support/009_color.png" /> 68.42 - </div> 68.43 + <br /> 68.44 + <div id="reference"></div> 68.45 </body> 68.46 </html> 68.47 \ No newline at end of file
69.1 --- a/approved/css2.1/src/colors/color-044-ref.xht Wed Jan 09 13:58:42 2013 -0800 69.2 +++ b/approved/css2.1/src/colors/color-044-ref.xht Thu Jan 10 12:01:12 2013 -0800 69.3 @@ -11,9 +11,9 @@ 69.4 <style type="text/css"><![CDATA[ 69.5 img 69.6 { 69.7 - height: 1in; 69.8 + height: 100px; 69.9 vertical-align: top; 69.10 - width: 1in; 69.11 + width: 100px; 69.12 } 69.13 ]]></style> 69.14 69.15 @@ -21,14 +21,14 @@ 69.16 69.17 <body> 69.18 69.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 69.20 + <p>Test passes if the two squares below are the same color.</p> 69.21 69.22 - <div> 69.23 - <img alt="Image download support must be enabled" src="support/00e_color.png" /> 69.24 + <div> 69.25 + <img alt="Image download support must be enabled" src="support/00e_color.png" /> 69.26 </div> 69.27 69.28 - <div><br /> 69.29 - <img alt="Image download support must be enabled" src="support/00e_color.png" /> 69.30 + <div><br /> 69.31 + <img alt="Image download support must be enabled" src="support/00e_color.png" /> 69.32 </div> 69.33 69.34 </body>
70.1 --- a/approved/css2.1/src/colors/color-044.xht Wed Jan 09 13:58:42 2013 -0800 70.2 +++ b/approved/css2.1/src/colors/color-044.xht Thu Jan 10 12:01:12 2013 -0800 70.3 @@ -3,31 +3,30 @@ 70.4 <head> 70.5 <title>CSS Test: Color set to hex with three digits with a blue set to maximum minus one value, #00e</title> 70.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 70.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 70.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 70.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 70.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 70.11 - <link rel="match" href="color-044-ref.xht" /> 70.12 - 70.13 + <link rel="match" href="color-044-ref.xht" /> 70.14 <meta name="flags" content="ahem" /> 70.15 <meta name="assert" content="The 'color' set to '#00e' renders the correct foreground color of an element's text content." /> 70.16 <style type="text/css"> 70.17 #test 70.18 { 70.19 color: #00e; 70.20 - font: 1in/1 Ahem; 70.21 + font: 100px/1 Ahem; 70.22 } 70.23 - img 70.24 { 70.25 - height: 1in; 70.26 - width: 1in; 70.27 + #reference 70.28 + { 70.29 + height: 100px; 70.30 + width: 100px; 70.31 + background-color: #00e; 70.32 } 70.33 </style> 70.34 </head> 70.35 <body> 70.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 70.37 + <p>Test passes if the two squares below are the same color.</p> 70.38 <div id="test">X</div> 70.39 - <div id="reference"> 70.40 - <br /> 70.41 - <img alt="#00e color swatch" src="support/00e_color.png" /> 70.42 - </div> 70.43 + <br /> 70.44 + <div id="reference"></div> 70.45 </body> 70.46 </html> 70.47 \ No newline at end of file
71.1 --- a/approved/css2.1/src/colors/color-045.xht Wed Jan 09 13:58:42 2013 -0800 71.2 +++ b/approved/css2.1/src/colors/color-045.xht Thu Jan 10 12:01:12 2013 -0800 71.3 @@ -3,31 +3,30 @@ 71.4 <head> 71.5 <title>CSS Test: Color set to hex with three digits with a blue set to the maximum value, #00f</title> 71.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 71.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 71.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 71.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 71.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 71.11 - <link rel="match" href="color-022-ref.xht" /> 71.12 - 71.13 + <link rel="match" href="color-022-ref.xht" /> 71.14 <meta name="flags" content="ahem" /> 71.15 <meta name="assert" content="The 'color' set to '#00f' renders the correct foreground color of an element's text content." /> 71.16 <style type="text/css"> 71.17 #test 71.18 { 71.19 color: #00f; 71.20 - font: 1in/1 Ahem; 71.21 + font: 100px/1 Ahem; 71.22 } 71.23 - img 71.24 { 71.25 - height: 1in; 71.26 - width: 1in; 71.27 + #reference 71.28 + { 71.29 + height: 100px; 71.30 + width: 100px; 71.31 + background-color: #00f; 71.32 } 71.33 </style> 71.34 </head> 71.35 <body> 71.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 71.37 + <p>Test passes if the two squares below are the same color.</p> 71.38 <div id="test">X</div> 71.39 - <div id="reference"> 71.40 - <br /> 71.41 - <img alt="#00f color swatch" src="support/00f_color.png" /> 71.42 - </div> 71.43 + <br /> 71.44 + <div id="reference"></div> 71.45 </body> 71.46 </html> 71.47 \ No newline at end of file
72.1 --- a/approved/css2.1/src/colors/color-046.xht Wed Jan 09 13:58:42 2013 -0800 72.2 +++ b/approved/css2.1/src/colors/color-046.xht Thu Jan 10 12:01:12 2013 -0800 72.3 @@ -3,31 +3,30 @@ 72.4 <head> 72.5 <title>CSS Test: Color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> 72.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 72.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 72.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 72.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 72.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 72.11 - <link rel="match" href="color-002-ref.xht" /> 72.12 - 72.13 + <link rel="match" href="color-002-ref.xht" /> 72.14 <meta name="flags" content="ahem invalid" /> 72.15 <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." /> 72.16 <style type="text/css"> 72.17 #test 72.18 { 72.19 color: #00g; 72.20 - font: 1in/1 Ahem; 72.21 + font: 100px/1 Ahem; 72.22 } 72.23 - img 72.24 { 72.25 - height: 1in; 72.26 - width: 1in; 72.27 + #reference 72.28 + { 72.29 + height: 100px; 72.30 + width: 100px; 72.31 + background-color: #000000; 72.32 } 72.33 </style> 72.34 </head> 72.35 <body> 72.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 72.37 + <p>Test passes if the two squares below are the same color.</p> 72.38 <div id="test">X</div> 72.39 - <div id="reference"> 72.40 - <br /> 72.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 72.42 - </div> 72.43 + <br /> 72.44 + <div id="reference"></div> 72.45 </body> 72.46 </html> 72.47 \ No newline at end of file
73.1 --- a/approved/css2.1/src/colors/color-047.xht Wed Jan 09 13:58:42 2013 -0800 73.2 +++ b/approved/css2.1/src/colors/color-047.xht Thu Jan 10 12:01:12 2013 -0800 73.3 @@ -3,31 +3,30 @@ 73.4 <head> 73.5 <title>CSS Test: Color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> 73.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 73.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 73.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 73.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 73.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 73.11 - <link rel="match" href="color-002-ref.xht" /> 73.12 - 73.13 + <link rel="match" href="color-002-ref.xht" /> 73.14 <meta name="flags" content="ahem invalid" /> 73.15 <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." /> 73.16 <style type="text/css"> 73.17 #test 73.18 { 73.19 color: rgb(-1%, -1%, -1%); 73.20 - font: 1in/1 Ahem; 73.21 + font: 100px/1 Ahem; 73.22 } 73.23 - img 73.24 { 73.25 - height: 1in; 73.26 - width: 1in; 73.27 + #reference 73.28 + { 73.29 + height: 100px; 73.30 + width: 100px; 73.31 + background-color: #000000; 73.32 } 73.33 </style> 73.34 </head> 73.35 <body> 73.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 73.37 + <p>Test passes if the two squares below are the same color.</p> 73.38 <div id="test">X</div> 73.39 - <div id="reference"> 73.40 - <br /> 73.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 73.42 - </div> 73.43 + <br /> 73.44 + <div id="reference"></div> 73.45 </body> 73.46 </html> 73.47 \ No newline at end of file
74.1 --- a/approved/css2.1/src/colors/color-048.xht Wed Jan 09 13:58:42 2013 -0800 74.2 +++ b/approved/css2.1/src/colors/color-048.xht Thu Jan 10 12:01:12 2013 -0800 74.3 @@ -3,31 +3,30 @@ 74.4 <head> 74.5 <title>CSS Test: Color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> 74.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 74.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 74.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 74.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 74.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 74.11 - <link rel="match" href="color-002-ref.xht" /> 74.12 - 74.13 + <link rel="match" href="color-002-ref.xht" /> 74.14 <meta name="flags" content="ahem" /> 74.15 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> 74.16 <style type="text/css"> 74.17 #test 74.18 { 74.19 color: rgb(0%, 0%, 0%); 74.20 - font: 1in/1 Ahem; 74.21 + font: 100px/1 Ahem; 74.22 } 74.23 - img 74.24 { 74.25 - height: 1in; 74.26 - width: 1in; 74.27 + #reference 74.28 + { 74.29 + height: 100px; 74.30 + width: 100px; 74.31 + background-color: #000000; 74.32 } 74.33 </style> 74.34 </head> 74.35 <body> 74.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 74.37 + <p>Test passes if the two squares below are the same color.</p> 74.38 <div id="test">X</div> 74.39 - <div id="reference"> 74.40 - <br /> 74.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 74.42 - </div> 74.43 + <br /> 74.44 + <div id="reference"></div> 74.45 </body> 74.46 </html> 74.47 \ No newline at end of file
75.1 --- a/approved/css2.1/src/colors/color-049.xht Wed Jan 09 13:58:42 2013 -0800 75.2 +++ b/approved/css2.1/src/colors/color-049.xht Thu Jan 10 12:01:12 2013 -0800 75.3 @@ -3,18 +3,13 @@ 75.4 <head> 75.5 <title>CSS Test: Color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> 75.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 75.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 75.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 75.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 75.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 75.11 <link rel="match" href="color-049-ref.xht"/> 75.12 <meta name="flags" content="ahem" /> 75.13 <meta name="assert" content="The 'color' set to 'rgb(1%, 1%, 1%)' renders the correct foreground color of an element's text content." /> 75.14 <style type="text/css"> 75.15 - div 75.16 - { 75.17 - height: 100px; 75.18 - width: 100px; 75.19 - } 75.20 #test 75.21 { 75.22 color: rgb(1%, 1%, 1%); 75.23 @@ -22,6 +17,8 @@ 75.24 } 75.25 #reference 75.26 { 75.27 + height: 100px; 75.28 + width: 100px; 75.29 background-color: rgb(1%, 1%, 1%); 75.30 margin-top: 10px; 75.31 }
76.1 --- a/approved/css2.1/src/colors/color-050.xht Wed Jan 09 13:58:42 2013 -0800 76.2 +++ b/approved/css2.1/src/colors/color-050.xht Thu Jan 10 12:01:12 2013 -0800 76.3 @@ -3,31 +3,30 @@ 76.4 <head> 76.5 <title>CSS Test: Color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> 76.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 76.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 76.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 76.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 76.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 76.11 - <link rel="match" href="color-002-ref.xht" /> 76.12 - 76.13 + <link rel="match" href="color-002-ref.xht" /> 76.14 <meta name="flags" content="ahem" /> 76.15 <meta name="assert" content="The 'color' set to 'rgb(-0%, -0%, -0%)' renders the correct foreground color of an element's text content." /> 76.16 <style type="text/css"> 76.17 #test 76.18 { 76.19 color: rgb(-0%, -0%, -0%); 76.20 - font: 1in/1 Ahem; 76.21 + font: 100px/1 Ahem; 76.22 } 76.23 - img 76.24 { 76.25 - height: 1in; 76.26 - width: 1in; 76.27 + #reference 76.28 + { 76.29 + height: 100px; 76.30 + width: 100px; 76.31 + background-color: #000000; 76.32 } 76.33 </style> 76.34 </head> 76.35 <body> 76.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 76.37 + <p>Test passes if the two squares below are the same color.</p> 76.38 <div id="test">X</div> 76.39 - <div id="reference"> 76.40 - <br /> 76.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 76.42 - </div> 76.43 + <br /> 76.44 + <div id="reference"></div> 76.45 </body> 76.46 </html> 76.47 \ No newline at end of file
77.1 --- a/approved/css2.1/src/colors/color-051.xht Wed Jan 09 13:58:42 2013 -0800 77.2 +++ b/approved/css2.1/src/colors/color-051.xht Thu Jan 10 12:01:12 2013 -0800 77.3 @@ -3,31 +3,30 @@ 77.4 <head> 77.5 <title>CSS Test: Color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> 77.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 77.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 77.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 77.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 77.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 77.11 - <link rel="match" href="color-002-ref.xht" /> 77.12 - 77.13 + <link rel="match" href="color-002-ref.xht" /> 77.14 <meta name="flags" content="ahem" /> 77.15 <meta name="assert" content="The 'color' set to 'rgb(+0%, +0%, +0%)' renders the correct foreground color of an element's text content." /> 77.16 <style type="text/css"> 77.17 #test 77.18 { 77.19 color: rgb(+0%, +0%, +0%); 77.20 - font: 1in/1 Ahem; 77.21 + font: 100px/1 Ahem; 77.22 } 77.23 - img 77.24 { 77.25 - height: 1in; 77.26 - width: 1in; 77.27 + #reference 77.28 + { 77.29 + height: 100px; 77.30 + width: 100px; 77.31 + background-color: #000000; 77.32 } 77.33 </style> 77.34 </head> 77.35 <body> 77.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 77.37 + <p>Test passes if the two squares below are the same color.</p> 77.38 <div id="test">X</div> 77.39 - <div id="reference"> 77.40 - <br /> 77.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 77.42 - </div> 77.43 + <br /> 77.44 + <div id="reference"></div> 77.45 </body> 77.46 </html> 77.47 \ No newline at end of file
78.1 --- a/approved/css2.1/src/colors/color-052.xht Wed Jan 09 13:58:42 2013 -0800 78.2 +++ b/approved/css2.1/src/colors/color-052.xht Thu Jan 10 12:01:12 2013 -0800 78.3 @@ -3,25 +3,22 @@ 78.4 <head> 78.5 <title>CSS Test: Color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)</title> 78.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 78.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 78.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 78.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 78.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 78.11 <link rel="match" href="color-052-ref.xht"/> 78.12 <meta name="flags" content="ahem" /> 78.13 <meta name="assert" content="The 'color' set to 'rgb(50%, 50%, 50%)' renders the correct foreground color of an element's text content." /> 78.14 <style type="text/css"> 78.15 - div 78.16 - { 78.17 - height: 100px; 78.18 - width: 100px; 78.19 - } 78.20 - #test 78.21 + #test 78.22 { 78.23 color: rgb(50%, 50%, 50%); 78.24 font: 100px/1 Ahem; 78.25 } 78.26 #reference 78.27 { 78.28 + height: 100px; 78.29 + width: 100px; 78.30 background-color: rgb(50%, 50%, 50%); 78.31 margin-top: 10px; 78.32 }
79.1 --- a/approved/css2.1/src/colors/color-053.xht Wed Jan 09 13:58:42 2013 -0800 79.2 +++ b/approved/css2.1/src/colors/color-053.xht Thu Jan 10 12:01:12 2013 -0800 79.3 @@ -3,18 +3,13 @@ 79.4 <head> 79.5 <title>CSS Test: Color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)</title> 79.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 79.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 79.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 79.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 79.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 79.11 <link rel="match" href="color-052-ref.xht"/> 79.12 <meta name="flags" content="ahem" /> 79.13 <meta name="assert" content="The 'color' set to 'rgb(+50%, +50%, +50%)' renders the correct foreground color of an element's text content." /> 79.14 <style type="text/css"> 79.15 - div 79.16 - { 79.17 - height: 100px; 79.18 - width: 100px; 79.19 - } 79.20 #test 79.21 { 79.22 color: rgb(+50%, +50%, +50%); 79.23 @@ -22,6 +17,8 @@ 79.24 } 79.25 #reference 79.26 { 79.27 + height: 100px; 79.28 + width: 100px; 79.29 background-color: rgb(50%, 50%, 50%); 79.30 margin-top: 10px; 79.31 }
80.1 --- a/approved/css2.1/src/colors/color-054-ref.xht Wed Jan 09 13:58:42 2013 -0800 80.2 +++ b/approved/css2.1/src/colors/color-054-ref.xht Thu Jan 10 12:01:12 2013 -0800 80.3 @@ -8,9 +8,6 @@ 80.4 body 80.5 { 80.6 background-color: black; 80.7 - } 80.8 - p 80.9 - { 80.10 color: white; 80.11 } 80.12 div
81.1 --- a/approved/css2.1/src/colors/color-054.xht Wed Jan 09 13:58:42 2013 -0800 81.2 +++ b/approved/css2.1/src/colors/color-054.xht Thu Jan 10 12:01:12 2013 -0800 81.3 @@ -11,28 +11,22 @@ 81.4 <meta name="assert" content="The 'color' set to 'rgb(99%, 99%, 99%)' renders the correct foreground color of an element's text content." /> 81.5 <style type="text/css"> 81.6 body 81.7 - { 81.8 - background-color: black; 81.9 - } 81.10 - p 81.11 - { 81.12 - color: white; 81.13 - } 81.14 - div 81.15 - { 81.16 - height: 100px; 81.17 - width: 100px; 81.18 - } 81.19 + { 81.20 + background-color: black; 81.21 + color: white; 81.22 + } 81.23 #test 81.24 - { 81.25 - color: rgb(99%, 99%, 99%); 81.26 - font: 100px/1 Ahem; 81.27 - } 81.28 + { 81.29 + color: rgb(99%, 99%, 99%); 81.30 + font: 100px/1 Ahem; 81.31 + } 81.32 #reference 81.33 - { 81.34 - background-color: rgb(99%, 99%, 99%); 81.35 - margin-top: 10px; 81.36 - } 81.37 + { 81.38 + height: 100px; 81.39 + width: 100px; 81.40 + background-color: rgb(99%, 99%, 99%); 81.41 + margin-top: 10px; 81.42 + } 81.43 </style> 81.44 </head> 81.45 <body>
82.1 --- a/approved/css2.1/src/colors/color-055.xht Wed Jan 09 13:58:42 2013 -0800 82.2 +++ b/approved/css2.1/src/colors/color-055.xht Thu Jan 10 12:01:12 2013 -0800 82.3 @@ -3,39 +3,35 @@ 82.4 <head> 82.5 <title>CSS Test: Color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> 82.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 82.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 82.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 82.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 82.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 82.11 - <link rel="match" href="color-006-ref.xht" /> 82.12 - 82.13 + <link rel="match" href="color-006-ref.xht" /> 82.14 <meta name="flags" content="ahem" /> 82.15 <meta name="assert" content="The 'color' set to 'rgb(100%, 100%, 100%)' renders the correct foreground color of an element's text content." /> 82.16 <style type="text/css"> 82.17 body 82.18 { 82.19 background-color: black; 82.20 - } 82.21 - p 82.22 - { 82.23 color: white; 82.24 } 82.25 #test 82.26 { 82.27 color: rgb(100%, 100%, 100%); 82.28 - font: 1in/1 Ahem; 82.29 + font: 100px/1 Ahem; 82.30 } 82.31 - img 82.32 { 82.33 - height: 1in; 82.34 - width: 1in; 82.35 + #reference 82.36 + { 82.37 + height: 100px; 82.38 + width: 100px; 82.39 + background-color: #ffffff; 82.40 } 82.41 </style> 82.42 </head> 82.43 <body> 82.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 82.45 + <p>Test passes if the two squares below are the same color.</p> 82.46 <div id="test">X</div> 82.47 - <div id="reference"> 82.48 - <br /> 82.49 - <img alt="#fff color swatch" src="support/fff_color.png" /> 82.50 - </div> 82.51 + <br /> 82.52 + <div id="reference"></div> 82.53 </body> 82.54 </html> 82.55 \ No newline at end of file
83.1 --- a/approved/css2.1/src/colors/color-056.xht Wed Jan 09 13:58:42 2013 -0800 83.2 +++ b/approved/css2.1/src/colors/color-056.xht Thu Jan 10 12:01:12 2013 -0800 83.3 @@ -3,39 +3,35 @@ 83.4 <head> 83.5 <title>CSS Test: Color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> 83.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 83.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 83.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 83.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 83.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 83.11 - <link rel="match" href="color-006-ref.xht" /> 83.12 - 83.13 + <link rel="match" href="color-006-ref.xht" /> 83.14 <meta name="flags" content="ahem" /> 83.15 <meta name="assert" content="The 'color' set to 'rgb(+100%, +100%, +100%)' renders the correct foreground color of an element's text content." /> 83.16 <style type="text/css"> 83.17 body 83.18 { 83.19 background-color: black; 83.20 - } 83.21 - p 83.22 - { 83.23 color: white; 83.24 } 83.25 #test 83.26 { 83.27 color: rgb(+100%, +100%, +100%); 83.28 - font: 1in/1 Ahem; 83.29 + font: 100px/1 Ahem; 83.30 } 83.31 - img 83.32 { 83.33 - height: 1in; 83.34 - width: 1in; 83.35 + #reference 83.36 + { 83.37 + height: 100px; 83.38 + width: 100px; 83.39 + background-color: #ffffff; 83.40 } 83.41 </style> 83.42 </head> 83.43 <body> 83.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 83.45 + <p>Test passes if the two squares below are the same color.</p> 83.46 <div id="test">X</div> 83.47 - <div id="reference"> 83.48 - <br /> 83.49 - <img alt="#fff color swatch" src="support/fff_color.png" /> 83.50 - </div> 83.51 + <br /> 83.52 + <div id="reference"></div> 83.53 </body> 83.54 </html> 83.55 \ No newline at end of file
84.1 --- a/approved/css2.1/src/colors/color-057.xht Wed Jan 09 13:58:42 2013 -0800 84.2 +++ b/approved/css2.1/src/colors/color-057.xht Thu Jan 10 12:01:12 2013 -0800 84.3 @@ -3,39 +3,35 @@ 84.4 <head> 84.5 <title>CSS Test: Color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> 84.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 84.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 84.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 84.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 84.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 84.11 - <link rel="match" href="color-006-ref.xht" /> 84.12 - 84.13 + <link rel="match" href="color-006-ref.xht" /> 84.14 <meta name="flags" content="ahem invalid" /> 84.15 <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." /> 84.16 <style type="text/css"> 84.17 body 84.18 { 84.19 background-color: black; 84.20 - } 84.21 - p 84.22 - { 84.23 color: white; 84.24 } 84.25 #test 84.26 { 84.27 color: rgb(101%, 101%, 101%); 84.28 - font: 1in/1 Ahem; 84.29 + font: 100px/1 Ahem; 84.30 } 84.31 - img 84.32 { 84.33 - height: 1in; 84.34 - width: 1in; 84.35 + #reference 84.36 + { 84.37 + height: 100px; 84.38 + width: 100px; 84.39 + background-color: #ffffff; 84.40 } 84.41 </style> 84.42 </head> 84.43 <body> 84.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 84.45 + <p>Test passes if the two squares below are the same color.</p> 84.46 <div id="test">X</div> 84.47 - <div id="reference"> 84.48 - <br /> 84.49 - <img alt="#fff color swatch" src="support/fff_color.png" /> 84.50 - </div> 84.51 + <br /> 84.52 + <div id="reference"></div> 84.53 </body> 84.54 </html> 84.55 \ No newline at end of file
85.1 --- a/approved/css2.1/src/colors/color-058.xht Wed Jan 09 13:58:42 2013 -0800 85.2 +++ b/approved/css2.1/src/colors/color-058.xht Thu Jan 10 12:01:12 2013 -0800 85.3 @@ -3,31 +3,30 @@ 85.4 <head> 85.5 <title>CSS Test: Color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> 85.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 85.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 85.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 85.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 85.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 85.11 - <link rel="match" href="color-002-ref.xht" /> 85.12 - 85.13 + <link rel="match" href="color-002-ref.xht" /> 85.14 <meta name="flags" content="ahem invalid" /> 85.15 <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." /> 85.16 <style type="text/css"> 85.17 #test 85.18 { 85.19 color: rgb(-1, -1, -1); 85.20 - font: 1in/1 Ahem; 85.21 + font: 100px/1 Ahem; 85.22 } 85.23 - img 85.24 { 85.25 - height: 1in; 85.26 - width: 1in; 85.27 + #reference 85.28 + { 85.29 + height: 100px; 85.30 + width: 100px; 85.31 + background-color: #000000; 85.32 } 85.33 </style> 85.34 </head> 85.35 <body> 85.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 85.37 + <p>Test passes if the two squares below are the same color.</p> 85.38 <div id="test">X</div> 85.39 - <div id="reference"> 85.40 - <br /> 85.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 85.42 - </div> 85.43 + <br /> 85.44 + <div id="reference"></div> 85.45 </body> 85.46 </html> 85.47 \ No newline at end of file
86.1 --- a/approved/css2.1/src/colors/color-059.xht Wed Jan 09 13:58:42 2013 -0800 86.2 +++ b/approved/css2.1/src/colors/color-059.xht Thu Jan 10 12:01:12 2013 -0800 86.3 @@ -3,31 +3,30 @@ 86.4 <head> 86.5 <title>CSS Test: Color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> 86.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 86.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 86.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 86.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 86.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 86.11 - <link rel="match" href="color-002-ref.xht" /> 86.12 - 86.13 + <link rel="match" href="color-002-ref.xht" /> 86.14 <meta name="flags" content="ahem" /> 86.15 <meta name="assert" content="The 'color' set to 'rgb(0, 0, 0)' renders the correct foreground color of an element's text content." /> 86.16 <style type="text/css"> 86.17 #test 86.18 { 86.19 color: rgb(0, 0, 0); 86.20 - font: 1in/1 Ahem; 86.21 + font: 100px/1 Ahem; 86.22 } 86.23 - img 86.24 { 86.25 - height: 1in; 86.26 - width: 1in; 86.27 + #reference 86.28 + { 86.29 + height: 100px; 86.30 + width: 100px; 86.31 + background-color: #000000; 86.32 } 86.33 </style> 86.34 </head> 86.35 <body> 86.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 86.37 + <p>Test passes if the two squares below are the same color.</p> 86.38 <div id="test">X</div> 86.39 - <div id="reference"> 86.40 - <br /> 86.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 86.42 - </div> 86.43 + <br /> 86.44 + <div id="reference"></div> 86.45 </body> 86.46 </html> 86.47 \ No newline at end of file
87.1 --- a/approved/css2.1/src/colors/color-060.xht Wed Jan 09 13:58:42 2013 -0800 87.2 +++ b/approved/css2.1/src/colors/color-060.xht Thu Jan 10 12:01:12 2013 -0800 87.3 @@ -3,31 +3,30 @@ 87.4 <head> 87.5 <title>CSS Test: Color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> 87.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 87.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 87.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 87.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 87.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 87.11 - <link rel="match" href="color-003-ref.xht" /> 87.12 - 87.13 + <link rel="match" href="color-003-ref.xht" /> 87.14 <meta name="flags" content="ahem" /> 87.15 <meta name="assert" content="The 'color' set to 'rgb(1, 1, 1)' renders the correct foreground color of an element's text content." /> 87.16 <style type="text/css"> 87.17 #test 87.18 { 87.19 color: rgb(1, 1, 1); 87.20 - font: 1in/1 Ahem; 87.21 + font: 100px/1 Ahem; 87.22 } 87.23 - img 87.24 { 87.25 - height: 1in; 87.26 - width: 1in; 87.27 + #reference 87.28 + { 87.29 + height: 100px; 87.30 + width: 100px; 87.31 + background-color: #010101; 87.32 } 87.33 </style> 87.34 </head> 87.35 <body> 87.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 87.37 + <p>Test passes if the two squares below are the same color.</p> 87.38 <div id="test">X</div> 87.39 - <div id="reference"> 87.40 - <br /> 87.41 - <img alt="#010101 color swatch" src="support/010101_color.png" /> 87.42 - </div> 87.43 + <br /> 87.44 + <div id="reference"></div> 87.45 </body> 87.46 </html> 87.47 \ No newline at end of file
88.1 --- a/approved/css2.1/src/colors/color-061.xht Wed Jan 09 13:58:42 2013 -0800 88.2 +++ b/approved/css2.1/src/colors/color-061.xht Thu Jan 10 12:01:12 2013 -0800 88.3 @@ -3,31 +3,30 @@ 88.4 <head> 88.5 <title>CSS Test: Color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> 88.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 88.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 88.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 88.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 88.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 88.11 - <link rel="match" href="color-002-ref.xht" /> 88.12 - 88.13 + <link rel="match" href="color-002-ref.xht" /> 88.14 <meta name="flags" content="ahem" /> 88.15 <meta name="assert" content="The 'color' set to 'rgb(-0, -0, -0)' renders the correct foreground color of an element's text content." /> 88.16 <style type="text/css"> 88.17 #test 88.18 { 88.19 color: rgb(-0, -0, -0); 88.20 - font: 1in/1 Ahem; 88.21 + font: 100px/1 Ahem; 88.22 } 88.23 - img 88.24 { 88.25 - height: 1in; 88.26 - width: 1in; 88.27 + #reference 88.28 + { 88.29 + height: 100px; 88.30 + width: 100px; 88.31 + background-color: #000000; 88.32 } 88.33 </style> 88.34 </head> 88.35 <body> 88.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 88.37 + <p>Test passes if the two squares below are the same color.</p> 88.38 <div id="test">X</div> 88.39 - <div id="reference"> 88.40 - <br /> 88.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 88.42 - </div> 88.43 + <br /> 88.44 + <div id="reference"></div> 88.45 </body> 88.46 </html> 88.47 \ No newline at end of file
89.1 --- a/approved/css2.1/src/colors/color-062.xht Wed Jan 09 13:58:42 2013 -0800 89.2 +++ b/approved/css2.1/src/colors/color-062.xht Thu Jan 10 12:01:12 2013 -0800 89.3 @@ -3,31 +3,30 @@ 89.4 <head> 89.5 <title>CSS Test: Color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> 89.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 89.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 89.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 89.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 89.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 89.11 - <link rel="match" href="color-002-ref.xht" /> 89.12 - 89.13 + <link rel="match" href="color-002-ref.xht" /> 89.14 <meta name="flags" content="ahem" /> 89.15 <meta name="assert" content="The 'color' set to 'rgb(+0, +0, +0)' renders the correct foreground color of an element's text content." /> 89.16 <style type="text/css"> 89.17 #test 89.18 { 89.19 color: rgb(+0, +0, +0); 89.20 - font: 1in/1 Ahem; 89.21 + font: 100px/1 Ahem; 89.22 } 89.23 - img 89.24 { 89.25 - height: 1in; 89.26 - width: 1in; 89.27 + #reference 89.28 + { 89.29 + height: 100px; 89.30 + width: 100px; 89.31 + background-color: #000000; 89.32 } 89.33 </style> 89.34 </head> 89.35 <body> 89.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 89.37 + <p>Test passes if the two squares below are the same color.</p> 89.38 <div id="test">X</div> 89.39 - <div id="reference"> 89.40 - <br /> 89.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 89.42 - </div> 89.43 + <br /> 89.44 + <div id="reference"></div> 89.45 </body> 89.46 </html> 89.47 \ No newline at end of file
90.1 --- a/approved/css2.1/src/colors/color-063-ref.xht Wed Jan 09 13:58:42 2013 -0800 90.2 +++ b/approved/css2.1/src/colors/color-063-ref.xht Thu Jan 10 12:01:12 2013 -0800 90.3 @@ -11,9 +11,9 @@ 90.4 <style type="text/css"><![CDATA[ 90.5 img 90.6 { 90.7 - height: 1in; 90.8 - vertical-align: top; 90.9 - width: 1in; 90.10 + height: 100px; 90.11 + vertical-align: top; 90.12 + width: 100px; 90.13 } 90.14 ]]></style> 90.15 90.16 @@ -21,14 +21,14 @@ 90.17 90.18 <body> 90.19 90.20 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 90.21 + <p>Test passes if the two squares below are the same color.</p> 90.22 90.23 - <div> 90.24 - <img alt="Image download support must be enabled" src="support/808080_color.png" /> 90.25 + <div> 90.26 + <img alt="Image download support must be enabled" src="support/808080_color.png" /> 90.27 </div> 90.28 90.29 - <div><br /> 90.30 - <img alt="Image download support must be enabled" src="support/808080_color.png" /> 90.31 + <div><br /> 90.32 + <img alt="Image download support must be enabled" src="support/808080_color.png" /> 90.33 </div> 90.34 90.35 </body>
91.1 --- a/approved/css2.1/src/colors/color-063.xht Wed Jan 09 13:58:42 2013 -0800 91.2 +++ b/approved/css2.1/src/colors/color-063.xht Thu Jan 10 12:01:12 2013 -0800 91.3 @@ -3,31 +3,30 @@ 91.4 <head> 91.5 <title>CSS Test: Color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> 91.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 91.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 91.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 91.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 91.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 91.11 - <link rel="match" href="color-063-ref.xht" /> 91.12 - 91.13 + <link rel="match" href="color-063-ref.xht" /> 91.14 <meta name="flags" content="ahem" /> 91.15 <meta name="assert" content="The 'color' set to 'rgb(128, 128, 128)' renders the correct foreground color of an element's text content." /> 91.16 <style type="text/css"> 91.17 #test 91.18 { 91.19 color: rgb(128, 128, 128); 91.20 - font: 1in/1 Ahem; 91.21 + font: 100px/1 Ahem; 91.22 } 91.23 - img 91.24 { 91.25 - height: 1in; 91.26 - width: 1in; 91.27 + #reference 91.28 + { 91.29 + height: 100px; 91.30 + width: 100px; 91.31 + background-color: rgb(128, 128, 128); 91.32 } 91.33 </style> 91.34 </head> 91.35 <body> 91.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 91.37 + <p>Test passes if the two squares below are the same color.</p> 91.38 <div id="test">X</div> 91.39 - <div id="reference"> 91.40 - <br /> 91.41 - <img alt="#808080 color swatch" src="support/808080_color.png" /> 91.42 - </div> 91.43 + <br /> 91.44 + <div id="reference"></div> 91.45 </body> 91.46 </html> 91.47 \ No newline at end of file
92.1 --- a/approved/css2.1/src/colors/color-064.xht Wed Jan 09 13:58:42 2013 -0800 92.2 +++ b/approved/css2.1/src/colors/color-064.xht Thu Jan 10 12:01:12 2013 -0800 92.3 @@ -3,31 +3,30 @@ 92.4 <head> 92.5 <title>CSS Test: Color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> 92.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 92.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 92.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 92.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 92.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 92.11 - <link rel="match" href="color-063-ref.xht" /> 92.12 - 92.13 + <link rel="match" href="color-063-ref.xht" /> 92.14 <meta name="flags" content="ahem" /> 92.15 <meta name="assert" content="The 'color' set to 'rgb(+128, +128, +128)' renders the correct foreground color of an element's text content." /> 92.16 <style type="text/css"> 92.17 #test 92.18 { 92.19 color: rgb(+128, +128, +128); 92.20 - font: 1in/1 Ahem; 92.21 + font: 100px/1 Ahem; 92.22 } 92.23 - img 92.24 { 92.25 - height: 1in; 92.26 - width: 1in; 92.27 + #reference 92.28 + { 92.29 + height: 100px; 92.30 + width: 100px; 92.31 + background-color: rgb(128, 128, 128); 92.32 } 92.33 </style> 92.34 </head> 92.35 <body> 92.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 92.37 + <p>Test passes if the two squares below are the same color.</p> 92.38 <div id="test">X</div> 92.39 -<div id="reference"> 92.40 - <br /> 92.41 - <img alt="#808080 color swatch" src="support/808080_color.png" /> 92.42 - </div> 92.43 + <br /> 92.44 + <div id="reference"></div> 92.45 </body> 92.46 </html> 92.47 \ No newline at end of file
93.1 --- a/approved/css2.1/src/colors/color-065.xht Wed Jan 09 13:58:42 2013 -0800 93.2 +++ b/approved/css2.1/src/colors/color-065.xht Thu Jan 10 12:01:12 2013 -0800 93.3 @@ -3,39 +3,35 @@ 93.4 <head> 93.5 <title>CSS Test: Color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> 93.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 93.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 93.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 93.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 93.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 93.11 - <link rel="match" href="color-005-ref.xht" /> 93.12 - 93.13 + <link rel="match" href="color-005-ref.xht" /> 93.14 <meta name="flags" content="ahem" /> 93.15 <meta name="assert" content="The 'color' set to 'rgb(254, 254, 254)' renders the correct foreground color of an element's text content." /> 93.16 <style type="text/css"> 93.17 body 93.18 { 93.19 background-color: black; 93.20 - } 93.21 - p 93.22 - { 93.23 color: white; 93.24 } 93.25 #test 93.26 { 93.27 color: rgb(254, 254, 254); 93.28 - font: 1in/1 Ahem; 93.29 + font: 100px/1 Ahem; 93.30 } 93.31 - img 93.32 { 93.33 - height: 1in; 93.34 - width: 1in; 93.35 + #reference 93.36 + { 93.37 + height: 100px; 93.38 + width: 100px; 93.39 + background-color: #fefefe; 93.40 } 93.41 </style> 93.42 </head> 93.43 <body> 93.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 93.45 + <p>Test passes if the two squares below are the same color.</p> 93.46 <div id="test">X</div> 93.47 - <div id="reference"> 93.48 - <br /> 93.49 - <img alt="#fefefe color swatch" src="support/fefefe_color.png" /> 93.50 - </div> 93.51 + <br /> 93.52 + <div id="reference"></div> 93.53 </body> 93.54 </html> 93.55 \ No newline at end of file
94.1 --- a/approved/css2.1/src/colors/color-066.xht Wed Jan 09 13:58:42 2013 -0800 94.2 +++ b/approved/css2.1/src/colors/color-066.xht Thu Jan 10 12:01:12 2013 -0800 94.3 @@ -3,38 +3,35 @@ 94.4 <head> 94.5 <title>CSS Test: Color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> 94.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 94.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 94.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 94.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 94.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 94.11 - <link rel="match" href="color-006-ref.xht" /> 94.12 - 94.13 + <link rel="match" href="color-006-ref.xht" /> 94.14 <meta name="flags" content="ahem" /> 94.15 <meta name="assert" content="The 'color' set to 'rgb(255, 255, 255)' renders the correct foreground color of an element's text content." /> 94.16 <style type="text/css"> 94.17 body 94.18 { 94.19 background-color: black; 94.20 - } 94.21 - p 94.22 - { 94.23 color: white; 94.24 } 94.25 #test 94.26 { 94.27 color: rgb(255, 255, 255); 94.28 - font: 1in/1 Ahem; 94.29 + font: 100px/1 Ahem; 94.30 } 94.31 - img 94.32 { 94.33 - height: 1in; 94.34 - width: 1in; 94.35 + #reference 94.36 + { 94.37 + height: 100px; 94.38 + width: 100px; 94.39 + background-color: #ffffff; 94.40 } 94.41 </style> 94.42 </head> 94.43 <body> 94.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 94.45 + <p>Test passes if the two squares below are the same color.</p> 94.46 <div id="test">X</div> 94.47 - <div id="reference"> 94.48 - <br /> 94.49 - <img alt="#fff color swatch" src="support/fff_color.png" /> 94.50 - </div> 94.51 </body> 94.52 + <br /> 94.53 + <div id="reference"></div> 94.54 + </body> 94.55 </html> 94.56 \ No newline at end of file
95.1 --- a/approved/css2.1/src/colors/color-067.xht Wed Jan 09 13:58:42 2013 -0800 95.2 +++ b/approved/css2.1/src/colors/color-067.xht Thu Jan 10 12:01:12 2013 -0800 95.3 @@ -3,39 +3,35 @@ 95.4 <head> 95.5 <title>CSS Test: Color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> 95.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 95.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 95.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 95.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 95.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 95.11 - <link rel="match" href="color-006-ref.xht" /> 95.12 - 95.13 + <link rel="match" href="color-006-ref.xht" /> 95.14 <meta name="flags" content="ahem" /> 95.15 <meta name="assert" content="The 'color' set to 'rgb(+255, +255, +255)' renders the correct foreground color of an element's text content." /> 95.16 <style type="text/css"> 95.17 body 95.18 { 95.19 background-color: black; 95.20 - } 95.21 - p 95.22 - { 95.23 color: white; 95.24 } 95.25 #test 95.26 { 95.27 color: rgb(+255, +255, +255); 95.28 - font: 1in/1 Ahem; 95.29 + font: 100px/1 Ahem; 95.30 } 95.31 - img 95.32 { 95.33 - height: 1in; 95.34 - width: 1in; 95.35 + #reference 95.36 + { 95.37 + height: 100px; 95.38 + width: 100px; 95.39 + background-color: #ffffff; 95.40 } 95.41 </style> 95.42 </head> 95.43 <body> 95.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 95.45 + <p>Test passes if the two squares below are the same color.</p> 95.46 <div id="test">X</div> 95.47 - <div id="reference"> 95.48 - <br /> 95.49 - <img alt="#fff color swatch" src="support/fff_color.png" /> 95.50 - </div> 95.51 + <br /> 95.52 + <div id="reference"></div> 95.53 </body> 95.54 </html> 95.55 \ No newline at end of file
96.1 --- a/approved/css2.1/src/colors/color-068.xht Wed Jan 09 13:58:42 2013 -0800 96.2 +++ b/approved/css2.1/src/colors/color-068.xht Thu Jan 10 12:01:12 2013 -0800 96.3 @@ -3,39 +3,35 @@ 96.4 <head> 96.5 <title>CSS Test: Color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> 96.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 96.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 96.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 96.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 96.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 96.11 - <link rel="match" href="color-006-ref.xht" /> 96.12 - 96.13 + <link rel="match" href="color-006-ref.xht" /> 96.14 <meta name="flags" content="ahem invalid" /> 96.15 <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." /> 96.16 <style type="text/css"> 96.17 body 96.18 { 96.19 background-color: black; 96.20 - } 96.21 - p 96.22 - { 96.23 color: white; 96.24 } 96.25 #test 96.26 { 96.27 color: rgb(256, 256, 256); 96.28 - font: 1in/1 Ahem; 96.29 + font: 100px/1 Ahem; 96.30 } 96.31 - img 96.32 { 96.33 - height: 1in; 96.34 - width: 1in; 96.35 + #reference 96.36 + { 96.37 + height: 100px; 96.38 + width: 100px; 96.39 + background-color: #ffffff; 96.40 } 96.41 </style> 96.42 </head> 96.43 <body> 96.44 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 96.45 + <p>Test passes if the two squares below are the same color.</p> 96.46 <div id="test">X</div> 96.47 - <div id="reference"> 96.48 - <br /> 96.49 - <img alt="#fff color swatch" src="support/fff_color.png" /> 96.50 - </div> 96.51 + <br /> 96.52 + <div id="reference"></div> 96.53 </body> 96.54 </html> 96.55 \ No newline at end of file
97.1 --- a/approved/css2.1/src/colors/color-069.xht Wed Jan 09 13:58:42 2013 -0800 97.2 +++ b/approved/css2.1/src/colors/color-069.xht Thu Jan 10 12:01:12 2013 -0800 97.3 @@ -3,31 +3,30 @@ 97.4 <head> 97.5 <title>CSS Test: Color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> 97.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 97.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 97.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 97.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 97.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 97.11 - <link rel="match" href="color-002-ref.xht" /> 97.12 - 97.13 + <link rel="match" href="color-002-ref.xht" /> 97.14 <meta name="flags" content="ahem invalid" /> 97.15 <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." /> 97.16 <style type="text/css"> 97.17 #test 97.18 { 97.19 color: rgb(-1%, 0%, 0%); 97.20 - font: 1in/1 Ahem; 97.21 + font: 100px/1 Ahem; 97.22 } 97.23 - img 97.24 { 97.25 - height: 1in; 97.26 - width: 1in; 97.27 + #reference 97.28 + { 97.29 + height: 100px; 97.30 + width: 100px; 97.31 + background-color: #000000; 97.32 } 97.33 </style> 97.34 </head> 97.35 <body> 97.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 97.37 + <p>Test passes if the two squares below are the same color.</p> 97.38 <div id="test">X</div> 97.39 - <div id="reference"> 97.40 - <br /> 97.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 97.42 - </div> 97.43 + <br /> 97.44 + <div id="reference"></div> 97.45 </body> 97.46 </html> 97.47 \ No newline at end of file
98.1 --- a/approved/css2.1/src/colors/color-070.xht Wed Jan 09 13:58:42 2013 -0800 98.2 +++ b/approved/css2.1/src/colors/color-070.xht Thu Jan 10 12:01:12 2013 -0800 98.3 @@ -3,7 +3,7 @@ 98.4 <head> 98.5 <title>CSS Test: Color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> 98.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 98.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 98.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 98.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 98.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 98.11 <link rel="match" href="color-070-ref.xht"/>
99.1 --- a/approved/css2.1/src/colors/color-071.xht Wed Jan 09 13:58:42 2013 -0800 99.2 +++ b/approved/css2.1/src/colors/color-071.xht Thu Jan 10 12:01:12 2013 -0800 99.3 @@ -3,31 +3,30 @@ 99.4 <head> 99.5 <title>CSS Test: Color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> 99.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 99.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 99.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 99.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 99.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 99.11 - <link rel="match" href="color-002-ref.xht" /> 99.12 - 99.13 + <link rel="match" href="color-002-ref.xht" /> 99.14 <meta name="flags" content="ahem" /> 99.15 <meta name="assert" content="The 'color' set to 'rgb(-0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> 99.16 <style type="text/css"> 99.17 #test 99.18 { 99.19 color: rgb(-0%, 0%, 0%); 99.20 - font: 1in/1 Ahem; 99.21 + font: 100px/1 Ahem; 99.22 } 99.23 - img 99.24 { 99.25 - height: 1in; 99.26 - width: 1in; 99.27 + #reference 99.28 + { 99.29 + height: 100px; 99.30 + width: 100px; 99.31 + background-color: #000000; 99.32 } 99.33 </style> 99.34 </head> 99.35 <body> 99.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 99.37 + <p>Test passes if the two squares below are the same color.</p> 99.38 <div id="test">X</div> 99.39 - <div id="reference"> 99.40 - <br /> 99.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 99.42 - </div> 99.43 + <br /> 99.44 + <div id="reference"></div> 99.45 </body> 99.46 </html> 99.47 \ No newline at end of file
100.1 --- a/approved/css2.1/src/colors/color-072.xht Wed Jan 09 13:58:42 2013 -0800 100.2 +++ b/approved/css2.1/src/colors/color-072.xht Thu Jan 10 12:01:12 2013 -0800 100.3 @@ -7,28 +7,26 @@ 100.4 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 100.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 100.6 <link rel="match" href="color-002-ref.xht" /> 100.7 - 100.8 <meta name="flags" content="ahem" /> 100.9 <meta name="assert" content="The 'color' set to 'rgb(+0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> 100.10 <style type="text/css"> 100.11 #test 100.12 { 100.13 color: rgb(+0%, 0%, 0%); 100.14 - font: 1in/1 Ahem; 100.15 + font: 100px/1 Ahem; 100.16 } 100.17 - img 100.18 + #reference 100.19 { 100.20 - height: 1in; 100.21 - width: 1in; 100.22 + height: 100px; 100.23 + width: 100px; 100.24 + background-color: #000000; 100.25 } 100.26 </style> 100.27 </head> 100.28 <body> 100.29 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 100.30 + <p>Test passes if the two squares below are the same color.</p> 100.31 <div id="test">X</div> 100.32 - <div id="reference"> 100.33 - <br /> 100.34 - <img alt="#000 color swatch" src="support/000_color.png" /> 100.35 - </div> 100.36 + <br /> 100.37 + <div id="reference"></div> 100.38 </body> 100.39 </html> 100.40 \ No newline at end of file
101.1 --- a/approved/css2.1/src/colors/color-073.xht Wed Jan 09 13:58:42 2013 -0800 101.2 +++ b/approved/css2.1/src/colors/color-073.xht Thu Jan 10 12:01:12 2013 -0800 101.3 @@ -3,7 +3,7 @@ 101.4 <head> 101.5 <title>CSS Test: Color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)</title> 101.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 101.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 101.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 101.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 101.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 101.11 <link rel="match" href="color-073-ref.xht"/>
102.1 --- a/approved/css2.1/src/colors/color-074.xht Wed Jan 09 13:58:42 2013 -0800 102.2 +++ b/approved/css2.1/src/colors/color-074.xht Thu Jan 10 12:01:12 2013 -0800 102.3 @@ -3,7 +3,7 @@ 102.4 <head> 102.5 <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> 102.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 102.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 102.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 102.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 102.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 102.11 <link rel="match" href="color-073-ref.xht"/>
103.1 --- a/approved/css2.1/src/colors/color-075.xht Wed Jan 09 13:58:42 2013 -0800 103.2 +++ b/approved/css2.1/src/colors/color-075.xht Thu Jan 10 12:01:12 2013 -0800 103.3 @@ -3,7 +3,7 @@ 103.4 <head> 103.5 <title>CSS Test: Color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> 103.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 103.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 103.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 103.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 103.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 103.11 <link rel="match" href="color-075-ref.xht"/>
104.1 --- a/approved/css2.1/src/colors/color-076.xht Wed Jan 09 13:58:42 2013 -0800 104.2 +++ b/approved/css2.1/src/colors/color-076.xht Thu Jan 10 12:01:12 2013 -0800 104.3 @@ -3,31 +3,30 @@ 104.4 <head> 104.5 <title>CSS Test: Color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> 104.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 104.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 104.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 104.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 104.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 104.11 - <link rel="match" href="color-012-ref.xht" /> 104.12 - 104.13 + <link rel="match" href="color-012-ref.xht" /> 104.14 <meta name="flags" content="ahem" /> 104.15 <meta name="assert" content="The 'color' set to 'rgb(100%, 0%, 0%)' renders the correct foreground color of an element's text content." /> 104.16 <style type="text/css"> 104.17 #test 104.18 { 104.19 color: rgb(100%, 0%, 0%); 104.20 - font: 1in/1 Ahem; 104.21 + font: 100px/1 Ahem; 104.22 } 104.23 - img 104.24 { 104.25 - height: 1in; 104.26 - width: 1in; 104.27 + #reference 104.28 + { 104.29 + height: 100px; 104.30 + width: 100px; 104.31 + background-color: #ff0000; 104.32 } 104.33 </style> 104.34 </head> 104.35 <body> 104.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 104.37 + <p>Test passes if the two squares below are the same color.</p> 104.38 <div id="test">X</div> 104.39 - <div id="reference"> 104.40 - <br /> 104.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 104.42 - </div> 104.43 + <br /> 104.44 + <div id="reference"></div> 104.45 </body> 104.46 </html> 104.47 \ No newline at end of file
105.1 --- a/approved/css2.1/src/colors/color-077.xht Wed Jan 09 13:58:42 2013 -0800 105.2 +++ b/approved/css2.1/src/colors/color-077.xht Thu Jan 10 12:01:12 2013 -0800 105.3 @@ -3,31 +3,30 @@ 105.4 <head> 105.5 <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> 105.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 105.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 105.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 105.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 105.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 105.11 - <link rel="match" href="color-012-ref.xht" /> 105.12 - 105.13 + <link rel="match" href="color-012-ref.xht" /> 105.14 <meta name="flags" content="ahem" /> 105.15 <meta name="assert" content="The 'color' set to 'rgb(+100%, 0%, 0%)' renders the correct foreground color of an element's text content." /> 105.16 <style type="text/css"> 105.17 #test 105.18 { 105.19 color: rgb(+100%, 0%, 0%); 105.20 - font: 1in/1 Ahem; 105.21 + font: 100px/1 Ahem; 105.22 } 105.23 - img 105.24 { 105.25 - height: 1in; 105.26 - width: 1in; 105.27 + #reference 105.28 + { 105.29 + height: 100px; 105.30 + width: 100px; 105.31 + background-color: #ff0000; 105.32 } 105.33 </style> 105.34 </head> 105.35 <body> 105.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 105.37 + <p>Test passes if the two squares below are the same color.</p> 105.38 <div id="test">X</div> 105.39 - <div id="reference"> 105.40 - <br /> 105.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 105.42 - </div> 105.43 + <br /> 105.44 + <div id="reference"></div> 105.45 </body> 105.46 </html> 105.47 \ No newline at end of file
106.1 --- a/approved/css2.1/src/colors/color-078.xht Wed Jan 09 13:58:42 2013 -0800 106.2 +++ b/approved/css2.1/src/colors/color-078.xht Thu Jan 10 12:01:12 2013 -0800 106.3 @@ -3,31 +3,30 @@ 106.4 <head> 106.5 <title>CSS Test: Color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> 106.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 106.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 106.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 106.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 106.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 106.11 - <link rel="match" href="color-012-ref.xht" /> 106.12 - 106.13 + <link rel="match" href="color-012-ref.xht" /> 106.14 <meta name="flags" content="ahem invalid" /> 106.15 <meta name="assert" content="The 'color' set to 'rgb(101%, 0%, 0%)' renders the correct foreground color of an element's text content." /> 106.16 <style type="text/css"> 106.17 #test 106.18 { 106.19 color: rgb(101%, 0%, 0%); 106.20 - font: 1in/1 Ahem; 106.21 + font: 100px/1 Ahem; 106.22 } 106.23 - img 106.24 { 106.25 - height: 1in; 106.26 - width: 1in; 106.27 + #reference 106.28 + { 106.29 + height: 100px; 106.30 + width: 100px; 106.31 + background-color: #ff0000; 106.32 } 106.33 </style> 106.34 </head> 106.35 <body> 106.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 106.37 + <p>Test passes if the two squares below are the same color.</p> 106.38 <div id="test">X</div> 106.39 - <div id="reference"> 106.40 - <br /> 106.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 106.42 - </div> 106.43 + <br /> 106.44 + <div id="reference"></div> 106.45 </body> 106.46 </html> 106.47 \ No newline at end of file
107.1 --- a/approved/css2.1/src/colors/color-079.xht Wed Jan 09 13:58:42 2013 -0800 107.2 +++ b/approved/css2.1/src/colors/color-079.xht Thu Jan 10 12:01:12 2013 -0800 107.3 @@ -3,31 +3,30 @@ 107.4 <head> 107.5 <title>CSS Test: Color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> 107.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 107.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 107.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 107.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 107.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 107.11 - <link rel="match" href="color-002-ref.xht" /> 107.12 - 107.13 + <link rel="match" href="color-002-ref.xht" /> 107.14 <meta name="flags" content="ahem invalid" /> 107.15 <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." /> 107.16 <style type="text/css"> 107.17 #test 107.18 { 107.19 color: rgb(-1, 0, 0); 107.20 - font: 1in/1 Ahem; 107.21 + font: 100px/1 Ahem; 107.22 } 107.23 - img 107.24 { 107.25 - height: 1in; 107.26 - width: 1in; 107.27 + #reference 107.28 + { 107.29 + height: 100px; 107.30 + width: 100px; 107.31 + background-color: #000000; 107.32 } 107.33 </style> 107.34 </head> 107.35 <body> 107.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 107.37 + <p>Test passes if the two squares below are the same color.</p> 107.38 <div id="test">X</div> 107.39 - <div id="reference"> 107.40 - <br /> 107.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 107.42 - </div> 107.43 + <br /> 107.44 + <div id="reference"></div> 107.45 </body> 107.46 </html> 107.47 \ No newline at end of file
108.1 --- a/approved/css2.1/src/colors/color-080.xht Wed Jan 09 13:58:42 2013 -0800 108.2 +++ b/approved/css2.1/src/colors/color-080.xht Thu Jan 10 12:01:12 2013 -0800 108.3 @@ -3,31 +3,30 @@ 108.4 <head> 108.5 <title>CSS Test: Color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> 108.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 108.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 108.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 108.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 108.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 108.11 - <link rel="match" href="color-009-ref.xht" /> 108.12 - 108.13 + <link rel="match" href="color-009-ref.xht" /> 108.14 <meta name="flags" content="ahem" /> 108.15 <meta name="assert" content="The 'color' set to 'rgb(1, 0, 0)' renders the correct foreground color of an element's text content." /> 108.16 <style type="text/css"> 108.17 #test 108.18 { 108.19 color: rgb(1, 0, 0); 108.20 - font: 1in/1 Ahem; 108.21 + font: 100px/1 Ahem; 108.22 } 108.23 - img 108.24 { 108.25 - height: 1in; 108.26 - width: 1in; 108.27 + #reference 108.28 + { 108.29 + height: 100px; 108.30 + width: 100px; 108.31 + background-color: #010000; 108.32 } 108.33 </style> 108.34 </head> 108.35 <body> 108.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 108.37 + <p>Test passes if the two squares below are the same color.</p> 108.38 <div id="test">X</div> 108.39 - <div id="reference"> 108.40 - <br /> 108.41 - <img alt="#010000 color swatch" src="support/010000_color.png" /> 108.42 - </div> 108.43 + <br /> 108.44 + <div id="reference"></div> 108.45 </body> 108.46 </html> 108.47 \ No newline at end of file
109.1 --- a/approved/css2.1/src/colors/color-081.xht Wed Jan 09 13:58:42 2013 -0800 109.2 +++ b/approved/css2.1/src/colors/color-081.xht Thu Jan 10 12:01:12 2013 -0800 109.3 @@ -3,31 +3,30 @@ 109.4 <head> 109.5 <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> 109.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 109.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 109.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 109.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 109.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 109.11 - <link rel="match" href="color-002-ref.xht" /> 109.12 - 109.13 + <link rel="match" href="color-002-ref.xht" /> 109.14 <meta name="flags" content="ahem" /> 109.15 <meta name="assert" content="The 'color' set to 'rgb(-0, 0, 0)' renders the correct foreground color of an element's text content." /> 109.16 <style type="text/css"> 109.17 #test 109.18 { 109.19 color: rgb(-0, 0, 0); 109.20 - font: 1in/1 Ahem; 109.21 + font: 100px/1 Ahem; 109.22 } 109.23 - img 109.24 { 109.25 - height: 1in; 109.26 - width: 1in; 109.27 + #reference 109.28 + { 109.29 + height: 100px; 109.30 + width: 100px; 109.31 + background-color: #000000; 109.32 } 109.33 </style> 109.34 </head> 109.35 <body> 109.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 109.37 + <p>Test passes if the two squares below are the same color.</p> 109.38 <div id="test">X</div> 109.39 - <div id="reference"> 109.40 - <br /> 109.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 109.42 - </div> 109.43 + <br /> 109.44 + <div id="reference"></div> 109.45 </body> 109.46 </html> 109.47 \ No newline at end of file
110.1 --- a/approved/css2.1/src/colors/color-082.xht Wed Jan 09 13:58:42 2013 -0800 110.2 +++ b/approved/css2.1/src/colors/color-082.xht Thu Jan 10 12:01:12 2013 -0800 110.3 @@ -3,31 +3,30 @@ 110.4 <head> 110.5 <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> 110.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 110.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 110.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 110.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 110.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 110.11 - <link rel="match" href="color-002-ref.xht" /> 110.12 - 110.13 + <link rel="match" href="color-002-ref.xht" /> 110.14 <meta name="flags" content="ahem" /> 110.15 <meta name="assert" content="The 'color' set to 'rgb(+0, 0, 0)' renders the correct foreground color of an element's text content." /> 110.16 <style type="text/css"> 110.17 #test 110.18 { 110.19 color: rgb(+0, 0, 0); 110.20 - font: 1in/1 Ahem; 110.21 + font: 100px/1 Ahem; 110.22 } 110.23 - img 110.24 { 110.25 - height: 1in; 110.26 - width: 1in; 110.27 + #reference 110.28 + { 110.29 + height: 100px; 110.30 + width: 100px; 110.31 + background-color: #000000; 110.32 } 110.33 </style> 110.34 </head> 110.35 <body> 110.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 110.37 + <p>Test passes if the two squares below are the same color.</p> 110.38 <div id="test">X</div> 110.39 - <div id="reference"> 110.40 - <br /> 110.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 110.42 - </div> 110.43 + <br /> 110.44 + <div id="reference"></div> 110.45 </body> 110.46 </html> 110.47 \ No newline at end of file
111.1 --- a/approved/css2.1/src/colors/color-083-ref.xht Wed Jan 09 13:58:42 2013 -0800 111.2 +++ b/approved/css2.1/src/colors/color-083-ref.xht Thu Jan 10 12:01:12 2013 -0800 111.3 @@ -7,13 +7,14 @@ 111.4 <title>CSS Reftest Reference</title> 111.5 111.6 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 111.7 - 111.8 + 111.9 + 111.10 <style type="text/css"><![CDATA[ 111.11 img 111.12 { 111.13 - height: 1in; 111.14 + height: 100px; 111.15 vertical-align: top; 111.16 - width: 1in; 111.17 + width: 100px; 111.18 } 111.19 ]]></style> 111.20 111.21 @@ -21,15 +22,15 @@ 111.22 111.23 <body> 111.24 111.25 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 111.26 + <p>Test passes if the two squares below are the same color.</p> 111.27 111.28 - <div> 111.29 - <img alt="Image download support must be enabled" src="support/800000_color.png" /> 111.30 + <div> 111.31 + <img alt="Image download support must be enabled" src="support/800000_color.png" /> 111.32 </div> 111.33 111.34 - <div> 111.35 - <br /> 111.36 - <img alt="Image download support must be enabled" src="support/800000_color.png" /> 111.37 + <div> 111.38 + <br /> 111.39 + <img alt="Image download support must be enabled" src="support/800000_color.png" /> 111.40 </div> 111.41 111.42 </body>
112.1 --- a/approved/css2.1/src/colors/color-083.xht Wed Jan 09 13:58:42 2013 -0800 112.2 +++ b/approved/css2.1/src/colors/color-083.xht Thu Jan 10 12:01:12 2013 -0800 112.3 @@ -3,31 +3,30 @@ 112.4 <head> 112.5 <title>CSS Test: Color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> 112.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 112.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 112.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 112.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 112.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 112.11 - <link rel="match" href="color-083-ref.xht" /> 112.12 - 112.13 + <link rel="match" href="color-083-ref.xht" /> 112.14 <meta name="flags" content="ahem" /> 112.15 <meta name="assert" content="The 'color' set to 'rgb(128, 0, 0)' renders the correct foreground color of an element's text content." /> 112.16 <style type="text/css"> 112.17 #test 112.18 { 112.19 color: rgb(128, 0, 0); 112.20 - font: 1in/1 Ahem; 112.21 + font: 100px/1 Ahem; 112.22 } 112.23 - img 112.24 { 112.25 - height: 1in; 112.26 - width: 1in; 112.27 + #reference 112.28 + { 112.29 + height: 100px; 112.30 + width: 100px; 112.31 + background-color: rgb(128, 0, 0); 112.32 } 112.33 </style> 112.34 </head> 112.35 <body> 112.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 112.37 + <p>Test passes if the two squares below are the same color.</p> 112.38 <div id="test">X</div> 112.39 - <div id="reference"> 112.40 - <br /> 112.41 - <img alt="#800000 color swatch" src="support/800000_color.png" /> 112.42 - </div> 112.43 + <br /> 112.44 + <div id="reference"></div> 112.45 </body> 112.46 </html> 112.47 \ No newline at end of file
113.1 --- a/approved/css2.1/src/colors/color-084.xht Wed Jan 09 13:58:42 2013 -0800 113.2 +++ b/approved/css2.1/src/colors/color-084.xht Thu Jan 10 12:01:12 2013 -0800 113.3 @@ -3,31 +3,30 @@ 113.4 <head> 113.5 <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> 113.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 113.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 113.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 113.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 113.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 113.11 - <link rel="match" href="color-083-ref.xht" /> 113.12 - 113.13 + <link rel="match" href="color-083-ref.xht" /> 113.14 <meta name="flags" content="ahem" /> 113.15 <meta name="assert" content="The 'color' set to 'rgb(+128, 0, 0)' renders the correct foreground color of an element's text content." /> 113.16 <style type="text/css"> 113.17 #test 113.18 { 113.19 color: rgb(+128, 0, 0); 113.20 - font: 1in/1 Ahem; 113.21 + font: 100px/1 Ahem; 113.22 } 113.23 - img 113.24 { 113.25 - height: 1in; 113.26 - width: 1in; 113.27 + #reference 113.28 + { 113.29 + height: 100px; 113.30 + width: 100px; 113.31 + background-color: rgb(128, 0, 0); 113.32 } 113.33 </style> 113.34 </head> 113.35 <body> 113.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 113.37 + <p>Test passes if the two squares below are the same color.</p> 113.38 <div id="test">X</div> 113.39 - <div id="reference"> 113.40 - <br /> 113.41 - <img alt="#800000 color swatch" src="support/800000_color.png" /> 113.42 - </div> 113.43 + <br /> 113.44 + <div id="reference"></div> 113.45 </body> 113.46 </html> 113.47 \ No newline at end of file
114.1 --- a/approved/css2.1/src/colors/color-085.xht Wed Jan 09 13:58:42 2013 -0800 114.2 +++ b/approved/css2.1/src/colors/color-085.xht Thu Jan 10 12:01:12 2013 -0800 114.3 @@ -3,31 +3,30 @@ 114.4 <head> 114.5 <title>CSS Test: Color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> 114.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 114.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 114.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 114.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 114.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 114.11 - <link rel="match" href="color-011-ref.xht" /> 114.12 - 114.13 + <link rel="match" href="color-011-ref.xht" /> 114.14 <meta name="flags" content="ahem" /> 114.15 <meta name="assert" content="The 'color' set to 'rgb(254, 0, 0)' renders the correct foreground color of an element's text content." /> 114.16 <style type="text/css"> 114.17 #test 114.18 { 114.19 color: rgb(254, 0, 0); 114.20 - font: 1in/1 Ahem; 114.21 + font: 100px/1 Ahem; 114.22 } 114.23 - img 114.24 { 114.25 - height: 1in; 114.26 - width: 1in; 114.27 + #reference 114.28 + { 114.29 + height: 100px; 114.30 + width: 100px; 114.31 + background-color: #fe0000; 114.32 } 114.33 </style> 114.34 </head> 114.35 <body> 114.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 114.37 + <p>Test passes if the two squares below are the same color.</p> 114.38 <div id="test">X</div> 114.39 - <div id="reference"> 114.40 - <br /> 114.41 - <img alt="#fe0000 color swatch" src="support/fe0000_color.png" /> 114.42 - </div> 114.43 + <br /> 114.44 + <div id="reference"></div> 114.45 </body> 114.46 </html> 114.47 \ No newline at end of file
115.1 --- a/approved/css2.1/src/colors/color-086.xht Wed Jan 09 13:58:42 2013 -0800 115.2 +++ b/approved/css2.1/src/colors/color-086.xht Thu Jan 10 12:01:12 2013 -0800 115.3 @@ -3,31 +3,30 @@ 115.4 <head> 115.5 <title>CSS Test: Color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> 115.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 115.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 115.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 115.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 115.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 115.11 - <link rel="match" href="color-012-ref.xht" /> 115.12 - 115.13 + <link rel="match" href="color-012-ref.xht" /> 115.14 <meta name="flags" content="ahem" /> 115.15 <meta name="assert" content="The 'color' set to 'rgb(255, 0, 0)' renders the correct foreground color of an element's text content." /> 115.16 <style type="text/css"> 115.17 #test 115.18 { 115.19 color: rgb(255, 0, 0); 115.20 - font: 1in/1 Ahem; 115.21 + font: 100px/1 Ahem; 115.22 } 115.23 - img 115.24 { 115.25 - height: 1in; 115.26 - width: 1in; 115.27 + #reference 115.28 + { 115.29 + height: 100px; 115.30 + width: 100px; 115.31 + background-color: #ff0000; 115.32 } 115.33 </style> 115.34 </head> 115.35 <body> 115.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 115.37 + <p>Test passes if the two squares below are the same color.</p> 115.38 <div id="test">X</div> 115.39 - <div id="reference"> 115.40 - <br /> 115.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 115.42 - </div> 115.43 + <br /> 115.44 + <div id="reference"></div> 115.45 </body> 115.46 </html> 115.47 \ No newline at end of file
116.1 --- a/approved/css2.1/src/colors/color-087.xht Wed Jan 09 13:58:42 2013 -0800 116.2 +++ b/approved/css2.1/src/colors/color-087.xht Thu Jan 10 12:01:12 2013 -0800 116.3 @@ -3,30 +3,30 @@ 116.4 <head> 116.5 <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> 116.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 116.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 116.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 116.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 116.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 116.11 - <link rel="match" href="color-012-ref.xht" /> 116.12 - 116.13 + <link rel="match" href="color-012-ref.xht" /> 116.14 <meta name="flags" content="ahem" /> 116.15 <meta name="assert" content="The 'color' set to 'rgb(+255, 0, 0)' renders the correct foreground color of an element's text content." /> 116.16 <style type="text/css"> 116.17 #test 116.18 { 116.19 color: rgb(+255, 0, 0); 116.20 - font: 1in/1 Ahem; 116.21 + font: 100px/1 Ahem; 116.22 } 116.23 - img 116.24 { 116.25 - height: 1in; 116.26 - width: 1in; 116.27 + #reference 116.28 + { 116.29 + height: 100px; 116.30 + width: 100px; 116.31 + background-color: #ff0000; 116.32 } 116.33 </style> 116.34 </head> 116.35 <body> 116.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 116.37 + <p>Test passes if the two squares below are the same color.</p> 116.38 <div id="test">X</div> 116.39 - <div id="reference"> 116.40 - <br /> 116.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 116.42 - </div> 116.43 </body> 116.44 + <br /> 116.45 + <div id="reference"></div> 116.46 + </body> 116.47 </html> 116.48 \ No newline at end of file
117.1 --- a/approved/css2.1/src/colors/color-088.xht Wed Jan 09 13:58:42 2013 -0800 117.2 +++ b/approved/css2.1/src/colors/color-088.xht Thu Jan 10 12:01:12 2013 -0800 117.3 @@ -3,31 +3,30 @@ 117.4 <head> 117.5 <title>CSS Test: Color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> 117.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 117.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 117.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 117.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 117.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 117.11 - <link rel="match" href="color-012-ref.xht" /> 117.12 - 117.13 + <link rel="match" href="color-012-ref.xht" /> 117.14 <meta name="flags" content="ahem invalid" /> 117.15 <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." /> 117.16 <style type="text/css"> 117.17 #test 117.18 { 117.19 color: rgb(256, 0, 0); 117.20 - font: 1in/1 Ahem; 117.21 + font: 100px/1 Ahem; 117.22 } 117.23 - img 117.24 { 117.25 - height: 1in; 117.26 - width: 1in; 117.27 + #reference 117.28 + { 117.29 + height: 100px; 117.30 + width: 100px; 117.31 + background-color: #ff0000; 117.32 } 117.33 </style> 117.34 </head> 117.35 <body> 117.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 117.37 + <p>Test passes if the two squares below are the same color.</p> 117.38 <div id="test">X</div> 117.39 - <div id="reference"> 117.40 - <br /> 117.41 - <img alt="#f00 color swatch" src="support/f00_color.png" /> 117.42 - </div> 117.43 + <br /> 117.44 + <div id="reference"></div> 117.45 </body> 117.46 </html> 117.47 \ No newline at end of file
118.1 --- a/approved/css2.1/src/colors/color-089.xht Wed Jan 09 13:58:42 2013 -0800 118.2 +++ b/approved/css2.1/src/colors/color-089.xht Thu Jan 10 12:01:12 2013 -0800 118.3 @@ -3,31 +3,30 @@ 118.4 <head> 118.5 <title>CSS Test: Color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> 118.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 118.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 118.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 118.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 118.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 118.11 - <link rel="match" href="color-002-ref.xht" /> 118.12 - 118.13 + <link rel="match" href="color-002-ref.xht" /> 118.14 <meta name="flags" content="ahem invalid" /> 118.15 <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." /> 118.16 <style type="text/css"> 118.17 #test 118.18 { 118.19 color: rgb(0%, -1%, 0%); 118.20 - font: 1in/1 Ahem; 118.21 + font: 100px/1 Ahem; 118.22 } 118.23 - img 118.24 { 118.25 - height: 1in; 118.26 - width: 1in; 118.27 + #reference 118.28 + { 118.29 + height: 100px; 118.30 + width: 100px; 118.31 + background-color: #000000; 118.32 } 118.33 </style> 118.34 </head> 118.35 <body> 118.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 118.37 + <p>Test passes if the two squares below are the same color.</p> 118.38 <div id="test">X</div> 118.39 - <div id="reference"> 118.40 - <br /> 118.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 118.42 - </div> 118.43 + <br /> 118.44 + <div id="reference"></div> 118.45 </body> 118.46 </html> 118.47 \ No newline at end of file
119.1 --- a/approved/css2.1/src/colors/color-090.xht Wed Jan 09 13:58:42 2013 -0800 119.2 +++ b/approved/css2.1/src/colors/color-090.xht Thu Jan 10 12:01:12 2013 -0800 119.3 @@ -3,18 +3,13 @@ 119.4 <head> 119.5 <title>CSS Test: Color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> 119.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 119.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 119.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 119.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 119.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 119.11 <link rel="match" href="color-090-ref.xht"/> 119.12 <meta name="flags" content="ahem" /> 119.13 <meta name="assert" content="The 'color' set to 'rgb(0%, 1%, 0%)' renders the correct foreground color of an element's text content." /> 119.14 <style type="text/css"> 119.15 - div 119.16 - { 119.17 - height: 100px; 119.18 - width: 100px; 119.19 - } 119.20 #test 119.21 { 119.22 color: rgb(0%, 1%, 0%); 119.23 @@ -22,6 +17,8 @@ 119.24 } 119.25 #reference 119.26 { 119.27 + height: 100px; 119.28 + width: 100px; 119.29 background-color: rgb(0%, 1%, 0%); 119.30 margin-top: 10px; 119.31 }
120.1 --- a/approved/css2.1/src/colors/color-091.xht Wed Jan 09 13:58:42 2013 -0800 120.2 +++ b/approved/css2.1/src/colors/color-091.xht Thu Jan 10 12:01:12 2013 -0800 120.3 @@ -3,31 +3,30 @@ 120.4 <head> 120.5 <title>CSS Test: Color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> 120.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 120.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 120.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 120.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 120.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 120.11 - <link rel="match" href="color-002-ref.xht" /> 120.12 - 120.13 + <link rel="match" href="color-002-ref.xht" /> 120.14 <meta name="flags" content="ahem" /> 120.15 <meta name="assert" content="The 'color' set to 'rgb(0%, -0%, 0%)' renders the correct foreground color of an element's text content. ." /> 120.16 <style type="text/css"> 120.17 #test 120.18 { 120.19 color: rgb(0%, -0%, 0%); 120.20 - font: 1in/1 Ahem; 120.21 + font: 100px/1 Ahem; 120.22 } 120.23 - img 120.24 { 120.25 - height: 1in; 120.26 - width: 1in; 120.27 + #reference 120.28 + { 120.29 + height: 100px; 120.30 + width: 100px; 120.31 + background-color: #000000; 120.32 } 120.33 </style> 120.34 </head> 120.35 <body> 120.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 120.37 + <p>Test passes if the two squares below are the same color.</p> 120.38 <div id="test">X</div> 120.39 - <div id="reference"> 120.40 - <br /> 120.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 120.42 - </div> 120.43 + <br /> 120.44 + <div id="reference"></div> 120.45 </body> 120.46 </html> 120.47 \ No newline at end of file
121.1 --- a/approved/css2.1/src/colors/color-092.xht Wed Jan 09 13:58:42 2013 -0800 121.2 +++ b/approved/css2.1/src/colors/color-092.xht Thu Jan 10 12:01:12 2013 -0800 121.3 @@ -14,21 +14,20 @@ 121.4 #test 121.5 { 121.6 color: rgb(0%, +0%, 0%); 121.7 - font: 1in/1 Ahem; 121.8 + font: 100px/1 Ahem; 121.9 } 121.10 - img 121.11 + #reference 121.12 { 121.13 - height: 1in; 121.14 - width: 1in; 121.15 + height: 100px; 121.16 + width: 100px; 121.17 + background-color: #000000; 121.18 } 121.19 </style> 121.20 </head> 121.21 <body> 121.22 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 121.23 + <p>Test passes if the two squares below are the same color.</p> 121.24 <div id="test">X</div> 121.25 - <div id="reference"> 121.26 - <br /> 121.27 - <img alt="#000 color swatch" src="support/000_color.png" /> 121.28 - </div> 121.29 + <br /> 121.30 + <div id="reference"></div> 121.31 </body> 121.32 </html> 121.33 \ No newline at end of file
122.1 --- a/approved/css2.1/src/colors/color-093.xht Wed Jan 09 13:58:42 2013 -0800 122.2 +++ b/approved/css2.1/src/colors/color-093.xht Thu Jan 10 12:01:12 2013 -0800 122.3 @@ -3,18 +3,13 @@ 122.4 <head> 122.5 <title>CSS Test: Color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)</title> 122.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 122.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 122.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 122.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 122.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 122.11 <link rel="match" href="color-093-ref.xht"/> 122.12 <meta name="flags" content="ahem" /> 122.13 <meta name="assert" content="The 'color' set to 'rgb(0%, 50%, 0%) renders the correct foreground color of an element's text content." /> 122.14 <style type="text/css"> 122.15 - div 122.16 - { 122.17 - height: 100px; 122.18 - width: 100px; 122.19 - } 122.20 #test 122.21 { 122.22 color: rgb(0%, 50%, 0%); 122.23 @@ -22,6 +17,8 @@ 122.24 } 122.25 #reference 122.26 { 122.27 + height: 100px; 122.28 + width: 100px; 122.29 background-color: rgb(0%, 50%, 0%); 122.30 margin-top: 10px; 122.31 }
123.1 --- a/approved/css2.1/src/colors/color-094.xht Wed Jan 09 13:58:42 2013 -0800 123.2 +++ b/approved/css2.1/src/colors/color-094.xht Thu Jan 10 12:01:12 2013 -0800 123.3 @@ -3,18 +3,13 @@ 123.4 <head> 123.5 <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> 123.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 123.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 123.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 123.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 123.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 123.11 <link rel="match" href="color-093-ref.xht"/> 123.12 <meta name="flags" content="ahem" /> 123.13 <meta name="assert" content="The 'color' set to 'rgb(0%, +50%, 0%)' renders the correct foreground color of an element's text content." /> 123.14 <style type="text/css"> 123.15 - div 123.16 - { 123.17 - height: 100px; 123.18 - width: 100px; 123.19 - } 123.20 #test 123.21 { 123.22 color: rgb(0%, +50%, 0%); 123.23 @@ -22,6 +17,8 @@ 123.24 } 123.25 #reference 123.26 { 123.27 + height: 100px; 123.28 + width: 100px; 123.29 background-color: rgb(0%, 50%, 0%); 123.30 margin-top: 10px; 123.31 }
124.1 --- a/approved/css2.1/src/colors/color-095.xht Wed Jan 09 13:58:42 2013 -0800 124.2 +++ b/approved/css2.1/src/colors/color-095.xht Thu Jan 10 12:01:12 2013 -0800 124.3 @@ -3,18 +3,13 @@ 124.4 <head> 124.5 <title>CSS Test: Color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> 124.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 124.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 124.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 124.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 124.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 124.11 <link rel="match" href="color-095-ref.xht"/> 124.12 <meta name="flags" content="ahem" /> 124.13 <meta name="assert" content="The 'color' set to 'rgb(0%, 99%, 0%)' renders the correct foreground color of an element's text content." /> 124.14 <style type="text/css"> 124.15 - div 124.16 - { 124.17 - height: 100px; 124.18 - width: 100px; 124.19 - } 124.20 #test 124.21 { 124.22 color: rgb(0%, 99%, 0%); 124.23 @@ -22,6 +17,8 @@ 124.24 } 124.25 #reference 124.26 { 124.27 + height: 100px; 124.28 + width: 100px; 124.29 background-color: rgb(0%, 99%, 0%); 124.30 margin-top: 10px; 124.31 }
125.1 --- a/approved/css2.1/src/colors/color-096.xht Wed Jan 09 13:58:42 2013 -0800 125.2 +++ b/approved/css2.1/src/colors/color-096.xht Thu Jan 10 12:01:12 2013 -0800 125.3 @@ -3,31 +3,30 @@ 125.4 <head> 125.5 <title>CSS Test: Color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> 125.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 125.7 - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 125.8 + <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-19 --> 125.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 125.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 125.11 - <link rel="match" href="color-017-ref.xht" /> 125.12 - 125.13 + <link rel="match" href="color-017-ref.xht" /> 125.14 <meta name="flags" content="ahem" /> 125.15 <meta name="assert" content="The 'color' set to 'rgb(0%, 100%, 0%)' renders the correct foreground color of an element's text content." /> 125.16 <style type="text/css"> 125.17 #test 125.18 { 125.19 color: rgb(0%, 100%, 0%); 125.20 - font: 1in/1 Ahem; 125.21 + font: 100px/1 Ahem; 125.22 } 125.23 - img 125.24 { 125.25 - height: 1in; 125.26 - width: 1in; 125.27 + #reference 125.28 + { 125.29 + height: 100px; 125.30 + width: 100px; 125.31 + background-color: #00ff00; 125.32 } 125.33 </style> 125.34 </head> 125.35 <body> 125.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 125.37 + <p>Test passes if the two squares below are the same color.</p> 125.38 <div id="test">X</div> 125.39 - <div id="reference"> 125.40 - <br /> 125.41 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 125.42 - </div> 125.43 + <br /> 125.44 + <div id="reference"></div> 125.45 </body> 125.46 </html> 125.47 \ No newline at end of file
126.1 --- a/approved/css2.1/src/colors/color-097.xht Wed Jan 09 13:58:42 2013 -0800 126.2 +++ b/approved/css2.1/src/colors/color-097.xht Thu Jan 10 12:01:12 2013 -0800 126.3 @@ -6,29 +6,27 @@ 126.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 126.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 126.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 126.7 - <link rel="match" href="color-017-ref.xht" /> 126.8 - 126.9 + <link rel="match" href="color-017-ref.xht" /> 126.10 <meta name="flags" content="ahem" /> 126.11 <meta name="assert" content="The 'color' set to 'rgb(0%, +100%, 0%)' renders the correct foreground color of an element's text content." /> 126.12 <style type="text/css"> 126.13 #test 126.14 { 126.15 color: rgb(0%, +100%, 0%); 126.16 - font: 1in/1 Ahem; 126.17 + font: 100px/1 Ahem; 126.18 } 126.19 - img 126.20 + #reference 126.21 { 126.22 - height: 1in; 126.23 - width: 1in; 126.24 + height: 100px; 126.25 + width: 100px; 126.26 + background-color: #00ff00; 126.27 } 126.28 </style> 126.29 </head> 126.30 <body> 126.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 126.32 - <div id="test">X</div> 126.33 - <div id="reference"> 126.34 - <br /> 126.35 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 126.36 - </div> 126.37 + <p>Test passes if the two squares below are the same color.</p> 126.38 + <div id="test">X</div> 126.39 + <br /> 126.40 + <div id="reference"></div> 126.41 </body> 126.42 </html> 126.43 \ No newline at end of file
127.1 --- a/approved/css2.1/src/colors/color-098.xht Wed Jan 09 13:58:42 2013 -0800 127.2 +++ b/approved/css2.1/src/colors/color-098.xht Thu Jan 10 12:01:12 2013 -0800 127.3 @@ -6,29 +6,27 @@ 127.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 127.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 127.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 127.7 - <link rel="match" href="color-017-ref.xht" /> 127.8 - 127.9 + <link rel="match" href="color-017-ref.xht" /> 127.10 <meta name="flags" content="ahem invalid" /> 127.11 <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." /> 127.12 <style type="text/css"> 127.13 #test 127.14 { 127.15 color: rgb(0%, 101%, 0%); 127.16 - font: 1in/1 Ahem; 127.17 + font: 100px/1 Ahem; 127.18 } 127.19 - img 127.20 + #reference 127.21 { 127.22 - height: 1in; 127.23 - width: 1in; 127.24 - } 127.25 + height: 100px; 127.26 + width: 100px; 127.27 + background-color: #00ff00; 127.28 + } 127.29 </style> 127.30 </head> 127.31 <body> 127.32 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 127.33 + <p>Test passes if the two squares below are the same color.</p> 127.34 <div id="test">X</div> 127.35 - <div id="reference"> 127.36 - <br /> 127.37 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 127.38 - </div> 127.39 + <br /> 127.40 + <div id="reference"></div> 127.41 </body> 127.42 </html> 127.43 \ No newline at end of file
128.1 --- a/approved/css2.1/src/colors/color-099.xht Wed Jan 09 13:58:42 2013 -0800 128.2 +++ b/approved/css2.1/src/colors/color-099.xht Thu Jan 10 12:01:12 2013 -0800 128.3 @@ -6,34 +6,27 @@ 128.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 128.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 128.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 128.7 - <link rel="match" href="color-002-ref.xht" /> 128.8 - 128.9 + <link rel="match" href="color-002-ref.xht" /> 128.10 <meta name="flags" content="ahem invalid" /> 128.11 <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." /> 128.12 <style type="text/css"> 128.13 - img 128.14 - { 128.15 - height: 1in; 128.16 - width: 1in; 128.17 - } 128.18 #test 128.19 { 128.20 color: rgb(-1, 0, 0); 128.21 - font: 1in/1 Ahem; 128.22 + font: 100px/1 Ahem; 128.23 } 128.24 - img 128.25 + #reference 128.26 { 128.27 - height: 1in; 128.28 - width: 1in; 128.29 + height: 100px; 128.30 + width: 100px; 128.31 + background-color: #000000; 128.32 } 128.33 </style> 128.34 </head> 128.35 <body> 128.36 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 128.37 + <p>Test passes if the two squares below are the same color.</p> 128.38 <div id="test">X</div> 128.39 - <div id="reference"> 128.40 - <br /> 128.41 - <img alt="#000 color swatch" src="support/000_color.png" /> 128.42 - </div> 128.43 + <br /> 128.44 + <div id="reference"></div> 128.45 </body> 128.46 </html> 128.47 \ No newline at end of file
129.1 --- a/approved/css2.1/src/colors/color-100.xht Wed Jan 09 13:58:42 2013 -0800 129.2 +++ b/approved/css2.1/src/colors/color-100.xht Thu Jan 10 12:01:12 2013 -0800 129.3 @@ -6,8 +6,7 @@ 129.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 129.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 129.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 129.7 - <link rel="match" href="color-014-ref.xht" /> 129.8 - 129.9 + <link rel="match" href="color-014-ref.xht" /> 129.10 <meta name="flags" content="ahem" /> 129.11 <meta name="assert" content="The 'color' set to 'rgb(0, 1, 0)' renders the correct foreground color of an element's text content." /> 129.12 <style type="text/css"> 129.13 @@ -15,21 +14,20 @@ 129.14 #test 129.15 { 129.16 color: rgb(0, 1, 0); 129.17 - font: 1in/1 Ahem; 129.18 + font: 100px/1 Ahem; 129.19 } 129.20 - img 129.21 + #reference 129.22 { 129.23 - height: 1in; 129.24 - width: 1in; 129.25 + height: 100px; 129.26 + width: 100px; 129.27 + background-color: #000100; 129.28 } 129.29 </style> 129.30 </head> 129.31 <body> 129.32 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 129.33 + <p>Test passes if the two squares below are the same color.</p> 129.34 <div id="test">X</div> 129.35 - <div id="reference"> 129.36 - <br /> 129.37 - <img alt="#000100 color swatch" src="support/000100_color.png" /> 129.38 - </div> 129.39 + <br /> 129.40 + <div id="reference"></div> 129.41 </body> 129.42 </html> 129.43 \ No newline at end of file
130.1 --- a/approved/css2.1/src/colors/color-101.xht Wed Jan 09 13:58:42 2013 -0800 130.2 +++ b/approved/css2.1/src/colors/color-101.xht Thu Jan 10 12:01:12 2013 -0800 130.3 @@ -6,29 +6,27 @@ 130.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 130.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 130.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 130.7 - <link rel="match" href="color-002-ref.xht" /> 130.8 - 130.9 + <link rel="match" href="color-002-ref.xht" /> 130.10 <meta name="flags" content="ahem" /> 130.11 <meta name="assert" content="The 'color' set to 'rgb(0, -0, 0)' renders the correct foreground color of an element's text content." /> 130.12 <style type="text/css"> 130.13 #test 130.14 { 130.15 color: rgb(0, -0, 0); 130.16 - font: 1in/1 Ahem; 130.17 + font: 100px/1 Ahem; 130.18 } 130.19 - img 130.20 + #reference 130.21 { 130.22 - height: 1in; 130.23 - width: 1in; 130.24 + height: 100px; 130.25 + width: 100px; 130.26 + background-color: #000000; 130.27 } 130.28 </style> 130.29 </head> 130.30 <body> 130.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 130.32 + <p>Test passes if the two squares below are the same color.</p> 130.33 <div id="test">X</div> 130.34 - <div id="reference"> 130.35 - <br /> 130.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 130.37 - </div> 130.38 + <br /> 130.39 + <div id="reference"></div> 130.40 </body> 130.41 </html> 130.42 \ No newline at end of file
131.1 --- a/approved/css2.1/src/colors/color-102.xht Wed Jan 09 13:58:42 2013 -0800 131.2 +++ b/approved/css2.1/src/colors/color-102.xht Thu Jan 10 12:01:12 2013 -0800 131.3 @@ -6,29 +6,27 @@ 131.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 131.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 131.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 131.7 - <link rel="match" href="color-002-ref.xht" /> 131.8 - 131.9 + <link rel="match" href="color-002-ref.xht" /> 131.10 <meta name="flags" content="ahem" /> 131.11 <meta name="assert" content="The 'color' set to 'rgb(0, +0, 0)' renders the correct foreground color of an element's text content." /> 131.12 <style type="text/css"> 131.13 #test 131.14 { 131.15 color: rgb(0, +0, 0); 131.16 - font: 1in/1 Ahem; 131.17 + font: 100px/1 Ahem; 131.18 } 131.19 - img 131.20 + #reference 131.21 { 131.22 - height: 1in; 131.23 - width: 1in; 131.24 + height: 100px; 131.25 + width: 100px; 131.26 + background-color: #000000; 131.27 } 131.28 </style> 131.29 </head> 131.30 <body> 131.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 131.32 + <p>Test passes if the two squares below are the same color.</p> 131.33 <div id="test">X</div> 131.34 - <div id="reference"> 131.35 - <br /> 131.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 131.37 - </div> 131.38 + <br /> 131.39 + <div id="reference"></div> 131.40 </body> 131.41 </html> 131.42 \ No newline at end of file
132.1 --- a/approved/css2.1/src/colors/color-103-ref.xht Wed Jan 09 13:58:42 2013 -0800 132.2 +++ b/approved/css2.1/src/colors/color-103-ref.xht Thu Jan 10 12:01:12 2013 -0800 132.3 @@ -11,9 +11,9 @@ 132.4 <style type="text/css"><![CDATA[ 132.5 img 132.6 { 132.7 - height: 1in; 132.8 + height: 100px; 132.9 vertical-align: top; 132.10 - width: 1in; 132.11 + width: 100px; 132.12 } 132.13 ]]></style> 132.14 132.15 @@ -21,14 +21,14 @@ 132.16 132.17 <body> 132.18 132.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 132.20 + <p>Test passes if the two squares below are the same color.</p> 132.21 132.22 - <div> 132.23 - <img alt="Image download support must be enabled" src="support/008000_color.png" /> 132.24 + <div> 132.25 + <img alt="Image download support must be enabled" src="support/008000_color.png" /> 132.26 </div> 132.27 132.28 - <div><br /> 132.29 - <img alt="Image download support must be enabled" src="support/008000_color.png" /> 132.30 + <div><br /> 132.31 + <img alt="Image download support must be enabled" src="support/008000_color.png" /> 132.32 </div> 132.33 132.34 </body>
133.1 --- a/approved/css2.1/src/colors/color-103.xht Wed Jan 09 13:58:42 2013 -0800 133.2 +++ b/approved/css2.1/src/colors/color-103.xht Thu Jan 10 12:01:12 2013 -0800 133.3 @@ -6,29 +6,27 @@ 133.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 133.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 133.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 133.7 - <link rel="match" href="color-103-ref.xht" /> 133.8 - 133.9 + <link rel="match" href="color-103-ref.xht" /> 133.10 <meta name="flags" content="ahem" /> 133.11 <meta name="assert" content="The 'color' set to 'rgb(0, 128, 0)' renders the correct foreground color of an element's text content." /> 133.12 <style type="text/css"> 133.13 #test 133.14 { 133.15 color: rgb(0, 128, 0); 133.16 - font: 1in/1 Ahem; 133.17 + font: 100px/1 Ahem; 133.18 } 133.19 - img 133.20 + #reference 133.21 { 133.22 - height: 1in; 133.23 - width: 1in; 133.24 + height: 100px; 133.25 + width: 100px; 133.26 + background-color: rgb(0, 128, 0); 133.27 } 133.28 </style> 133.29 </head> 133.30 <body> 133.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 133.32 + <p>Test passes if the two squares below are the same color.</p> 133.33 <div id="test">X</div> 133.34 - <div id="reference"> 133.35 - <br /> 133.36 - <img alt="#008000 color swatch" src="support/008000_color.png" /> 133.37 - </div> 133.38 + <br /> 133.39 + <div id="reference"></div> 133.40 </body> 133.41 </html> 133.42 \ No newline at end of file
134.1 --- a/approved/css2.1/src/colors/color-104.xht Wed Jan 09 13:58:42 2013 -0800 134.2 +++ b/approved/css2.1/src/colors/color-104.xht Thu Jan 10 12:01:12 2013 -0800 134.3 @@ -6,29 +6,27 @@ 134.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 134.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 134.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 134.7 - <link rel="match" href="color-103-ref.xht" /> 134.8 - 134.9 + <link rel="match" href="color-103-ref.xht" /> 134.10 <meta name="flags" content="ahem" /> 134.11 <meta name="assert" content="The 'color' set to 'rgb(0, +128, 0)' renders the correct foreground color of an element's text content." /> 134.12 <style type="text/css"> 134.13 #test 134.14 { 134.15 color: rgb(0, +128, 0); 134.16 - font: 1in/1 Ahem; 134.17 + font: 100px/1 Ahem; 134.18 } 134.19 - img 134.20 + #reference 134.21 { 134.22 - height: 1in; 134.23 - width: 1in; 134.24 + height: 100px; 134.25 + width: 100px; 134.26 + background-color: rgb(0, 128, 0); 134.27 } 134.28 </style> 134.29 </head> 134.30 <body> 134.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 134.32 + <p>Test passes if the two squares below are the same color.</p> 134.33 <div id="test">X</div> 134.34 - <div id="reference"> 134.35 - <br /> 134.36 - <img alt="#008000 color swatch" src="support/008000_color.png" /> 134.37 - </div> 134.38 + <br /> 134.39 + <div id="reference"></div> 134.40 </body> 134.41 </html> 134.42 \ No newline at end of file
135.1 --- a/approved/css2.1/src/colors/color-105.xht Wed Jan 09 13:58:42 2013 -0800 135.2 +++ b/approved/css2.1/src/colors/color-105.xht Thu Jan 10 12:01:12 2013 -0800 135.3 @@ -6,29 +6,27 @@ 135.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 135.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 135.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 135.7 - <link rel="match" href="color-016-ref.xht" /> 135.8 - 135.9 + <link rel="match" href="color-016-ref.xht" /> 135.10 <meta name="flags" content="ahem" /> 135.11 <meta name="assert" content="The 'color' set to 'rgb(0, 254, 0)' renders the correct foreground color of an element's text content." /> 135.12 <style type="text/css"> 135.13 #test 135.14 { 135.15 color: rgb(0, 254, 0); 135.16 - font: 1in/1 Ahem; 135.17 + font: 100px/1 Ahem; 135.18 } 135.19 - img 135.20 + #reference 135.21 { 135.22 - height: 1in; 135.23 - width: 1in; 135.24 + height: 100px; 135.25 + width: 100px; 135.26 + background-color: #00fe00; 135.27 } 135.28 </style> 135.29 </head> 135.30 <body> 135.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 135.32 + <p>Test passes if the two squares below are the same color.</p> 135.33 <div id="test">X</div> 135.34 - <div id="reference"> 135.35 - <br /> 135.36 - <img alt="#00fe00 color swatch" src="support/00fe00_color.png" /> 135.37 - </div> 135.38 + <br /> 135.39 + <div id="reference"></div> 135.40 </body> 135.41 </html> 135.42 \ No newline at end of file
136.1 --- a/approved/css2.1/src/colors/color-106.xht Wed Jan 09 13:58:42 2013 -0800 136.2 +++ b/approved/css2.1/src/colors/color-106.xht Thu Jan 10 12:01:12 2013 -0800 136.3 @@ -6,29 +6,27 @@ 136.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 136.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 136.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 136.7 - <link rel="match" href="color-017-ref.xht" /> 136.8 - 136.9 + <link rel="match" href="color-017-ref.xht" /> 136.10 <meta name="flags" content="ahem" /> 136.11 <meta name="assert" content="The 'color' set to 'rgb(0, 255, 0)' renders the correct foreground color of an element's text content." /> 136.12 <style type="text/css"> 136.13 #test 136.14 { 136.15 color: rgb(0, 255, 0); 136.16 - font: 1in/1 Ahem; 136.17 + font: 100px/1 Ahem; 136.18 } 136.19 - img 136.20 + #reference 136.21 { 136.22 - height: 1in; 136.23 - width: 1in; 136.24 + height: 100px; 136.25 + width: 100px; 136.26 + background-color: #00ff00; 136.27 } 136.28 </style> 136.29 </head> 136.30 <body> 136.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 136.32 + <p>Test passes if the two squares below are the same color.</p> 136.33 <div id="test">X</div> 136.34 - <div id="reference"> 136.35 - <br /> 136.36 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 136.37 - </div> 136.38 + <br /> 136.39 + <div id="reference"></div> 136.40 </body> 136.41 </html> 136.42 \ No newline at end of file
137.1 --- a/approved/css2.1/src/colors/color-107.xht Wed Jan 09 13:58:42 2013 -0800 137.2 +++ b/approved/css2.1/src/colors/color-107.xht Thu Jan 10 12:01:12 2013 -0800 137.3 @@ -6,29 +6,27 @@ 137.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 137.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 137.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 137.7 - <link rel="match" href="color-017-ref.xht" /> 137.8 - 137.9 + <link rel="match" href="color-017-ref.xht" /> 137.10 <meta name="flags" content="ahem" /> 137.11 <meta name="assert" content="The 'color' set to 'rgb(0, +255, 0)' renders the correct foreground color of an element's text content." /> 137.12 <style type="text/css"> 137.13 #test 137.14 { 137.15 color: rgb(0, +255, 0); 137.16 - font: 1in/1 Ahem; 137.17 + font: 100px/1 Ahem; 137.18 } 137.19 - img 137.20 + #reference 137.21 { 137.22 - height: 1in; 137.23 - width: 1in; 137.24 + height: 100px; 137.25 + width: 100px; 137.26 + background-color: #00ff00; 137.27 } 137.28 </style> 137.29 </head> 137.30 <body> 137.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 137.32 + <p>Test passes if the two squares below are the same color.</p> 137.33 <div id="test">X</div> 137.34 - <div id="reference"> 137.35 - <br /> 137.36 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 137.37 - </div> 137.38 + <br /> 137.39 + <div id="reference"></div> 137.40 </body> 137.41 </html> 137.42 \ No newline at end of file
138.1 --- a/approved/css2.1/src/colors/color-108.xht Wed Jan 09 13:58:42 2013 -0800 138.2 +++ b/approved/css2.1/src/colors/color-108.xht Thu Jan 10 12:01:12 2013 -0800 138.3 @@ -6,29 +6,27 @@ 138.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 138.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 138.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 138.7 - <link rel="match" href="color-017-ref.xht" /> 138.8 - 138.9 + <link rel="match" href="color-017-ref.xht" /> 138.10 <meta name="flags" content="ahem invalid" /> 138.11 <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." /> 138.12 <style type="text/css"> 138.13 #test 138.14 { 138.15 color: rgb(0, 256, 0); 138.16 - font: 1in/1 Ahem; 138.17 + font: 100px/1 Ahem; 138.18 } 138.19 - img 138.20 + #reference 138.21 { 138.22 - height: 1in; 138.23 - width: 1in; 138.24 + height: 100px; 138.25 + width: 100px; 138.26 + background-color: #00ff00; 138.27 } 138.28 </style> 138.29 </head> 138.30 <body> 138.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 138.32 + <p>Test passes if the two squares below are the same color.</p> 138.33 <div id="test">X</div> 138.34 - <div id="reference"> 138.35 - <br /> 138.36 - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> 138.37 - </div> 138.38 + <br /> 138.39 + <div id="reference"></div> 138.40 </body> 138.41 </html> 138.42 \ No newline at end of file
139.1 --- a/approved/css2.1/src/colors/color-109.xht Wed Jan 09 13:58:42 2013 -0800 139.2 +++ b/approved/css2.1/src/colors/color-109.xht Thu Jan 10 12:01:12 2013 -0800 139.3 @@ -6,29 +6,27 @@ 139.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 139.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 139.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 139.7 - <link rel="match" href="color-002-ref.xht" /> 139.8 - 139.9 + <link rel="match" href="color-002-ref.xht" /> 139.10 <meta name="flags" content="ahem invalid" /> 139.11 <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." /> 139.12 <style type="text/css"> 139.13 #test 139.14 { 139.15 color: rgb(0%, 0%, -1%); 139.16 - font: 1in/1 Ahem; 139.17 + font: 100px/1 Ahem; 139.18 } 139.19 - img 139.20 + #reference 139.21 { 139.22 - height: 1in; 139.23 - width: 1in; 139.24 + height: 100px; 139.25 + width: 100px; 139.26 + background-color: #000000; 139.27 } 139.28 </style> 139.29 </head> 139.30 <body> 139.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 139.32 + <p>Test passes if the two squares below are the same color.</p> 139.33 <div id="test">X</div> 139.34 - <div id="reference"> 139.35 - <br /> 139.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 139.37 - </div> 139.38 + <br /> 139.39 + <div id="reference"></div> 139.40 </body> 139.41 </html> 139.42 \ No newline at end of file
140.1 --- a/approved/css2.1/src/colors/color-110.xht Wed Jan 09 13:58:42 2013 -0800 140.2 +++ b/approved/css2.1/src/colors/color-110.xht Thu Jan 10 12:01:12 2013 -0800 140.3 @@ -3,18 +3,13 @@ 140.4 <head> 140.5 <title>CSS Test: Color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> 140.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 140.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 140.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 140.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 140.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 140.11 <link rel="match" href="color-110-ref.xht"/> 140.12 <meta name="flags" content="ahem" /> 140.13 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 1%)' renders the correct foreground color of an element's text content." /> 140.14 <style type="text/css"> 140.15 - div 140.16 - { 140.17 - height: 100px; 140.18 - width: 100px; 140.19 - } 140.20 #test 140.21 { 140.22 color: rgb(0%, 0%, 1%); 140.23 @@ -22,6 +17,8 @@ 140.24 } 140.25 #reference 140.26 { 140.27 + height: 100px; 140.28 + width: 100px; 140.29 background-color: rgb(0%, 0%, 1%); 140.30 margin-top: 10px; 140.31 }
141.1 --- a/approved/css2.1/src/colors/color-111.xht Wed Jan 09 13:58:42 2013 -0800 141.2 +++ b/approved/css2.1/src/colors/color-111.xht Thu Jan 10 12:01:12 2013 -0800 141.3 @@ -6,29 +6,27 @@ 141.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 141.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 141.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 141.7 - <link rel="match" href="color-002-ref.xht" /> 141.8 - 141.9 + <link rel="match" href="color-002-ref.xht" /> 141.10 <meta name="flags" content="ahem" /> 141.11 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, -0%)' renders the correct foreground color of an element's text content." /> 141.12 <style type="text/css"> 141.13 #test 141.14 { 141.15 color: rgb(0%, 0%, -0%); 141.16 - font: 1in/1 Ahem; 141.17 + font: 100px/1 Ahem; 141.18 } 141.19 - img 141.20 + #reference 141.21 { 141.22 - height: 1in; 141.23 - width: 1in; 141.24 + height: 100px; 141.25 + width: 100px; 141.26 + background-color: #000000; 141.27 } 141.28 </style> 141.29 </head> 141.30 <body> 141.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 141.32 + <p>Test passes if the two squares below are the same color.</p> 141.33 <div id="test">X</div> 141.34 - <div id="reference"> 141.35 - <br /> 141.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 141.37 - </div> 141.38 + <br /> 141.39 + <div id="reference"></div> 141.40 </body> 141.41 </html> 141.42 \ No newline at end of file
142.1 --- a/approved/css2.1/src/colors/color-112.xht Wed Jan 09 13:58:42 2013 -0800 142.2 +++ b/approved/css2.1/src/colors/color-112.xht Thu Jan 10 12:01:12 2013 -0800 142.3 @@ -6,29 +6,27 @@ 142.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 142.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 142.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 142.7 - <link rel="match" href="color-002-ref.xht" /> 142.8 - 142.9 + <link rel="match" href="color-002-ref.xht" /> 142.10 <meta name="flags" content="ahem" /> 142.11 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +0%)' renders the correct foreground color of an element's text content." /> 142.12 <style type="text/css"> 142.13 #test 142.14 { 142.15 color: rgb(0%, 0%, +0%); 142.16 - font: 1in/1 Ahem; 142.17 + font: 100px/1 Ahem; 142.18 } 142.19 - img 142.20 + #reference 142.21 { 142.22 - height: 1in; 142.23 - width: 1in; 142.24 + height: 100px; 142.25 + width: 100px; 142.26 + background-color: #000000; 142.27 } 142.28 </style> 142.29 </head> 142.30 <body> 142.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 142.32 + <p>Test passes if the two squares below are the same color.</p> 142.33 <div id="test">X</div> 142.34 - <div id="reference"> 142.35 - <br /> 142.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 142.37 - </div> 142.38 + <br /> 142.39 + <div id="reference"></div> 142.40 </body> 142.41 </html> 142.42 \ No newline at end of file
143.1 --- a/approved/css2.1/src/colors/color-113.xht Wed Jan 09 13:58:42 2013 -0800 143.2 +++ b/approved/css2.1/src/colors/color-113.xht Thu Jan 10 12:01:12 2013 -0800 143.3 @@ -3,18 +3,12 @@ 143.4 <head> 143.5 <title>CSS Test: Color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)</title> 143.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 143.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 143.8 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 143.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 143.10 <link rel="match" href="color-113-ref.xht"/> 143.11 <meta name="flags" content="ahem" /> 143.12 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 50%)' renders the correct foreground color of an element's text content." /> 143.13 <style type="text/css"> 143.14 - div 143.15 - { 143.16 - height: 100px; 143.17 - width: 100px; 143.18 - } 143.19 #test 143.20 { 143.21 color: rgb(0%, 0%, 50%); 143.22 @@ -22,6 +16,8 @@ 143.23 } 143.24 #reference 143.25 { 143.26 + height: 100px; 143.27 + width: 100px; 143.28 background-color: rgb(0%, 0%, 50%); 143.29 margin-top: 10px; 143.30 }
144.1 --- a/approved/css2.1/src/colors/color-114.xht Wed Jan 09 13:58:42 2013 -0800 144.2 +++ b/approved/css2.1/src/colors/color-114.xht Thu Jan 10 12:01:12 2013 -0800 144.3 @@ -3,18 +3,12 @@ 144.4 <head> 144.5 <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> 144.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 144.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 144.8 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 144.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 144.10 <link rel="match" href="color-113-ref.xht"/> 144.11 <meta name="flags" content="ahem" /> 144.12 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +50%)' renders the correct foreground color of an element's text content." /> 144.13 <style type="text/css"> 144.14 - div 144.15 - { 144.16 - height: 100px; 144.17 - width: 100px; 144.18 - } 144.19 #test 144.20 { 144.21 color: rgb(0%, 0%, +50%); 144.22 @@ -22,6 +16,8 @@ 144.23 } 144.24 #reference 144.25 { 144.26 + height: 100px; 144.27 + width: 100px; 144.28 background-color: rgb(0%, 0%, 50%); 144.29 margin-top: 10px; 144.30 }
145.1 --- a/approved/css2.1/src/colors/color-115.xht Wed Jan 09 13:58:42 2013 -0800 145.2 +++ b/approved/css2.1/src/colors/color-115.xht Thu Jan 10 12:01:12 2013 -0800 145.3 @@ -3,18 +3,13 @@ 145.4 <head> 145.5 <title>CSS Test: Color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> 145.6 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 145.7 - <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> 145.8 + <link rel="author" title="Rebecca Hauck" href="rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> 145.9 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 145.10 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 145.11 <link rel="match" href="color-115-ref.xht"/> 145.12 <meta name="flags" content="ahem" /> 145.13 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 99%)' renders the correct foreground color of an element's text content." /> 145.14 <style type="text/css"> 145.15 - div 145.16 - { 145.17 - height: 100px; 145.18 - width: 100px; 145.19 - } 145.20 #test 145.21 { 145.22 color: rgb(0%, 0%, 99%); 145.23 @@ -22,6 +17,8 @@ 145.24 } 145.25 #reference 145.26 { 145.27 + height: 100px; 145.28 + width: 100px; 145.29 background-color: rgb(0%, 0%, 99%); 145.30 margin-top: 10px; 145.31 }
146.1 --- a/approved/css2.1/src/colors/color-116.xht Wed Jan 09 13:58:42 2013 -0800 146.2 +++ b/approved/css2.1/src/colors/color-116.xht Thu Jan 10 12:01:12 2013 -0800 146.3 @@ -6,29 +6,27 @@ 146.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 146.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 146.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 146.7 - <link rel="match" href="color-022-ref.xht" /> 146.8 - 146.9 + <link rel="match" href="color-022-ref.xht" /> 146.10 <meta name="flags" content="ahem" /> 146.11 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 100%)' renders the correct foreground color of an element's text content." /> 146.12 <style type="text/css"> 146.13 #test 146.14 { 146.15 color: rgb(0%, 0%, 100%); 146.16 - font: 1in/1 Ahem; 146.17 + font: 100px/1 Ahem; 146.18 } 146.19 - img 146.20 + #reference 146.21 { 146.22 - height: 1in; 146.23 - width: 1in; 146.24 + height: 100px; 146.25 + width: 100px; 146.26 + background-color: #0000ff; 146.27 } 146.28 </style> 146.29 </head> 146.30 <body> 146.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 146.32 + <p>Test passes if the two squares below are the same color.</p> 146.33 <div id="test">X</div> 146.34 - <div id="reference"> 146.35 - <br /> 146.36 - <img alt="#00f color swatch" src="support/00f_color.png" /> 146.37 - </div> 146.38 + <br /> 146.39 + <div id="reference"></div> 146.40 </body> 146.41 </html> 146.42 \ No newline at end of file
147.1 --- a/approved/css2.1/src/colors/color-117.xht Wed Jan 09 13:58:42 2013 -0800 147.2 +++ b/approved/css2.1/src/colors/color-117.xht Thu Jan 10 12:01:12 2013 -0800 147.3 @@ -6,29 +6,27 @@ 147.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 147.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 147.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 147.7 - <link rel="match" href="color-022-ref.xht" /> 147.8 - 147.9 + <link rel="match" href="color-022-ref.xht" /> 147.10 <meta name="flags" content="ahem" /> 147.11 <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +100%)' renders the correct foreground color of an element's text content." /> 147.12 <style type="text/css"> 147.13 #test 147.14 { 147.15 color: rgb(0%, 0%, +100%); 147.16 - font: 1in/1 Ahem; 147.17 + font: 100px/1 Ahem; 147.18 } 147.19 - img 147.20 + #reference 147.21 { 147.22 - height: 1in; 147.23 - width: 1in; 147.24 + height: 100px; 147.25 + width: 100px; 147.26 + background-color: #0000ff; 147.27 } 147.28 </style> 147.29 </head> 147.30 <body> 147.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 147.32 + <p>Test passes if the two squares below are the same color.</p> 147.33 <div id="test">X</div> 147.34 - <div id="reference"> 147.35 - <br /> 147.36 - <img alt="#00f color swatch" src="support/00f_color.png" /> 147.37 - </div> 147.38 + <br /> 147.39 + <div id="reference"></div> 147.40 </body> 147.41 </html> 147.42 \ No newline at end of file
148.1 --- a/approved/css2.1/src/colors/color-118.xht Wed Jan 09 13:58:42 2013 -0800 148.2 +++ b/approved/css2.1/src/colors/color-118.xht Thu Jan 10 12:01:12 2013 -0800 148.3 @@ -6,29 +6,27 @@ 148.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 148.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 148.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 148.7 - <link rel="match" href="color-022-ref.xht" /> 148.8 - 148.9 + <link rel="match" href="color-022-ref.xht" /> 148.10 <meta name="flags" content="ahem invalid" /> 148.11 <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." /> 148.12 <style type="text/css"> 148.13 #test 148.14 { 148.15 color: rgb(0%, 0%, 101%); 148.16 - font: 1in/1 Ahem; 148.17 + font: 100px/1 Ahem; 148.18 } 148.19 - img 148.20 + #reference 148.21 { 148.22 - height: 1in; 148.23 - width: 1in; 148.24 + height: 100px; 148.25 + width: 100px; 148.26 + background-color: #0000ff; 148.27 } 148.28 </style> 148.29 </head> 148.30 <body> 148.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 148.32 + <p>Test passes if the two squares below are the same color.</p> 148.33 <div id="test">X</div> 148.34 - <div id="reference"> 148.35 - <br /> 148.36 - <img alt="#00f color swatch" src="support/00f_color.png" /> 148.37 - </div> 148.38 + <br /> 148.39 + <div id="reference"></div> 148.40 </body> 148.41 </html> 148.42 \ No newline at end of file
149.1 --- a/approved/css2.1/src/colors/color-119.xht Wed Jan 09 13:58:42 2013 -0800 149.2 +++ b/approved/css2.1/src/colors/color-119.xht Thu Jan 10 12:01:12 2013 -0800 149.3 @@ -6,29 +6,27 @@ 149.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 149.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 149.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 149.7 - <link rel="match" href="color-002-ref.xht" /> 149.8 - 149.9 + <link rel="match" href="color-002-ref.xht" /> 149.10 <meta name="flags" content="ahem invalid" /> 149.11 <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." /> 149.12 <style type="text/css"> 149.13 #test 149.14 { 149.15 color: rgb(0, 0, -1); 149.16 - font: 1in/1 Ahem; 149.17 + font: 100px/1 Ahem; 149.18 } 149.19 - img 149.20 + #reference 149.21 { 149.22 - height: 1in; 149.23 - width: 1in; 149.24 + height: 100px; 149.25 + width: 100px; 149.26 + background-color: #000000; 149.27 } 149.28 </style> 149.29 </head> 149.30 <body> 149.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 149.32 + <p>Test passes if the two squares below are the same color.</p> 149.33 <div id="test">X</div> 149.34 - <div id="reference"> 149.35 - <br /> 149.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 149.37 - </div> 149.38 + <br /> 149.39 + <div id="reference"></div> 149.40 </body> 149.41 </html> 149.42 \ No newline at end of file
150.1 --- a/approved/css2.1/src/colors/color-120.xht Wed Jan 09 13:58:42 2013 -0800 150.2 +++ b/approved/css2.1/src/colors/color-120.xht Thu Jan 10 12:01:12 2013 -0800 150.3 @@ -6,29 +6,27 @@ 150.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 150.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 150.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 150.7 - <link rel="match" href="color-019-ref.xht" /> 150.8 - 150.9 + <link rel="match" href="color-019-ref.xht" /> 150.10 <meta name="flags" content="ahem" /> 150.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, 1)' renders the correct foreground color of an element's text content." /> 150.12 <style type="text/css"> 150.13 #test 150.14 { 150.15 color: rgb(0, 0, 1); 150.16 - font: 1in/1 Ahem; 150.17 + font: 100px/1 Ahem; 150.18 } 150.19 - img 150.20 + #reference 150.21 { 150.22 - height: 1in; 150.23 - width: 1in; 150.24 + height: 100px; 150.25 + width: 100px; 150.26 + background-color: #000001; 150.27 } 150.28 </style> 150.29 </head> 150.30 <body> 150.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 150.32 + <p>Test passes if the two squares below are the same color.</p> 150.33 <div id="test">X</div> 150.34 - <div id="reference"> 150.35 - <br /> 150.36 - <img alt="#000001 color swatch" src="support/000001_color.png" /> 150.37 - </div> 150.38 + <br /> 150.39 + <div id="reference"></div> 150.40 </body> 150.41 </html> 150.42 \ No newline at end of file
151.1 --- a/approved/css2.1/src/colors/color-121.xht Wed Jan 09 13:58:42 2013 -0800 151.2 +++ b/approved/css2.1/src/colors/color-121.xht Thu Jan 10 12:01:12 2013 -0800 151.3 @@ -6,29 +6,27 @@ 151.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 151.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 151.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 151.7 - <link rel="match" href="color-002-ref.xht" /> 151.8 - 151.9 + <link rel="match" href="color-002-ref.xht" /> 151.10 <meta name="flags" content="ahem" /> 151.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, -0)' renders the correct foreground color of an element's text content." /> 151.12 <style type="text/css"> 151.13 #test 151.14 { 151.15 color: rgb(0, 0, -0); 151.16 - font: 1in/1 Ahem; 151.17 + font: 100px/1 Ahem; 151.18 } 151.19 - img 151.20 + #reference 151.21 { 151.22 - height: 1in; 151.23 - width: 1in; 151.24 + height: 100px; 151.25 + width: 100px; 151.26 + background-color: #000000; 151.27 } 151.28 </style> 151.29 </head> 151.30 <body> 151.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 151.32 + <p>Test passes if the two squares below are the same color.</p> 151.33 <div id="test">X</div> 151.34 - <div id="reference"> 151.35 - <br /> 151.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 151.37 - </div> 151.38 + <br /> 151.39 + <div id="reference"></div> 151.40 </body> 151.41 </html> 151.42 \ No newline at end of file
152.1 --- a/approved/css2.1/src/colors/color-122.xht Wed Jan 09 13:58:42 2013 -0800 152.2 +++ b/approved/css2.1/src/colors/color-122.xht Thu Jan 10 12:01:12 2013 -0800 152.3 @@ -6,29 +6,27 @@ 152.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 152.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 152.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 152.7 - <link rel="match" href="color-002-ref.xht" /> 152.8 - 152.9 + <link rel="match" href="color-002-ref.xht" /> 152.10 <meta name="flags" content="ahem" /> 152.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, +0)' renders the correct foreground color of an element's text content." /> 152.12 <style type="text/css"> 152.13 #test 152.14 { 152.15 color: rgb(0, 0, +0); 152.16 - font: 1in/1 Ahem; 152.17 + font: 100px/1 Ahem; 152.18 } 152.19 - img 152.20 + #reference 152.21 { 152.22 - height: 1in; 152.23 - width: 1in; 152.24 + height: 100px; 152.25 + width: 100px; 152.26 + background-color: #000000; 152.27 } 152.28 </style> 152.29 </head> 152.30 <body> 152.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 152.32 + <p>Test passes if the two squares below are the same color.</p> 152.33 <div id="test">X</div> 152.34 - <div id="reference"> 152.35 - <br /> 152.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 152.37 - </div> 152.38 + <br /> 152.39 + <div id="reference"></div> 152.40 </body> 152.41 </html> 152.42 \ No newline at end of file
153.1 --- a/approved/css2.1/src/colors/color-123-ref.xht Wed Jan 09 13:58:42 2013 -0800 153.2 +++ b/approved/css2.1/src/colors/color-123-ref.xht Thu Jan 10 12:01:12 2013 -0800 153.3 @@ -11,9 +11,9 @@ 153.4 <style type="text/css"><![CDATA[ 153.5 img 153.6 { 153.7 - height: 1in; 153.8 + height: 100px; 153.9 vertical-align: top; 153.10 - width: 1in; 153.11 + width: 100px; 153.12 } 153.13 ]]></style> 153.14 153.15 @@ -21,14 +21,14 @@ 153.16 153.17 <body> 153.18 153.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 153.20 + <p>Test passes if the two squares below are the same color.</p> 153.21 153.22 - <div> 153.23 - <img alt="Image download support must be enabled" src="support/000080_color.png" /> 153.24 + <div> 153.25 + <img alt="Image download support must be enabled" src="support/000080_color.png" /> 153.26 </div> 153.27 153.28 - <div><br /> 153.29 - <img alt="Image download support must be enabled" src="support/000080_color.png" /> 153.30 + <div><br /> 153.31 + <img alt="Image download support must be enabled" src="support/000080_color.png" /> 153.32 </div> 153.33 153.34 </body>
154.1 --- a/approved/css2.1/src/colors/color-123.xht Wed Jan 09 13:58:42 2013 -0800 154.2 +++ b/approved/css2.1/src/colors/color-123.xht Thu Jan 10 12:01:12 2013 -0800 154.3 @@ -6,29 +6,27 @@ 154.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 154.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 154.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 154.7 - <link rel="match" href="color-123-ref.xht" /> 154.8 - 154.9 + <link rel="match" href="color-123-ref.xht" /> 154.10 <meta name="flags" content="ahem" /> 154.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, 128)' renders the correct foreground color of an element's text content." /> 154.12 <style type="text/css"> 154.13 #test 154.14 { 154.15 color: rgb(0, 0, 128); 154.16 - font: 1in/1 Ahem; 154.17 + font: 100px/1 Ahem; 154.18 } 154.19 - img 154.20 + #reference 154.21 { 154.22 - height: 1in; 154.23 - width: 1in; 154.24 - } 154.25 + height: 100px; 154.26 + width: 100px; 154.27 + background-color: rgb(0, 0, 128); 154.28 + } 154.29 </style> 154.30 </head> 154.31 <body> 154.32 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 154.33 + <p>Test passes if the two squares below are the same color.</p> 154.34 <div id="test">X</div> 154.35 - <div id="reference"> 154.36 - <br /> 154.37 - <img alt="#000080 color swatch" src="support/000080_color.png" /> 154.38 - </div> 154.39 + <br /> 154.40 + <div id="reference"></div> 154.41 </body> 154.42 </html> 154.43 \ No newline at end of file
155.1 --- a/approved/css2.1/src/colors/color-124.xht Wed Jan 09 13:58:42 2013 -0800 155.2 +++ b/approved/css2.1/src/colors/color-124.xht Thu Jan 10 12:01:12 2013 -0800 155.3 @@ -6,29 +6,27 @@ 155.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 155.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 155.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 155.7 - <link rel="match" href="color-123-ref.xht" /> 155.8 - 155.9 + <link rel="match" href="color-123-ref.xht" /> 155.10 <meta name="flags" content="ahem" /> 155.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, +128)' renders the correct foreground color of an element's text content." /> 155.12 <style type="text/css"> 155.13 #test 155.14 { 155.15 color: rgb(0, 0, +128); 155.16 - font: 1in/1 Ahem; 155.17 + font: 100px/1 Ahem; 155.18 } 155.19 - img 155.20 + #reference 155.21 { 155.22 - height: 1in; 155.23 - width: 1in; 155.24 + height: 100px; 155.25 + width: 100px; 155.26 + background-color: rgb(0, 0, 128); 155.27 } 155.28 </style> 155.29 </head> 155.30 <body> 155.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 155.32 + <p>Test passes if the two squares below are the same color.</p> 155.33 <div id="test">X</div> 155.34 - <div id="reference"> 155.35 - <br /> 155.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 155.37 - </div> 155.38 + <br /> 155.39 + <div id="reference"></div> 155.40 </body> 155.41 </html> 155.42 \ No newline at end of file
156.1 --- a/approved/css2.1/src/colors/color-125.xht Wed Jan 09 13:58:42 2013 -0800 156.2 +++ b/approved/css2.1/src/colors/color-125.xht Thu Jan 10 12:01:12 2013 -0800 156.3 @@ -6,29 +6,27 @@ 156.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 156.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 156.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 156.7 - <link rel="match" href="color-021-ref.xht" /> 156.8 - 156.9 + <link rel="match" href="color-021-ref.xht" /> 156.10 <meta name="flags" content="ahem" /> 156.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, 254)' renders the correct foreground color of an element's text content." /> 156.12 <style type="text/css"> 156.13 #test 156.14 { 156.15 color: rgb(0, 0, 254); 156.16 - font: 1in/1 Ahem; 156.17 + font: 100px/1 Ahem; 156.18 } 156.19 - img 156.20 + #reference 156.21 { 156.22 - height: 1in; 156.23 - width: 1in; 156.24 + height: 100px; 156.25 + width: 100px; 156.26 + background-color: rgb(0, 0, 254); 156.27 } 156.28 </style> 156.29 </head> 156.30 <body> 156.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 156.32 + <p>Test passes if the two squares below are the same color.</p> 156.33 <div id="test">X</div> 156.34 - <div id="reference"> 156.35 - <br /> 156.36 - <img alt="#0000fe color swatch" src="support/0000fe_color.png" /> 156.37 - </div> 156.38 + <br /> 156.39 + <div id="reference"></div> 156.40 </body> 156.41 </html> 156.42 \ No newline at end of file
157.1 --- a/approved/css2.1/src/colors/color-126.xht Wed Jan 09 13:58:42 2013 -0800 157.2 +++ b/approved/css2.1/src/colors/color-126.xht Thu Jan 10 12:01:12 2013 -0800 157.3 @@ -6,29 +6,27 @@ 157.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 157.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 157.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 157.7 - <link rel="match" href="color-022-ref.xht" /> 157.8 - 157.9 + <link rel="match" href="color-022-ref.xht" /> 157.10 <meta name="flags" content="ahem" /> 157.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, 255)' renders the correct foreground color of an element's text content." /> 157.12 <style type="text/css"> 157.13 #test 157.14 { 157.15 color: rgb(0, 0, 255); 157.16 - font: 1in/1 Ahem; 157.17 + font: 100px/1 Ahem; 157.18 } 157.19 - img 157.20 + #reference 157.21 { 157.22 - height: 1in; 157.23 - width: 1in; 157.24 + height: 100px; 157.25 + width: 100px; 157.26 + background-color: #0000ff; 157.27 } 157.28 </style> 157.29 </head> 157.30 <body> 157.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 157.32 + <p>Test passes if the two squares below are the same color.</p> 157.33 <div id="test">X</div> 157.34 - <div id="reference"> 157.35 - <br /> 157.36 - <img alt="#00f color swatch" src="support/00f_color.png" /> 157.37 - </div> 157.38 + <br /> 157.39 + <div id="reference"></div> 157.40 </body> 157.41 </html> 157.42 \ No newline at end of file
158.1 --- a/approved/css2.1/src/colors/color-127.xht Wed Jan 09 13:58:42 2013 -0800 158.2 +++ b/approved/css2.1/src/colors/color-127.xht Thu Jan 10 12:01:12 2013 -0800 158.3 @@ -6,29 +6,27 @@ 158.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 158.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 158.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 158.7 - <link rel="match" href="color-022-ref.xht" /> 158.8 - 158.9 + <link rel="match" href="color-022-ref.xht" /> 158.10 <meta name="flags" content="ahem" /> 158.11 <meta name="assert" content="The 'color' set to 'rgb(0, 0, +255)' renders the correct foreground color of an element's text content." /> 158.12 <style type="text/css"> 158.13 #test 158.14 { 158.15 color: rgb(0, 0, +255); 158.16 - font: 1in/1 Ahem; 158.17 + font: 100px/1 Ahem; 158.18 } 158.19 - img 158.20 + #reference 158.21 { 158.22 - height: 1in; 158.23 - width: 1in; 158.24 + height: 100px; 158.25 + width: 100px; 158.26 + background-color: #0000ff; 158.27 } 158.28 </style> 158.29 </head> 158.30 <body> 158.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 158.32 + <p>Test passes if the two squares below are the same color.</p> 158.33 <div id="test">X</div> 158.34 - <div id="reference"> 158.35 - <br /> 158.36 - <img alt="#00f color swatch" src="support/00f_color.png" /> 158.37 - </div> 158.38 + <br /> 158.39 + <div id="reference"></div> 158.40 </body> 158.41 </html> 158.42 \ No newline at end of file
159.1 --- a/approved/css2.1/src/colors/color-128.xht Wed Jan 09 13:58:42 2013 -0800 159.2 +++ b/approved/css2.1/src/colors/color-128.xht Thu Jan 10 12:01:12 2013 -0800 159.3 @@ -6,29 +6,27 @@ 159.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 159.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 159.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 159.7 - <link rel="match" href="color-022-ref.xht" /> 159.8 - 159.9 + <link rel="match" href="color-022-ref.xht" /> 159.10 <meta name="flags" content="ahem invalid" /> 159.11 <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." /> 159.12 <style type="text/css"> 159.13 #test 159.14 { 159.15 color: rgb(0, 0, 256); 159.16 - font: 1in/1 Ahem; 159.17 + font: 100px/1 Ahem; 159.18 } 159.19 - img 159.20 + #reference 159.21 { 159.22 - height: 1in; 159.23 - width: 1in; 159.24 + height: 100px; 159.25 + width: 100px; 159.26 + background-color: #0000ff; 159.27 } 159.28 </style> 159.29 </head> 159.30 <body> 159.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 159.32 + <p>Test passes if the two squares below are the same color.</p> 159.33 <div id="test">X</div> 159.34 - <div id="reference"> 159.35 - <br /> 159.36 - <img alt="#00f color swatch" src="support/00f_color.png" /> 159.37 - </div> 159.38 + <br /> 159.39 + <div id="reference"></div> 159.40 </body> 159.41 </html> 159.42 \ No newline at end of file
160.1 --- a/approved/css2.1/src/colors/color-129-ref.xht Wed Jan 09 13:58:42 2013 -0800 160.2 +++ b/approved/css2.1/src/colors/color-129-ref.xht Thu Jan 10 12:01:12 2013 -0800 160.3 @@ -11,9 +11,9 @@ 160.4 <style type="text/css"><![CDATA[ 160.5 img 160.6 { 160.7 - height: 1in; 160.8 + height: 100px; 160.9 vertical-align: top; 160.10 - width: 1in; 160.11 + width: 100px; 160.12 } 160.13 ]]></style> 160.14 160.15 @@ -21,14 +21,14 @@ 160.16 160.17 <body> 160.18 160.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 160.20 + <p>Test passes if the two squares below are the same color.</p> 160.21 160.22 - <div> 160.23 - <img alt="Image download support must be enabled" src="support/aqua_color.png" /> 160.24 + <div> 160.25 + <img alt="Image download support must be enabled" src="support/aqua_color.png" /> 160.26 </div> 160.27 160.28 - <div><br /> 160.29 - <img alt="Image download support must be enabled" src="support/aqua_color.png" /> 160.30 + <div><br /> 160.31 + <img alt="Image download support must be enabled" src="support/aqua_color.png" /> 160.32 </div> 160.33 160.34 </body>
161.1 --- a/approved/css2.1/src/colors/color-129.xht Wed Jan 09 13:58:42 2013 -0800 161.2 +++ b/approved/css2.1/src/colors/color-129.xht Thu Jan 10 12:01:12 2013 -0800 161.3 @@ -6,29 +6,27 @@ 161.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 161.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 161.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 161.7 - <link rel="match" href="color-129-ref.xht" /> 161.8 - 161.9 + <link rel="match" href="color-129-ref.xht" /> 161.10 <meta name="flags" content="ahem" /> 161.11 <meta name="assert" content="The 'color' set to 'aqua' renders the correct foreground color of an element's text content." /> 161.12 <style type="text/css"> 161.13 #test 161.14 { 161.15 color: aqua; 161.16 - font: 1in/1 Ahem; 161.17 + font: 100px/1 Ahem; 161.18 } 161.19 - img 161.20 + #reference 161.21 { 161.22 - height: 1in; 161.23 - width: 1in; 161.24 + height: 100px; 161.25 + width: 100px; 161.26 + background-color: aqua; 161.27 } 161.28 </style> 161.29 </head> 161.30 <body> 161.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 161.32 + <p>Test passes if the two squares below are the same color.</p> 161.33 <div id="test">X</div> 161.34 - <div id="reference"> 161.35 - <br /> 161.36 - <img alt="aqua color swatch" src="support/aqua_color.png" /> 161.37 - </div> 161.38 + <br /> 161.39 + <div id="reference"></div> 161.40 </body> 161.41 </html> 161.42 \ No newline at end of file
162.1 --- a/approved/css2.1/src/colors/color-130-ref.xht Wed Jan 09 13:58:42 2013 -0800 162.2 +++ b/approved/css2.1/src/colors/color-130-ref.xht Thu Jan 10 12:01:12 2013 -0800 162.3 @@ -11,9 +11,9 @@ 162.4 <style type="text/css"><![CDATA[ 162.5 img 162.6 { 162.7 - height: 1in; 162.8 + height: 100px; 162.9 vertical-align: top; 162.10 - width: 1in; 162.11 + width: 100px; 162.12 } 162.13 ]]></style> 162.14 162.15 @@ -21,14 +21,14 @@ 162.16 162.17 <body> 162.18 162.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 162.20 + <p>Test passes if the two squares below are the same color.</p> 162.21 162.22 - <div> 162.23 - <img alt="Image download support must be enabled" src="support/000_color.png" /> 162.24 + <div> 162.25 + <img alt="Image download support must be enabled" src="support/000_color.png" /> 162.26 </div> 162.27 162.28 - <div><br /> 162.29 - <img alt="Image download support must be enabled" src="support/000_color.png" /> 162.30 + <div><br /> 162.31 + <img alt="Image download support must be enabled" src="support/000_color.png" /> 162.32 </div> 162.33 162.34 </body>
163.1 --- a/approved/css2.1/src/colors/color-130.xht Wed Jan 09 13:58:42 2013 -0800 163.2 +++ b/approved/css2.1/src/colors/color-130.xht Thu Jan 10 12:01:12 2013 -0800 163.3 @@ -6,29 +6,27 @@ 163.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 163.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 163.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 163.7 - <link rel="match" href="color-130-ref.xht" /> 163.8 - 163.9 + <link rel="match" href="color-130-ref.xht" /> 163.10 <meta name="flags" content="ahem" /> 163.11 <meta name="assert" content="The 'color' set to 'black' renders the correct foreground color of an element's text content." /> 163.12 <style type="text/css"> 163.13 #test 163.14 { 163.15 color: black; 163.16 - font: 1in/1 Ahem; 163.17 + font: 100px/1 Ahem; 163.18 } 163.19 - img 163.20 + #reference 163.21 { 163.22 - height: 1in; 163.23 - width: 1in; 163.24 + height: 100px; 163.25 + width: 100px; 163.26 + background-color: black; 163.27 } 163.28 </style> 163.29 </head> 163.30 <body> 163.31 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 163.32 + <p>Test passes if the two squares below are the same color.</p> 163.33 <div id="test">X</div> 163.34 - <div id="reference"> 163.35 - <br /> 163.36 - <img alt="#000 color swatch" src="support/000_color.png" /> 163.37 - </div> 163.38 + <br /> 163.39 + <div id="reference"></div> 163.40 </body> 163.41 </html> 163.42 \ No newline at end of file
164.1 --- a/approved/css2.1/src/colors/color-131-ref.xht Wed Jan 09 13:58:42 2013 -0800 164.2 +++ b/approved/css2.1/src/colors/color-131-ref.xht Thu Jan 10 12:01:12 2013 -0800 164.3 @@ -11,9 +11,9 @@ 164.4 <style type="text/css"><![CDATA[ 164.5 img 164.6 { 164.7 - height: 1in; 164.8 + height: 100px; 164.9 vertical-align: top; 164.10 - width: 1in; 164.11 + width: 100px; 164.12 } 164.13 ]]></style> 164.14 164.15 @@ -21,14 +21,14 @@ 164.16 164.17 <body> 164.18 164.19 - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> 164.20 + <p>Test passes if the two squares below are the same color.</p> 164.21 164.22 - <div> 164.23 - <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> 164.24 + <div> 164.25 + <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> 164.26 </div> 164.27 164.28 - <div><br /> 164.29 - <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> 164.30 + <div><br /> 164.31 + <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> 164.32 </div> 164.33 164.34 </body>
165.1 --- a/approved/css2.1/src/colors/color-131.xht Wed Jan 09 13:58:42 2013 -0800 165.2 +++ b/approved/css2.1/src/colors/color-131.xht Thu Jan 10 12:01:12 2013 -0800 165.3 @@ -6,29 +6,27 @@ 165.4 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> 165.5 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> 165.6 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> 165.7 - <link rel="match" href="color-131-ref.xht" /> 165.8 - 165.9 + <link rel="match" href="color-131-ref.xht" /> 165.10 <meta name="flags" content="ahem" /> 165.11 <meta name="assert" content="The 'color' set to 'blue' renders the correct foreground color of an element's text content." /> 165.12 <style type="text/css"> 165.13 #test 165.14 { 165.15 color: blue; 165.16 - font: 1in/1 Ahem; 165.17 + font: 100px/1 Ahem; 165.18 } 165.19 - img 165.20 + #reference 165.21 { 165.22 - height: 1in; 165.23 - width: 1in;