OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <script src="../../resources/run-after-layout-and-paint.js"></script> | 3 <script src="../resources/run-after-layout-and-paint.js"></script> |
4 <style> | 4 <style> |
5 .css-shape { | 5 .css-shape { |
6 shape-outside: circle(); | 6 shape-outside: circle(); |
7 shape-margin: 2px; | 7 shape-margin: 2px; |
8 width: 200px; | 8 width: 200px; |
9 border-radius: 50%; | 9 border-radius: 50%; |
10 float: left; | 10 float: left; |
11 } | 11 } |
12 | 12 |
13 p { | 13 p { |
(...skipping 21 matching lines...) Expand all Loading... |
35 function done() { | 35 function done() { |
36 setTimeout(function() { testRunner.notifyDone() }, 0); | 36 setTimeout(function() { testRunner.notifyDone() }, 0); |
37 } | 37 } |
38 | 38 |
39 if (window.testRunner) { | 39 if (window.testRunner) { |
40 testRunner.dumpAsTextWithPixelResults(); | 40 testRunner.dumpAsTextWithPixelResults(); |
41 testRunner.waitUntilDone(); | 41 testRunner.waitUntilDone(); |
42 } | 42 } |
43 </script> | 43 </script> |
44 </html> | 44 </html> |
OLD | NEW |