diff --git a/test/css/css_body.html b/test/css/css_body.html new file mode 100644 index 00000000..33e692f7 --- /dev/null +++ b/test/css/css_body.html @@ -0,0 +1,10 @@ + + + + + +

body { background-color: green }

+ + diff --git a/test/css/css_html.html b/test/css/css_html.html new file mode 100644 index 00000000..dac6c676 --- /dev/null +++ b/test/css/css_html.html @@ -0,0 +1,10 @@ + + + + + +

html { background-color: green }

+ +