diff options
Diffstat (limited to 'parser/htmlparser/tests/reftest/document-write-ref.html')
-rw-r--r-- | parser/htmlparser/tests/reftest/document-write-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/parser/htmlparser/tests/reftest/document-write-ref.html b/parser/htmlparser/tests/reftest/document-write-ref.html new file mode 100644 index 0000000000..9902cf77d1 --- /dev/null +++ b/parser/htmlparser/tests/reftest/document-write-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<head> +<meta charset="utf-8"> +</head> +<body> +<p>Meta from <code>document.write</code> (with concatenation in the middle of <code>charset</code> to require execution for effect).</p> +<p>Test: ж</p> +<p>If ж, meta takes effect</p> +</body> |