1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / css / table-cell-bad-parent.html [blame]

<!--
@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>