summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/474377-1.xhtml
blob: 519a753cfa80068bea357053d2e881f17f615246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">

#q:after {
  content: 'A';
}

</style>
</head>
<body>

<mrow xmlns="http://www.w3.org/1998/Math/MathML"></mrow>
<span id="q"><span><div></div></span></span>

</body>
</html>