| -webkit-flex-flow: column; |
| -webkit-flex-flow: initial; |
| -webkit-flex-direction: column; |
| -webkit-flex-direction: initial; |
| <script src="../../resources/js-test-pre.js"></script> |
| description("Tests that 'initial' is handled correctly for the -webkit-flex-flow shorthand."); |
| value1 = window.getComputedStyle(test1).webkitFlexDirection; |
| value2 = window.getComputedStyle(test2).webkitFlexDirection; |
| shouldBeEqualToString('window.getComputedStyle(test1).webkitFlexDirection', 'row'); |
| shouldBeEqualToString('window.getComputedStyle(test2).webkitFlexDirection', 'row'); |
| <script src="../../resources/js-test-post.js"></script> |