parser/htmlparser/tests/crashtests/502869.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/tests/crashtests/502869.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html class="reftest-wait"><head>
     1.6 +    <meta charset="utf-8">
     1.7 +    <title>Testcase for bug 502869</title>
     1.8 +<script>
     1.9 +function done()
    1.10 +{
    1.11 +  document.documentElement.removeAttribute("class");
    1.12 +}
    1.13 +</script>
    1.14 +</head>
    1.15 +<body onload="setTimeout(done,1000)">
    1.16 +
    1.17 +<iframe src="502869-iframe.html"></iframe>
    1.18 +
    1.19 +
    1.20 +</body>
    1.21 +</html>

mercurial