OLD | NEW |
1 <html><head> | 1 <html><head> |
2 <script type=text/javascript> | 2 <script type=text/javascript> |
3 if (window.testRunner) | 3 if (window.testRunner) |
4 window.testRunner.dumpAsText(true); | 4 window.testRunner.dumpAsTextWithPixelResults(); |
5 </script> | 5 </script> |
6 <style type=text/css> | 6 <style type=text/css> |
7 .rounded { border: 2px solid black; border-radius: 5px / 10px; box-shadow: -150p
x 0 30px 200px #999; width: 400px; height: 200px; position: relative } | 7 .rounded { border: 2px solid black; border-radius: 5px / 10px; box-shadow: -150p
x 0 30px 200px #999; width: 400px; height: 200px; position: relative } |
8 .overflow { overflow: hidden; width: 20px; height: 20px; float: left; } | 8 .overflow { overflow: hidden; width: 20px; height: 20px; float: left; } |
9 </style></head><body> | 9 </style></head><body> |
10 <div class='overflow'> | 10 <div class='overflow'> |
11 <div class='rounded' style='left: 380px; top: 280px'></div> | 11 <div class='rounded' style='left: 380px; top: 280px'></div> |
12 </div> | 12 </div> |
13 <div class='overflow'> | 13 <div class='overflow'> |
14 <div class='rounded' style='left: 360px; top: 280px'></div> | 14 <div class='rounded' style='left: 360px; top: 280px'></div> |
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 <div class='rounded' style='left: 40px; top: 0px'></div> | 916 <div class='rounded' style='left: 40px; top: 0px'></div> |
917 </div> | 917 </div> |
918 <div class='overflow'> | 918 <div class='overflow'> |
919 <div class='rounded' style='left: 20px; top: 0px'></div> | 919 <div class='rounded' style='left: 20px; top: 0px'></div> |
920 </div> | 920 </div> |
921 <div class='overflow'> | 921 <div class='overflow'> |
922 <div class='rounded' style='left: 0px; top: 0px'></div> | 922 <div class='rounded' style='left: 0px; top: 0px'></div> |
923 </div> | 923 </div> |
924 <div style='clear:both'></div> | 924 <div style='clear:both'></div> |
925 </body></html> | 925 </body></html> |
OLD | NEW |