Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 Tests paint invalidation when an object under composited scrolled container is | |
| 3 set 'display: relative'. Passes if no red residue. | |
| 4 <div style="overflow: scroll; width: 200px; height: 200px"> | |
| 5 <div style="width: 600px; height: 600px; padding: 100px"> | |
| 6 <div id="item" style="background-color: green; width: 50px; height: 50px"></ div> | |
| 7 </div> | |
| 8 </div> | |
| OLD | NEW |