diff options
Diffstat (limited to 'tests/ref/inline_background_ref.html')
-rw-r--r-- | tests/ref/inline_background_ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ref/inline_background_ref.html b/tests/ref/inline_background_ref.html new file mode 100644 index 00000000000..e2ecc75beba --- /dev/null +++ b/tests/ref/inline_background_ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> + <head> + <style type="text/css"> + .white { + color: white; + } + body { + margin: 0; + } + </style> + </head> + <body><span class="white">White text on a green background</span></body> +</html> |