Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <sky> | |
| 2 <import src="../resources/check-layout.sky" /> | |
| 3 <style> | |
| 4 .child { | |
| 5 margin: 10px; | |
| 6 height: 30px; | |
| 7 } | |
| 8 </style> | |
| 9 <div class="root" data-expected-height="70" data-total-y="10" style="backgroun d-color: pink"> | |
| 10 <div class="child" data-total-y="10" style="background-color: salmon"></div> | |
| 11 <div class="child" data-total-y="50" style="background-color: papayawhip"></ div> | |
| 12 </div> | |
| 13 | |
| 14 <script> | |
| 15 window.checkLayout('.root'); | |
| 16 </script> | |
| 17 </sky> | |
| OLD | NEW |