Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 Tests overflow recalc when container changes position but no layout is scheduled for descendants. | |
| 3 Passes if the blue square has black box shadow. | |
| 4 <div style="width: 200px; height: 200px; background-color: blue; box-shadow: 50p x 50px black"></div> | |
| OLD | NEW |