chromium/third_party/blink/web_tests/fast/table/remove-anonymous-cell-expected.html

<!DOCTYPE html>
<p>There should be a blue rectangle below.</p>
<div style="display:table-cell;">
    <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
    <div style="color:blue; background:blue;">AAAAAAAAAAAAAA</div>
</div>