content/html/document/crashtests/494225.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/html/document/crashtests/494225.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +<!doctype html>
     1.5 +<html><head><script>
     1.6 +  var x = "f: '" + document.fgColor +
     1.7 +        "' b: '" + document.bgColor +
     1.8 +        "' l: '" + document.linkColor +
     1.9 +        "' a: '" + document.alinkColor +
    1.10 +        "' v: '" + document.vlinkColor + "'";
    1.11 +</script></head><body
    1.12 +onload="document.body.appendChild(document.createTextNode(x))"
    1.13 +></body></html>

mercurial