summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/489462-1.html
blob: 5a57647ece9802604bff404dd3d14c5ea4473193 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<script type="text/javascript">

function boom()
{
  document.body.style.whiteSpace = "";
  document.getElementById("b").style.direction = "";
}

</script>

<style type="text/css">

#c:first-letter { font-size-adjust: 8388609; }

</style>
</head>

<body onload="boom();" style="white-space: pre;"><div id="b" style="direction: rtl;"><div id="c">Qqq Rrr Sss.</div></div></body>
</html>