svillar@igalia.com | e27d312 | 2015-10-07 09:40:44 +0000 | [diff] [blame] | 1 | PASS successfullyParsed is true |
| 2 | |
| 3 | TEST COMPLETE |
| 4 | PASS |
| 5 | PASS |
| 6 | PASS |
| 7 | direction: LTR | align-content: 'center' |
| 8 | |
| 9 | PASS |
| 10 | direction: LTR | align-content: 'right' |
| 11 | |
| 12 | PASS |
| 13 | direction: RTL | align-content: 'right' |
| 14 | |
| 15 | PASS |
| 16 | direction: RTL | align-content: 'start' |
| 17 | |
| 18 | PASS |
| 19 | direction: LTR | justify-content: 'center' |
| 20 | |
| 21 | PASS |
| 22 | direction: LTR | justify-content: 'end' |
| 23 | |
| 24 | PASS |
| 25 | direction: RTL | justify-content: 'end' |
| 26 | |
| 27 | PASS |
| 28 | direction: RTL | justify-content: 'start' |
| 29 | |
| 30 | PASS |
| 31 | direction: RTL | justify-content: 'stretch' |
| 32 | |
| 33 | PASS |
| 34 | direction: LTR | justify-content: 'space-evenly' |
| 35 | |
| 36 | PASS |
| 37 | direction: LTR | justify-content: 'space-between' |
| 38 | |
| 39 | PASS |
| 40 | direction: LTR | justify-content: 'space-around' |
| 41 | |
| 42 | PASS |
| 43 | border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
| 44 | direction: LTR (parall) | align-items: 'self-start' | justify-items: 'self-start' |
| 45 | |
| 46 | PASS |
| 47 | border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
| 48 | direction: LTR (ortho) | align-items: 'self-end' | justify-items: 'self-end' |
| 49 | |
| 50 | PASS |
| 51 | border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
| 52 | direction: RTL | align-items: 'right' | justify-items: 'right' |
| 53 | |
| 54 | PASS |
| 55 | border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8px 12px 16px |
| 56 | direction: RTL (parall) | align-items: 'self-start' | justify-items: 'self-start' |
| 57 | |
| 58 | PASS |
svillar@igalia.com | 4b301fe | 2015-11-17 10:11:43 +0000 | [diff] [blame] | 59 | Negative free space. justify-content: start |
| 60 | |
| 61 | PASS |
| 62 | Negative free space. justify-content: center |
| 63 | |
| 64 | PASS |
| 65 | Negative free space. justify-content: end |
| 66 | |
| 67 | PASS |
| 68 | Negative free space. align-content: start |
| 69 | |
| 70 | PASS |
| 71 | Negative free space. align-content: center |
| 72 | |
| 73 | PASS |
| 74 | Negative free space. align-content: end |
| 75 | |
| 76 | PASS |