Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Verifies that Computed Style preserves property expansion on re-rendering. | |
| 2 | |
| 3 Inspected | |
| 4 Other | |
| 5 | |
| 6 #inspected computed styles: | |
| 7 color: rgb(0, 0, 255); | |
| 8 display: flex; | |
| 9 flex - #inspected computed-proper…xpanded.html:5 -> computed-properties-reta in-expanded.html:5:1 | |
| 10 OVERLOADED block - div computed-proper…panded.html:14 -> computed-properties -retain-expanded.html:14:1 | |
| 11 OVERLOADED block - div user agent stylesheet | |
| 12 | |
| 13 #other computed styles: | |
| 14 color: rgb(0, 0, 0); | |
| 15 display: inline; | |
| 16 inline - #other computed-proper…panded.html:10 -> computed-properties-retain -expanded.html:10:1 | |
| 17 OVERLOADED block - div computed-proper…panded.html:14 -> computed-properties -retain-expanded.html:14:1 | |
| 18 OVERLOADED block - div user agent stylesheet | |
| 19 | |
| OLD | NEW |