chromium/content/test/data/accessibility/css/table-cell-bad-parent.html

<!--
@BLINK-ALLOW:class*
@BLINK-ALLOW:htmlTag*
-->
<span>
  <span class="one">one</span>
  <span class="two" style="display: table-cell" id="t">two</span>  <!-- id ensures unignored -->
  <span class="three" style="display: table-cell">three</span>
  <span class="four">four</span>
</span>