summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1494030.html
blob: 5672c68e656e7d6a4e1101f435c333e2657e617a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>

<head>
  <style>
    head:nth-last-child(2) {
      display: contents;
    }

    *,
    dd {
      display: table-caption;
  </style>
  <script>
    function start() {
      document.title = String.fromCharCode(51, 61, 82, 104, 64, 86, 117, 88, 57, 77, 40, 32, 81, 33, 120, 99, 126, 53, 121, 101);
    }
  </script>
</head>

<body onload="start()"></body>

</html>