float-rewind-parallel-flow-2-crash.html (495B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://crbug.com/1520442"> 3 <style> 4 .c3 { 5 height: 10px; 6 direction: rtl; 7 zoom: 0.1; 8 column-span: all; 9 } 10 11 .c13 { 12 float: right; 13 border-style: solid; 14 column-count: 3; 15 column-gap: 65536px; 16 } 17 18 .c17 { 19 position: fixed; 20 zoom: 0.1; 21 column-width: 100%; 22 column-span: all; 23 column-count: 3; 24 } 25 </style> 26 <bdo class="c3"> 27 <li class="c17"> 28 <span class="c13"> 29 <option></option> 30 <dt></dt> 31 </span> 32 -1467632561 33 </li> 34 </bdo>