Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 div { height: 50px } | |
|
chrishtr
2017/05/09 01:12:02
How about making the -expected.html file have the
Xianzhu
2017/05/09 15:58:38
Done.
| |
| 4 div div { width: 40px; height: 40px; background: blue; position: relative } | |
| 5 </style> | |
| 6 <div><div></div></div> | |
| 7 <div><div style="left: 1px"></div></div> | |
| 8 <div><div></div></div> | |
| 9 <div><div style="left: 1px"></div></div> | |
| 10 <div><div></div></div> | |
| 11 <div><div style="left: 1px"></div></div> | |
| OLD | NEW |