 Chromium Code Reviews
 Chromium Code Reviews Issue 1261463005:
  Add assertion/crash test for flexbox with relpos with scrollable with abspos.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 1261463005:
  Add assertion/crash test for flexbox with relpos with scrollable with abspos.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.dumpAsText(); | |
| 5 </script> | |
| 6 <p>PASS if no crash or assertion failure.</p> | |
| 7 <div style="display:flex;"> | |
| 8 <div> | |
| 9 <div style="position:relative; width:5em;"> | |
| 10 <div style="overflow:auto;"> | |
| 11 <div>xxxxxxxxxxxxxxxxxxxxxx</div> | |
| 12 <div style="position:absolute;"></div> | |
| 13 </div> | |
| 14 </div> | |
| 15 </div> | |
| 16 </div> | |
| OLD | NEW |