diff options
Diffstat (limited to 'layout/reftests/position-dynamic-changes/max-width-ref.html')
-rw-r--r-- | layout/reftests/position-dynamic-changes/max-width-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/position-dynamic-changes/max-width-ref.html b/layout/reftests/position-dynamic-changes/max-width-ref.html new file mode 100644 index 000000000..d1f2edba7 --- /dev/null +++ b/layout/reftests/position-dynamic-changes/max-width-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <body> + <style> + #a { border: 1px solid black; max-width: 200px; height: 100px; } + </style> + <div id="a"> + </div> + </body> +</html> |