summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1437155.html
blob: 151fda9d1eddf31ea580e8bd95d2b9f4b3039fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
window.onload=function() {
  document.getElementById('a').hidden='false';
}
</script>
<a></a>
<section dir='rtl'>
<kbd id='a' dir='auto'>
a
<style>
:only-child{ display:contents }
:first-of-type::first-letter{ background-position:unset }
</style>