Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 #container { | |
| 4 width: 100px; | |
| 5 height: 100px; | |
| 6 background: green; | |
| 7 } | |
| 8 </style> | |
| 9 <div id="container"> | |
| 10 </div> | |
| 11 This test verifies changing CSS containment correctly invalidates layout. | |
| OLD | NEW |