summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/459968.html
blob: 1028e0e8572e230ef12b5904526c6f2280398c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<style type="text/css">

body {
  white-space: pre;
  word-spacing: 511pc;
}

#a {
  float: right;
}

#b {
  position: fixed;
  white-space: pre-line;
  direction: rtl;
  letter-spacing: 0pt;
}

</style>
</head>

<body onload="document.body.style.letterSpacing = '';" style="letter-spacing: 1152921504606847000em;"><div id="a"><div id="b">

. .
  0. 0.
.

    </div>
  </div></body>
</html>