summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/max-width-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/position-dynamic-changes/max-width-ref.html')
-rw-r--r--layout/reftests/position-dynamic-changes/max-width-ref.html10
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 0000000000..d1f2edba7b
--- /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>