1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / css / before-after-block.html [blame]

<!--
@BLINK-ALLOW:htmlTag*
-->
<html>
<head><style>
  b::before, i::after {
    content: "";
    display: block;
  }
</style></head>
<body><div>A <b>bold</b> element</div></body>
</html>