Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 *{clear:right;border-style:inherit;} | |
| 4 .float{float:left;} | |
| 5 </style> | |
| 6 <div class="float"> | |
| 7 <ruby> | |
| 8 </ruby> | |
| 9 <ruby> | |
| 10 </ruby> | |
| 11 </div> | |
| 12 <div id="test-output"> | |
| 13 crbug.com/479562: self-collapsing blocks getting layout set | |
| 14 </div> | |
| 15 <hr data-expected-height=0> | |
| 16 <script src="../../../resources/check-layout.js"></script> | |
| 17 <script type="text/javascript"> | |
| 18 window.checkLayout("hr", document.getElementById("test-output")); | |
| 19 </script> | |
| OLD | NEW |