diff options
Diffstat (limited to 'layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2.xml')
-rw-r--r-- | layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2.xml b/layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2.xml new file mode 100644 index 000000000..f2fa08395 --- /dev/null +++ b/layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-2.xml @@ -0,0 +1,11 @@ +<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><test style="background: lime">This sentence should have a green background.</test></p> + <p><test style="background: lime">This sentence should have a green background.</test></p> + </body> +</html> |