Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 | |
| 4 .grid { | |
| 5 width: 100px; | |
| 6 height: 100px; | |
| 7 } | |
| 8 | |
| 9 .green { | |
| 10 background: green; | |
| 11 } | |
| 12 | |
| 13 </style> | |
| 14 | |
| 15 <p>This test checks that positioned items can be dynamically changed.</p> | |
| 16 <p>The test passes if you see a 100x100 green square and no red.</p> | |
| 17 | |
| 18 <div class="grid green"> | |
| 19 </div> | |
| OLD | NEW |