diff --git a/tests/src/flexcol.html b/tests/src/flexcol.html
index 38a9a68..4ed0cb7 100644
--- a/tests/src/flexcol.html
+++ b/tests/src/flexcol.html
@@ -9,2 +9,2 @@
- flex-direction: row;
- /* flex-wrap: wrap; */
+ flex-direction: column;
+ flex-wrap: wrap;
@@ -14,2 +14 @@
- /* align-items: center; */
- /* align-content: space-around; */
+ justify-content: space-around;
@@ -18 +17 @@
- /* width: 100px; */
+ width: 100px;
@@ -29 +28 @@
- Item 2
+ Item 2
@@ -33 +32 @@
- Item 6
+ Item 6
Document
Item 1
Item 2
Item 3
Item 4
Item 5
Item 6
Item 7
Item 8
Item 9
Item 10
Item 10
Item 10