Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 Tests paint invalidation on resize of container with percentage-transform (causi ng change of paint offset, but no change of paint invalidation offset). Passes i f there is a blue square and a green square side-by-side. | |
| 3 <div style="width: 600px; height: 300px; background-color: green"> | |
| 4 <div style="width: 300px; height: 300px; background-color: blue"></div> | |
| 5 </div> | |
| OLD | NEW |