remove-inline-layer-after-layout-expected.html 359 B

123456
  1. <!DOCTYPE html>
  2. <div style="height: 100px">
  3. Tests invalidation after layouting and then removing a layered span. The span should disappear without any residue.
  4. </div>
  5. <div style="display: inline-block; width: 100px; height: 100px; background-color: green"></div>
  6. <div style="display: inline-block; width: 100px; height: 100px; background-color: green"></div>