summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accessibility/crashtests/img-map-pseudo.html
blob: 443934e431b9ffe9a0bca469c1d97cb8edccf5c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<source>
  <map name="map2" class="c1">
    <dfn class="c8"></dfn>
  </map>
</source>
<img usemap="#map2">
<style>
.c1:first-letter { content: "x"; }
.c8:after { content: "y";  }
.c1 { float: left;  }
</style>