diff --git a/layout/reftests/w3c-css/submitted/flexbox/flexbox-min-width-auto-003-ref.html b/layout/reftests/w3c-css/submitted/flexbox/flexbox-min-width-auto-003-ref.html new file mode 100644 index 000000000000..09066eef7480 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/flexbox/flexbox-min-width-auto-003-ref.html @@ -0,0 +1,40 @@ + + + + + + CSS Reftest Reference + + + + +
+
+
+
+ + diff --git a/layout/reftests/w3c-css/submitted/flexbox/flexbox-min-width-auto-003.html b/layout/reftests/w3c-css/submitted/flexbox/flexbox-min-width-auto-003.html new file mode 100644 index 000000000000..a05865e4e674 --- /dev/null +++ b/layout/reftests/w3c-css/submitted/flexbox/flexbox-min-width-auto-003.html @@ -0,0 +1,55 @@ + + + + + + CSS Test: Testing min-width:auto & 'overflow' interaction + + + + + + + + +
+
+
+
+ + diff --git a/layout/reftests/w3c-css/submitted/flexbox/reftest.list b/layout/reftests/w3c-css/submitted/flexbox/reftest.list index c09fc3aa538a..8de12024662c 100644 --- a/layout/reftests/w3c-css/submitted/flexbox/reftest.list +++ b/layout/reftests/w3c-css/submitted/flexbox/reftest.list @@ -138,6 +138,7 @@ fails == flexbox-min-height-auto-002b.html flexbox-min-height-auto-002-ref.html == flexbox-min-width-auto-002a.html flexbox-min-width-auto-002-ref.html fails == flexbox-min-width-auto-002b.html flexbox-min-width-auto-002-ref.html # Bug 1041019 == flexbox-min-width-auto-002c.html flexbox-min-width-auto-002-ref.html +== flexbox-min-width-auto-003.html flexbox-min-width-auto-003-ref.html # Tests for flex containers with the "overflow" property set == flexbox-overflow-horiz-1.html flexbox-overflow-horiz-1-ref.html