diff options
Diffstat (limited to 'dom/html/test/file_bug871161-2.html')
-rw-r--r-- | dom/html/test/file_bug871161-2.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/html/test/file_bug871161-2.html b/dom/html/test/file_bug871161-2.html new file mode 100644 index 0000000000..18cf825b2d --- /dev/null +++ b/dom/html/test/file_bug871161-2.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +<title>Page without declared charset</title> +<script> +function done() { + window.opener.postMessage(document.characterSet, "*"); +} +</script> +</head> +<body onload="done();"> +</body> +</html> + |