chromium/third_party/blink/web_tests/fragmentation/fragmented-table-cell-expected.html

<!DOCTYPE html>
<style>
    .cell { float:left; width:1em; }
</style>
<p>The word "PASS" should be seen below, with large letter
    spacing. There should be a blue rectangle snapped to the blue
    line. There should be no red.</p>
<div style="width:15em; line-height:20px; border-top:1px solid blue;">
    <div style="float:left; margin-left:6em; width:1em; height:1em; background:blue;"></div>
    <br>
    <br>
    <div class="cell">P</div>
    <div class="cell">A</div>
    <div class="cell">S</div>
    <div class="cell">S</div>
</div>