summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/422276.html
blob: 6d2a89b7410714e183f5b3dcf09f95769cd795bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
</head>
<body>
<div style="overflow: scroll;">
  <div>
    <q>
      <span style="display: -moz-box;"></span>
    </q>
  </div>
  <q></q>
</div>

<style>
body *+* {quotes: "quote" "quote" !important;}
</style>
</body>
</html>