summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/494225.html
blob: a78051d2a1c6b19be0cba0c05b128fc84b4be297 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html><head><script>
  var x = "f: '" + document.fgColor +
        "' b: '" + document.bgColor +
        "' l: '" + document.linkColor +
        "' a: '" + document.alinkColor +
        "' v: '" + document.vlinkColor + "'";
</script></head><body
onload="document.body.appendChild(document.createTextNode(x))"
></body></html>