4 <title>CSS Flexible Box Test: flex-direction proprety - row-reverse</title>
5 <link rel="author" title="haosdent" href="mailto:haosdent@gmail.com">
6 <style type="text/css">
11 border: 1px solid black;
15 display: inline-block;
25 <p>The test passed if you see all the cells are arranged horizontally and the order of cells are reversed.</p>
26 <div class="container">
27 <span>forth</span><span>third</span><span>second</span><span>first</span>