Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div style="display: table; position: relative;"> | |
| 3 <div style="position: absolute;"> | |
| 4 <div id="test" style="height: 20px; width: 100px; outline: 1px solid black;"></div> | |
| 5 </div> | |
| 6 </div> | |
| 7 <p>crbug.com/619510: Calculate overflow on the positioned descendants of tables. </p> | |
| 8 | |
| 9 | |
| OLD | NEW |