 Chromium Code Reviews
 Chromium Code Reviews Issue 2631013002:
  Try to avoid working on zero-height column sets, when possible.  (Closed)
    
  
    Issue 2631013002:
  Try to avoid working on zero-height column sets, when possible.  (Closed) 
  | OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>PASS if no crash or assertion failure.</p> | |
| 3 <div style="columns:2; line-height:20px;"> | |
| 4 <div style="margin-bottom:1px;"> | |
| 5 <br> | |
| 6 <div style="column-span:all;"></div> | |
| 7 <div></div> | |
| 8 <div style="column-span:all;"></div> | |
| 9 </div> | |
| 10 <br> | |
| 11 </div> | |
| 12 <script src="../../../resources/testharness.js"></script> | |
| 13 <script src="../../../resources/testharnessreport.js"></script> | |
| 14 <script> | |
| 15 test(function() { }, "No crash!"); | |
| 16 </script> | |
| OLD | NEW |