diff options
Diffstat (limited to 'test/html/render/main-style.ref.html')
-rw-r--r-- | test/html/render/main-style.ref.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/html/render/main-style.ref.html b/test/html/render/main-style.ref.html new file mode 100644 index 00000000..0840e433 --- /dev/null +++ b/test/html/render/main-style.ref.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> + <head> + <title>Main should behave like a div</title> + </head> + <body> + <div style="margin-left: 20em; background: lightgreen"> + div + </div> + <div style="margin-left: 20em; background: lightgreen"> + main + </div> + <div style="margin-left: 20em; background: lightgreen"> + header + </div> + <div style="margin-left: 20em; background: lightgreen"> + footer + </div> + </body> +</html> |