diff --git a/Base/res/html/misc/flex.html b/Base/res/html/misc/flex.html index 33b380f43f..a487eb1e16 100644 --- a/Base/res/html/misc/flex.html +++ b/Base/res/html/misc/flex.html @@ -154,6 +154,68 @@
flex: initial;
+flex: auto;
+flex: none;
+flex: 1/2/3;
+flex: 0 0 0;
+flex: 1 2 0;
+flex: 0 1 2; (Invalid)
+flex: 4/1/0 0 50px;
+flex: 80% 0 4/1/0;
+flex: auto 0 4/1/0;
+