| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 #div1 { | 5 #div1 { |
| 6 width: 64px; | 6 width: 64px; |
| 7 height: 32px; | 7 height: 32px; |
| 8 background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/
svg" width="128" height="128"><circle fill="#3364c2" cx="64" cy="64" r="64" /></
svg>'); | 8 background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/
svg" width="128" height="128"><circle fill="#3364c2" cx="64" cy="64" r="64" /></
svg>'); |
| 9 background-size: 32px 32px; | 9 background-size: 32px 32px; |
| 10 background-repeat: repeat; | 10 background-repeat: repeat; |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 </script> | 42 </script> |
| 43 </head> | 43 </head> |
| 44 <body onload="setScale()"> | 44 <body onload="setScale()"> |
| 45 <div id="div1"></div> | 45 <div id="div1"></div> |
| 46 <div id="div2"></div> | 46 <div id="div2"></div> |
| 47 <div id="div3"></div> | 47 <div id="div3"></div> |
| 48 <div id="div4"></div> | 48 <div id="div4"></div> |
| 49 <p>Test for WK110047: This test passes if there are 4 rows of 2 circles and they
all have sharp edges.</p> | 49 <p>Test for WK110047: This test passes if there are 4 rows of 2 circles and they
all have sharp edges.</p> |
| 50 </body> | 50 </body> |
| 51 </html> | 51 </html> |
| OLD | NEW |