Mypal/dom/html/crashtests/494225.html
2019-03-11 13:26:37 +03:00

11 lines
341 B
HTML

<!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>