From ce48dc5ffd3d005ec31080e4141706697bc3cca3 Mon Sep 17 00:00:00 2001 From: witekfl Date: Tue, 22 May 2012 14:15:24 +0200 Subject: [PATCH] test files for html { } and body { } --- test/css/css_body.html | 10 ++++++++++ test/css/css_html.html | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 test/css/css_body.html create mode 100644 test/css/css_html.html 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 }

+ +