diff options
Diffstat (limited to 'layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-6.xml')
-rw-r--r-- | layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-6.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-6.xml b/layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-6.xml new file mode 100644 index 000000000..d67da1ac3 --- /dev/null +++ b/layout/reftests/w3c-css/received/css-namespaces-3/reftest/ref-lime-6.xml @@ -0,0 +1,15 @@ +<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> + <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> + <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> |