diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1-block.xml')
-rw-r--r-- | testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1-block.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1-block.xml b/testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1-block.xml new file mode 100644 index 0000000000..c26b6fcf2c --- /dev/null +++ b/testing/web-platform/tests/css/css-namespaces/reference/ref-lime-1-block.xml @@ -0,0 +1,10 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <link rel="author" title="L. David Baron" href="https://dbaron.org/"/> + <link rel="author" title="Mozilla" href="http://mozilla.org/"/> + <title>CSS Namespaces Test Suite reference</title> + </head> + <body> + <p style="background: lime">This sentence should have a green background.</p> + </body> +</html> |