diff options
Diffstat (limited to 'test/html/render/max-width-div-clamp.ref.html')
-rw-r--r-- | test/html/render/max-width-div-clamp.ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/html/render/max-width-div-clamp.ref.html b/test/html/render/max-width-div-clamp.ref.html new file mode 100644 index 00000000..5887d522 --- /dev/null +++ b/test/html/render/max-width-div-clamp.ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test max-width CSS properties</title> + <style> + body {margin: 20px} + .test {width: 100%; height: 100px; background: lightgreen} + </style> + </head> + <body> + <div class="test"> + </div> + </body> +</html> |