diff --git a/layout/reftests/box-properties/box-sizing-minmax-height-ref.html b/layout/reftests/box-properties/box-sizing-minmax-height-ref.html new file mode 100644 index 00000000000..ec9027039c5 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-height-ref.html @@ -0,0 +1,57 @@ + + + min-/max-height testcase for bug 308801 + + + + +
+ +
+ +
+ +

+ +

+ +

+ +
+ + + +
+ +
+ +
+ +
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-minmax-height.html b/layout/reftests/box-properties/box-sizing-minmax-height.html new file mode 100644 index 00000000000..20232896bfc --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-height.html @@ -0,0 +1,71 @@ + + + min-/max-height testcase for bug 308801 + + + + +
+ +
+ +
+ +

+ +

+ +

+ +
+ + + +
+ +
+ +
+ +
+ +
+ + + diff --git a/layout/reftests/box-properties/box-sizing-minmax-width-ref.html b/layout/reftests/box-properties/box-sizing-minmax-width-ref.html new file mode 100644 index 00000000000..f962ace1f41 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-width-ref.html @@ -0,0 +1,68 @@ + + + min-/max-width testcase for bug 308801 + + + + +
+ +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+ + +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
+ + + + + + diff --git a/layout/reftests/box-properties/box-sizing-minmax-width.html b/layout/reftests/box-properties/box-sizing-minmax-width.html new file mode 100644 index 00000000000..5155f530ac9 --- /dev/null +++ b/layout/reftests/box-properties/box-sizing-minmax-width.html @@ -0,0 +1,84 @@ + + + min-/max-width testcase for bug 308801 + + + + +
+ +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+ + +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
+ + + + + + diff --git a/layout/reftests/box-properties/reftest.list b/layout/reftests/box-properties/reftest.list index 0c469c17d7c..b48cb459322 100644 --- a/layout/reftests/box-properties/reftest.list +++ b/layout/reftests/box-properties/reftest.list @@ -16,6 +16,8 @@ == box-sizing-2.html box-sizing-2-ref.html == box-sizing-3.html box-sizing-1-ref.html == box-sizing-4.html box-sizing-4-ref.html +== box-sizing-minmax-height.html box-sizing-minmax-height-ref.html +== box-sizing-minmax-width.html box-sizing-minmax-width-ref.html == abspos-non-replaced-width-offset-margin.html abspos-non-replaced-width-offset-margin-ref.html == abspos-replaced-width-offset-margin.html abspos-replaced-width-offset-margin-ref.html HTTP(..) == CSS21-t100301.xhtml CSS21-t100301-ref.xhtml