diff options
Diffstat (limited to 'testing/web-platform/tests/acid/acid3/xhtml.2')
-rw-r--r-- | testing/web-platform/tests/acid/acid3/xhtml.2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/acid/acid3/xhtml.2 b/testing/web-platform/tests/acid/acid3/xhtml.2 new file mode 100644 index 0000000000..c7af4f1c27 --- /dev/null +++ b/testing/web-platform/tests/acid/acid3/xhtml.2 @@ -0,0 +1,11 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>Test</title> + </head> + <body> + <p> <strong/> Parsing Test </strong> </p> + <script type="text/javascript"> + parent.notify("xhtml.2") + </script> + </body> +</html> |