Sat, 23 Feb 2013 01:31:55 -0500
Removed trailing </div> at line 29 in both background-clip-008.html
and background-clip-009.html tests.
I copied black96x96.png into /support/ folder.
In background-clip-008.html, I changed
line 22 width: 50px;
to
line 22 width: auto;
so that the text assert would still make sense.
In background-clip-009.html, I updated-corrected the
pass/fail conditions sentence.
1.1 --- a/contributors/google/submitted/background-clip-008.html Fri Feb 22 21:52:47 2013 -0500 1.2 +++ b/contributors/google/submitted/background-clip-008.html Sat Feb 23 01:31:55 2013 -0500 1.3 @@ -13,16 +13,15 @@ 1.4 { 1.5 background-clip: padding-box; 1.6 background-color: red; 1.7 - border: 50px solid transparent; 1.8 + border: transparent solid 50px; 1.9 height: auto; 1.10 padding: 0px; 1.11 - width: 50px; 1.12 + width: auto; 1.13 } 1.14 </style> 1.15 </head> 1.16 <body> 1.17 <p>Test passes if there is no <strong>red</strong>.</p> 1.18 <div></div> 1.19 - </div> 1.20 </body> 1.21 </html>
2.1 --- a/contributors/google/submitted/background-clip-009.html Fri Feb 22 21:52:47 2013 -0500 2.2 +++ b/contributors/google/submitted/background-clip-009.html Sat Feb 23 01:31:55 2013 -0500 2.3 @@ -13,7 +13,7 @@ 2.4 { 2.5 background-clip: border-box; 2.6 background-color: black; 2.7 - border: solid 48px transparent; 2.8 + border: transparent solid 48px; 2.9 height: auto; 2.10 margin-bottom: 50px; 2.11 width: 0px; 2.12 @@ -21,8 +21,7 @@ 2.13 </style> 2.14 </head> 2.15 <body> 2.16 - <p>Test passes if there is no <strong>red</strong>.</p> 2.17 + <p>Test passes if there is a filled black square.</p> 2.18 <div></div> 2.19 - </div> 2.20 </body> 2.21 </html>
3.1 Binary file contributors/google/submitted/support/black96x96.png has changed