Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 .container { | |
| 4 vertical-align: top; | |
|
mstensho (USE GERRIT)
2015/06/11 07:09:56
Can't you remove this too?
changseok
2015/06/11 08:46:00
Yes I can.
| |
| 5 } | |
| 6 | |
| 7 .emptyBox { | |
| 8 display: inline-block; | |
| 9 width: 50px; | |
| 10 height: 50px; | |
| 11 } | |
| 12 </style> | |
| 13 <p>Test passes if a text below is aligned.</p> | |
| 14 <div class="container"> | |
| 15 <div class="emptyBox"></div> | |
| 16 <span>This text should be on the same line.</span> | |
| 17 </div> | |
| OLD | NEW |