Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 * { | |
| 4 shape-margin: 52%; | |
| 5 shape-outside: circle(20px at 20px 20px); | |
| 6 width: 0.8%; | |
| 7 float: left; | |
| 8 overflow-y: scroll; | |
| 9 } | |
| 10 </style> | |
| 11 <img src=""> | |
| 12 <script> | |
| 13 if (window.testRunner) | |
| 14 testRunner.dumpAsText(); | |
| 15 </script> | |
| 16 <div>Test passes if it does not crash.</div> | |
| OLD | NEW |