tenfourfox/dom/html/crashtests/494225.html

11 lines
341 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>