Index: LayoutTests/css3/flexbox/mainAxisExtent-crash.html |
diff --git a/LayoutTests/css3/flexbox/mainAxisExtent-crash.html b/LayoutTests/css3/flexbox/mainAxisExtent-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..68be93b40bf0bed5fcf5443caf82344b9b160c76 |
--- /dev/null |
+++ b/LayoutTests/css3/flexbox/mainAxisExtent-crash.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<html style="display: inline-flex;"> |
+<script src="../../resources/js-test.js"></script> |
+<script> |
+description('This test passes if it does not crash.'); |
+</script> |
+<frameset></frameset> |
+</html> |