Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div id="container" style="position: absolute; width: 500px; height: 500px; back ground-color: blue"> | |
| 3 ABCD<img id="percent-height-in-anonymous" style="height: 20%; width: 50px;"> | |
| 4 <div id="percent-height-direct-child" style="height: 20%; background-color: re d"></div> | |
| 5 </div> | |
| OLD | NEW |