Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype HTML> | |
| 2 <!-- Tests that a non-self-painting layer that overrides visibility paints corre ctly. --> | |
| 3 <div style="position: relative; visibility: hidden;"> | |
| 4 <object style="visibility: visible; background: green" type="application/nonex istent" width="400" height="300"> | |
| 5 </object> | |
| 6 </div> | |
| OLD | NEW |