| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 <!DOCTYPE html> | 
|  | 2 <html> | 
|  | 3     <head> | 
|  | 4         <link rel="stylesheet" href="resources/shapes.css" type="text/css"></lin
    k> | 
|  | 5         <script src="../../resources/runner.js"></script> | 
|  | 6         <script src="resources/shapes.js"></script> | 
|  | 7     </head> | 
|  | 8     <body> | 
|  | 9         <pre id="log"></pre> | 
|  | 10         <script> | 
|  | 11             var properties = { | 
|  | 12                 width: "200px", | 
|  | 13                 height: "200px", | 
|  | 14                 webkitShapeOutside: "polygon(0 0, 200px 40px, 0px 40px, 200px 80
    px, 0px 80px, 200px 120px, 0px 120px, 200px 160px, 0px 160px, 200px 200px)", | 
|  | 15                 webkitShapeMargin: "5px" | 
|  | 16             }; | 
|  | 17             PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000))
    ; | 
|  | 18         </script> | 
|  | 19     </body> | 
|  | 20 </html> | 
| OLD | NEW | 
|---|