diff options
Diffstat (limited to 'testing/web-platform/tests/html-imports/document/resources/body-only.html')
-rw-r--r-- | testing/web-platform/tests/html-imports/document/resources/body-only.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/web-platform/tests/html-imports/document/resources/body-only.html b/testing/web-platform/tests/html-imports/document/resources/body-only.html new file mode 100644 index 000000000..0ed2a55bb --- /dev/null +++ b/testing/web-platform/tests/html-imports/document/resources/body-only.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<html> +<body id="body-only">Hello</body> +</html> |