diff options
Diffstat (limited to 'testing/web-platform/tests/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing-001-ref.html')
-rw-r--r-- | testing/web-platform/tests/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing-001-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing-001-ref.html b/testing/web-platform/tests/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing-001-ref.html new file mode 100644 index 0000000000..5b512e72f5 --- /dev/null +++ b/testing/web-platform/tests/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing-001-ref.html @@ -0,0 +1,9 @@ +<!doctype html> +<title>Test reference</title> +<style> + html, body { margin: 0 } +</style> +<iframe src="about:blank"></iframe> +<div> + PASS +</div> |