From be7a975c009d99faee072880fbd594bc139b9a61 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Tue, 22 Jul 2014 08:24:35 -0700 Subject: [PATCH] Bug 984711 part 7: Add back mochitest for min-[size]:auto. (no review; just an unbitrotted backout) This reverts changeset edd98255e81d from bug 848539. --- .../test/file_flexbox_min_size_auto.html | 146 ++++++++++++++++++ layout/style/test/mochitest.ini | 2 + .../test/test_flexbox_min_size_auto.html | 43 ++++++ 3 files changed, 191 insertions(+) create mode 100644 layout/style/test/file_flexbox_min_size_auto.html create mode 100644 layout/style/test/test_flexbox_min_size_auto.html diff --git a/layout/style/test/file_flexbox_min_size_auto.html b/layout/style/test/file_flexbox_min_size_auto.html new file mode 100644 index 00000000000..5902e139f07 --- /dev/null +++ b/layout/style/test/file_flexbox_min_size_auto.html @@ -0,0 +1,146 @@ + + + + + + +
+
abc
+
+
abc
+
+
+
abc
+
+
+
+
+
+ + diff --git a/layout/style/test/mochitest.ini b/layout/style/test/mochitest.ini index 22d139c28b6..bea622f4a91 100644 --- a/layout/style/test/mochitest.ini +++ b/layout/style/test/mochitest.ini @@ -128,6 +128,8 @@ skip-if = toolkit == 'android' #bug 536603 [test_flexbox_flex_shorthand.html] [test_flexbox_layout.html] support-files = flexbox_layout_testcases.js +[test_flexbox_min_size_auto.html] +support-files = file_flexbox_min_size_auto.html [test_flexbox_order.html] [test_flexbox_order_table.html] [test_font_face_parser.html] diff --git a/layout/style/test/test_flexbox_min_size_auto.html b/layout/style/test/test_flexbox_min_size_auto.html new file mode 100644 index 00000000000..b7b4fd14430 --- /dev/null +++ b/layout/style/test/test_flexbox_min_size_auto.html @@ -0,0 +1,43 @@ + + + + + + Test behavior of 'min-height:auto' and 'min-width:auto' (Bug 763689) + + + + +Mozilla Bug 763689 +
+ +
+
+
+
+ +