Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html> | |
| 3 <head> | |
| 4 </head> | |
| 5 <body> | |
| 6 <div style="display: flex; flex-wrap: wrap; align-content: flex-end; height: 100 px"> | |
|
tony
2014/05/19 16:43:45
There should be a test for every value of align-co
harpreet.sk
2014/05/20 07:39:43
Added the test for all values of align-content. Al
| |
| 7 <div>This text should be at the top of the page</div> | |
| 8 </div> | |
| 9 </body> | |
| 10 </html> | |
| OLD | NEW |