| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <link href="../css-intrinsic-dimensions/resources/width-keyword-classes.css" rel
="stylesheet"> |
| 4 <link href="resources/grid.css" rel="stylesheet"> | 5 <link href="resources/grid.css" rel="stylesheet"> |
| 6 <link href="resources/grid-alignment.css" rel="stylesheet"> |
| 5 <script src="../../resources/check-layout.js"></script> | 7 <script src="../../resources/check-layout.js"></script> |
| 6 <style> | 8 <style> |
| 7 body { | 9 body { |
| 8 margin: 0; | 10 margin: 0; |
| 9 } | 11 } |
| 10 | 12 |
| 11 .grid { | 13 .grid { |
| 12 grid-template-columns: 100px 200px; | 14 grid-template-columns: 100px 200px; |
| 13 grid-template-rows: 200px 200px; | 15 grid-template-rows: 200px 200px; |
| 14 padding: 10px 15px 20px 30px; | 16 padding: 10px 15px 20px 30px; |
| 15 border-width: 5px 10px 15px 20px; | 17 border-width: 5px 10px 15px 20px; |
| 16 border-style: dotted; | 18 border-style: dotted; |
| 17 border-color: blue; | 19 border-color: blue; |
| 18 width: -webkit-fit-content; | |
| 19 position: relative; | 20 position: relative; |
| 20 } | 21 } |
| 21 | 22 |
| 22 .content { | 23 .content { |
| 23 width: 20px; | 24 width: 20px; |
| 24 height: 40px; | 25 height: 40px; |
| 25 } | 26 } |
| 26 | 27 |
| 27 .cell { | 28 .cell { |
| 28 margin: 4px 8px 12px 16px; | 29 margin: 4px 8px 12px 16px; |
| 29 } | 30 } |
| 30 | |
| 31 .itemsStart { | |
| 32 align-items: start; | |
| 33 justify-items: start; | |
| 34 } | |
| 35 | |
| 36 .itemsCenter { | |
| 37 align-items: center; | |
| 38 justify-items: center; | |
| 39 } | |
| 40 | |
| 41 .itemsEnd { | |
| 42 align-items: end; | |
| 43 justify-items: end; | |
| 44 } | |
| 45 | |
| 46 .itemsLeft { | |
| 47 align-items: left; | |
| 48 justify-items: left; | |
| 49 } | |
| 50 | |
| 51 .itemsRight { | |
| 52 align-items: right; | |
| 53 justify-items: right; | |
| 54 } | |
| 55 | |
| 56 .itemsSelfStart { | |
| 57 align-items: self-start; | |
| 58 justify-items: self-start; | |
| 59 } | |
| 60 | |
| 61 .itemsSelfEnd { | |
| 62 align-items: self-end; | |
| 63 justify-items: self-end; | |
| 64 } | |
| 65 | |
| 66 .stretch { | |
| 67 align-self: stretch; | |
| 68 justify-self: stretch; | |
| 69 } | |
| 70 | |
| 71 </style> | 31 </style> |
| 72 </head> | 32 </head> |
| 73 <body onload="checkLayout('.grid')"> | 33 <body onload="checkLayout('.grid')"> |
| 74 | 34 |
| 75 <p>This test checks that the 'margin', 'border' and 'padding' properties are app
lied together correctly for 'align' and 'justify' properties.</p> | 35 <p>This test checks that the 'margin', 'border' and 'padding' properties are app
lied together correctly for 'align' and 'justify' properties.</p> |
| 76 | 36 |
| 77 <div> | 37 <div> |
| 78 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 38 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 79 direction: LTR | align-items: 'auto' | justify-items: 'auto'</p> | 39 direction: LTR | align-items: 'auto' | justify-items: 'auto'</p> |
| 80 <div class="grid itemsStart" data-expected-width="375" data-expected-height=
"450"> | 40 <div class="grid fit-content itemsStart" data-expected-width="375" data-expe
cted-height="450"> |
| 81 <div class="cell firstRowFirstColumn" data-offset-x="46" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 41 <div class="cell firstRowFirstColumn" data-offset-x="46" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 82 <div class="cell firstRowSecondColumn" data-offset-x="146" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 42 <div class="cell firstRowSecondColumn" data-offset-x="146" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 83 <div class="cell secondRowFirstColumn" data-offset-x="46" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 43 <div class="cell secondRowFirstColumn" data-offset-x="46" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 84 <div class="cell secondRowSecondColumn" data-offset-x="146" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 44 <div class="cell secondRowSecondColumn" data-offset-x="146" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 85 </div> | 45 </div> |
| 86 </div> | 46 </div> |
| 87 | 47 |
| 88 <div> | 48 <div> |
| 89 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 49 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 90 direction: LTR | align-items: 'center' | justify-items: 'center'</p> | 50 direction: LTR | align-items: 'center' | justify-items: 'center'</p> |
| 91 <div class="grid itemsCenter" data-expected-width="375" data-expected-height
="450"> | 51 <div class="grid fit-content itemsCenter" data-expected-width="375" data-exp
ected-height="450"> |
| 92 <div class="firstRowFirstColumn cell" data-offset-x="74" data-offse
t-y="86" data-expected-width="20" data-expected-height="40"><div class="content
"></div></div> | 52 <div class="firstRowFirstColumn cell" data-offset-x="74" data-offse
t-y="86" data-expected-width="20" data-expected-height="40"><div class="content
"></div></div> |
| 93 <div class="stretch firstRowSecondColumn" data-offset-x="130" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 53 <div class="selfStretch firstRowSecondColumn" data-offset-x="130" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 94 <div class="stretch secondRowFirstColumn" data-offset-x="30" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 54 <div class="selfStretch secondRowFirstColumn" data-offset-x="30" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 95 <div class="cell secondRowSecondColumn" data-offset-x="224" data-offse
t-y="286" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 55 <div class="cell secondRowSecondColumn" data-offset-x="224" data-offse
t-y="286" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 96 </div> | 56 </div> |
| 97 </div> | 57 </div> |
| 98 | 58 |
| 99 <div> | 59 <div> |
| 100 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 60 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 101 direction: LTR | align-items: 'end' | justify-items: 'end'</p> | 61 direction: LTR | align-items: 'end' | justify-items: 'end'</p> |
| 102 <div class="grid itemsEnd" data-expected-width="375" data-expected-height="4
50"> | 62 <div class="grid fit-content itemsEnd" data-expected-width="375" data-expect
ed-height="450"> |
| 103 <div class="cell firstRowFirstColumn" data-offset-x="102" data-offse
t-y="158" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 63 <div class="cell firstRowFirstColumn" data-offset-x="102" data-offse
t-y="158" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 104 <div class="stretch firstRowSecondColumn" data-offset-x="130" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 64 <div class="selfStretch firstRowSecondColumn" data-offset-x="130" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 105 <div class="stretch secondRowFirstColumn" data-offset-x="30" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 65 <div class="selfStretch secondRowFirstColumn" data-offset-x="30" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 106 <div class="cell secondRowSecondColumn" data-offset-x="302" data-offse
t-y="358" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 66 <div class="cell secondRowSecondColumn" data-offset-x="302" data-offse
t-y="358" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 107 </div> | 67 </div> |
| 108 </div> | 68 </div> |
| 109 | 69 |
| 110 <div> | 70 <div> |
| 111 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 71 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 112 direction: LTR | align-items: 'left' | justify-items: 'left'</p> | 72 direction: LTR | align-items: 'left' | justify-items: 'left'</p> |
| 113 <div class="grid itemsLeft" data-expected-width="375" data-expected-height="
450"> | 73 <div class="grid fit-content itemsLeft" data-expected-width="375" data-expec
ted-height="450"> |
| 114 <div class="cell firstRowFirstColumn" data-offset-x="46" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 74 <div class="cell firstRowFirstColumn" data-offset-x="46" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 115 <div class="stretch firstRowSecondColumn" data-offset-x="130" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 75 <div class="selfStretch firstRowSecondColumn" data-offset-x="130" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 116 <div class="stretch secondRowFirstColumn" data-offset-x="30" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 76 <div class="selfStretch secondRowFirstColumn" data-offset-x="30" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 117 <div class="cell secondRowSecondColumn" data-offset-x="146" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 77 <div class="cell secondRowSecondColumn" data-offset-x="146" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 118 </div> | 78 </div> |
| 119 </div> | 79 </div> |
| 120 | 80 |
| 121 <div> | 81 <div> |
| 122 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 82 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 123 direction: LTR | align-items: 'right' | justify-items: 'right'</p> | 83 direction: LTR | align-items: 'right' | justify-items: 'right'</p> |
| 124 <div class="grid itemsRight" data-expected-width="375" data-expected-height=
"450"> | 84 <div class="grid fit-content itemsRight" data-expected-width="375" data-expe
cted-height="450"> |
| 125 <div class="cell firstRowFirstColumn" data-offset-x="102" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 85 <div class="cell firstRowFirstColumn" data-offset-x="102" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 126 <div class="stretch firstRowSecondColumn" data-offset-x="130" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 86 <div class="selfStretch firstRowSecondColumn" data-offset-x="130" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 127 <div class="stretch secondRowFirstColumn" data-offset-x="30" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 87 <div class="selfStretch secondRowFirstColumn" data-offset-x="30" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 128 <div class="cell secondRowSecondColumn" data-offset-x="302" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 88 <div class="cell secondRowSecondColumn" data-offset-x="302" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 129 </div> | 89 </div> |
| 130 </div> | 90 </div> |
| 131 | 91 |
| 132 <div> | 92 <div> |
| 133 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 93 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 134 direction: LTR (ortho) | align-items: 'self-start' | justify-items: 'sel
f-start'</p> | 94 direction: LTR (ortho) | align-items: 'self-start' | justify-items: 'sel
f-start'</p> |
| 135 <div class="grid directionLTR itemsSelfStart" data-expected-width="375" data
-expected-height="450"> | 95 <div class="grid fit-content directionLTR itemsSelfStart" data-expected-widt
h="375" data-expected-height="450"> |
| 136 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="10
2" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 96 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="10
2" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 137 <div class="directionRTL stretch firstRowSecondColumn" data-offset-x="13
0" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 97 <div class="directionRTL selfStretch firstRowSecondColumn" data-offset-x
="130" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 138 <div class="directionRTL stretch secondRowFirstColumn" data-offset-x="30
" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 98 <div class="directionRTL selfStretch secondRowFirstColumn" data-offset-x
="30" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 139 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="30
2" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 99 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="30
2" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 140 </div> | 100 </div> |
| 141 </div> | 101 </div> |
| 142 | 102 |
| 143 <div> | 103 <div> |
| 144 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 104 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 145 direction: LTR (ortho) | align-items: 'self-end' | justify-items: 'self-
end'</p> | 105 direction: LTR (ortho) | align-items: 'self-end' | justify-items: 'self-
end'</p> |
| 146 <div class="grid directionLTR itemsSelfEnd" data-expected-width="375" data-e
xpected-height="450"> | 106 <div class="grid fit-content directionLTR itemsSelfEnd" data-expected-width=
"375" data-expected-height="450"> |
| 147 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="46
" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 107 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="46
" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 148 <div class="directionRTL stretch firstRowSecondColumn" data-offset-x="13
0" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 108 <div class="directionRTL selfStretch firstRowSecondColumn" data-offset-x
="130" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 149 <div class="directionRTL stretch secondRowFirstColumn" data-offset-x="30
" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 109 <div class="directionRTL selfStretch secondRowFirstColumn" data-offset-x
="30" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 150 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="14
6" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 110 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="14
6" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 151 </div> | 111 </div> |
| 152 </div> | 112 </div> |
| 153 | 113 |
| 154 <div> | 114 <div> |
| 155 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 115 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 156 direction: LTR (parall) | align-items: 'self-start' | justify-items: 'se
lf-start'</p> | 116 direction: LTR (parall) | align-items: 'self-start' | justify-items: 'se
lf-start'</p> |
| 157 <div class="grid directionLTR itemsSelfStart" data-expected-width="375" data
-expected-height="450"> | 117 <div class="grid fit-content directionLTR itemsSelfStart" data-expected-widt
h="375" data-expected-height="450"> |
| 158 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="46
" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div c
lass="content"></div></div> | 118 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="46
" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div c
lass="content"></div></div> |
| 159 <div class="directionLTR stretch firstRowSecondColumn" data-offset-x="13
0" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 119 <div class="directionLTR selfStretch firstRowSecondColumn" data-offset-x
="130" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 160 <div class="directionLTR stretch secondRowFirstColumn" data-offset-x="30
" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 120 <div class="directionLTR selfStretch secondRowFirstColumn" data-offset-x
="30" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 161 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="14
6" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 121 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="14
6" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 162 </div> | 122 </div> |
| 163 </div> | 123 </div> |
| 164 | 124 |
| 165 <div> | 125 <div> |
| 166 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 126 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 167 direction: LTR - (parall) | align-items: 'self-end' | justify-items: 'se
lf-end'</p> | 127 direction: LTR - (parall) | align-items: 'self-end' | justify-items: 'se
lf-end'</p> |
| 168 <div class="grid directionLTR itemsSelfEnd" data-expected-width="375" data-e
xpected-height="450"> | 128 <div class="grid fit-content directionLTR itemsSelfEnd" data-expected-width=
"375" data-expected-height="450"> |
| 169 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="10
2" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 129 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="10
2" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 170 <div class="directionLTR stretch firstRowSecondColumn" data-offset-x="13
0" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 130 <div class="directionLTR selfStretch firstRowSecondColumn" data-offset-x
="130" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 171 <div class="directionLTR stretch secondRowFirstColumn" data-offset-x="30
" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 131 <div class="directionLTR selfStretch secondRowFirstColumn" data-offset-x
="30" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 172 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="30
2" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 132 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="30
2" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 173 </div> | 133 </div> |
| 174 </div> | 134 </div> |
| 175 | 135 |
| 176 <!-- RTL direction. --> | 136 <!-- RTL direction. --> |
| 177 <div> | 137 <div> |
| 178 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 138 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 179 direction: RTL | align-items: 'auto' | justify-items: 'auto'</p> | 139 direction: RTL | align-items: 'auto' | justify-items: 'auto'</p> |
| 180 <div class="grid directionRTL itemsStart" data-expected-width="375" data-exp
ected-height="450"> | 140 <div class="grid fit-content directionRTL itemsStart" data-expected-width="3
75" data-expected-height="450"> |
| 181 <div class="cell firstRowFirstColumn" data-offset-x="302" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 141 <div class="cell firstRowFirstColumn" data-offset-x="302" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 182 <div class="cell firstRowSecondColumn" data-offset-x="202" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 142 <div class="cell firstRowSecondColumn" data-offset-x="202" data-offset-
y="14" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 183 <div class="cell secondRowFirstColumn" data-offset-x="302" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 143 <div class="cell secondRowFirstColumn" data-offset-x="302" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 184 <div class="cell secondRowSecondColumn" data-offset-x="202" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> | 144 <div class="cell secondRowSecondColumn" data-offset-x="202" data-offset-
y="214" data-expected-width="20" data-expected-height="40"><div class="content">
</div></div> |
| 185 </div> | 145 </div> |
| 186 </div> | 146 </div> |
| 187 | 147 |
| 188 <div> | 148 <div> |
| 189 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 149 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 190 direction: RTL | align-items: 'center' | justify-items: 'center'</p> | 150 direction: RTL | align-items: 'center' | justify-items: 'center'</p> |
| 191 <div class="grid directionRTL itemsCenter" data-expected-width="375" data-ex
pected-height="450"> | 151 <div class="grid fit-content directionRTL itemsCenter" data-expected-width="
375" data-expected-height="450"> |
| 192 <div class="cell firstRowFirstColumn" data-offset-x="274" data-offse
t-y="86" data-expected-width="20" data-expected-height="40"><div class="content
"></div></div> | 152 <div class="cell firstRowFirstColumn" data-offset-x="274" data-offse
t-y="86" data-expected-width="20" data-expected-height="40"><div class="content
"></div></div> |
| 193 <div class="stretch firstRowSecondColumn" data-offset-x="30" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 153 <div class="selfStretch firstRowSecondColumn" data-offset-x="30" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 194 <div class="stretch secondRowFirstColumn" data-offset-x="230" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 154 <div class="selfStretch secondRowFirstColumn" data-offset-x="230" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 195 <div class="cell secondRowSecondColumn" data-offset-x="124" data-offse
t-y="286" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 155 <div class="cell secondRowSecondColumn" data-offset-x="124" data-offse
t-y="286" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 196 </div> | 156 </div> |
| 197 </div> | 157 </div> |
| 198 | 158 |
| 199 <div> | 159 <div> |
| 200 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 160 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 201 direction: RTL | align-items: 'end' | justify-items: 'end'</p> | 161 direction: RTL | align-items: 'end' | justify-items: 'end'</p> |
| 202 <div class="grid directionRTL itemsEnd" data-expected-width="375" data
-expected-height="450"> | 162 <div class="grid fit-content directionRTL itemsEnd" data-expected-widt
h="375" data-expected-height="450"> |
| 203 <div class="cell firstRowFirstColumn" data-offset-x="246" data-offse
t-y="158" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 163 <div class="cell firstRowFirstColumn" data-offset-x="246" data-offse
t-y="158" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 204 <div class="stretch firstRowSecondColumn" data-offset-x="30" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 164 <div class="selfStretch firstRowSecondColumn" data-offset-x="30" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 205 <div class="stretch secondRowFirstColumn" data-offset-x="230" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 165 <div class="selfStretch secondRowFirstColumn" data-offset-x="230" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 206 <div class="cell secondRowSecondColumn" data-offset-x="46" data-offse
t-y="358" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 166 <div class="cell secondRowSecondColumn" data-offset-x="46" data-offse
t-y="358" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 207 </div> | 167 </div> |
| 208 </div> | 168 </div> |
| 209 | 169 |
| 210 <div> | 170 <div> |
| 211 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 171 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 212 direction: RTL | align-items: 'left' | justify-items: 'left'</p> | 172 direction: RTL | align-items: 'left' | justify-items: 'left'</p> |
| 213 <div class="grid directionRTL itemsLeft" data-expected-width="375" data
-expected-height="450"> | 173 <div class="grid fit-content directionRTL itemsLeft" data-expected-widt
h="375" data-expected-height="450"> |
| 214 <div class="cell firstRowFirstColumn" data-offset-x="246" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 174 <div class="cell firstRowFirstColumn" data-offset-x="246" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 215 <div class="stretch firstRowSecondColumn" data-offset-x="30" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 175 <div class="selfStretch firstRowSecondColumn" data-offset-x="30" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 216 <div class="stretch secondRowFirstColumn" data-offset-x="230" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 176 <div class="selfStretch secondRowFirstColumn" data-offset-x="230" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 217 <div class="cell secondRowSecondColumn" data-offset-x="46" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 177 <div class="cell secondRowSecondColumn" data-offset-x="46" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 218 </div> | 178 </div> |
| 219 </div> | 179 </div> |
| 220 | 180 |
| 221 <div> | 181 <div> |
| 222 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 182 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 223 direction: RTL | align-items: 'right' | justify-items: 'right'</p> | 183 direction: RTL | align-items: 'right' | justify-items: 'right'</p> |
| 224 <div class="grid directionRTL itemsRight" data-expected-width="375" data
-expected-height="450"> | 184 <div class="grid fit-content directionRTL itemsRight" data-expected-widt
h="375" data-expected-height="450"> |
| 225 <div class="cell firstRowFirstColumn" data-offset-x="302" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 185 <div class="cell firstRowFirstColumn" data-offset-x="302" data-offse
t-y="14" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 226 <div class="stretch firstRowSecondColumn" data-offset-x="30" data-offse
t-y="10" data-expected-width="200" data-expected-height="200"><div class="conte
nt"></div></div> | 186 <div class="selfStretch firstRowSecondColumn" data-offset-x="30" data-o
ffset-y="10" data-expected-width="200" data-expected-height="200"><div class="c
ontent"></div></div> |
| 227 <div class="stretch secondRowFirstColumn" data-offset-x="230" data-offse
t-y="210" data-expected-width="100" data-expected-height="200"><div class="conte
nt"></div></div> | 187 <div class="selfStretch secondRowFirstColumn" data-offset-x="230" data-o
ffset-y="210" data-expected-width="100" data-expected-height="200"><div class="c
ontent"></div></div> |
| 228 <div class="cell secondRowSecondColumn" data-offset-x="202" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> | 188 <div class="cell secondRowSecondColumn" data-offset-x="202" data-offse
t-y="214" data-expected-width="20" data-expected-height="40"><div class="conten
t"></div></div> |
| 229 </div> | 189 </div> |
| 230 </div> | 190 </div> |
| 231 | 191 |
| 232 <div> | 192 <div> |
| 233 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 193 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 234 direction: RTL (ortho) | align-items: 'self-start' | justify-items: 'sel
f-start'</p> | 194 direction: RTL (ortho) | align-items: 'self-start' | justify-items: 'sel
f-start'</p> |
| 235 <div class="grid directionRTL itemsSelfStart" data-expected-width="375" data
-expected-height="450"> | 195 <div class="grid fit-content directionRTL itemsSelfStart" data-expected-widt
h="375" data-expected-height="450"> |
| 236 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="24
6" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 196 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="24
6" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 237 <div class="directionLTR stretch firstRowSecondColumn" data-offset-x="30
" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 197 <div class="directionLTR selfStretch firstRowSecondColumn" data-offset-x
="30" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 238 <div class="directionLTR stretch secondRowFirstColumn" data-offset-x="23
0" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 198 <div class="directionLTR selfStretch secondRowFirstColumn" data-offset-x
="230" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 239 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="46
" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 199 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="46
" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 240 </div> | 200 </div> |
| 241 </div> | 201 </div> |
| 242 | 202 |
| 243 <div> | 203 <div> |
| 244 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 204 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 245 direction: RTL (ortho) | align-items: 'self-end' | justify-items: 'self-
end'</p> | 205 direction: RTL (ortho) | align-items: 'self-end' | justify-items: 'self-
end'</p> |
| 246 <div class="grid directionRTL itemsSelfEnd" data-expected-width="375" data-e
xpected-height="450"> | 206 <div class="grid fit-content directionRTL itemsSelfEnd" data-expected-width=
"375" data-expected-height="450"> |
| 247 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="30
2" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 207 <div class="directionLTR cell firstRowFirstColumn" data-offset-x="30
2" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 248 <div class="directionLTR stretch firstRowSecondColumn" data-offset-x="30
" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 208 <div class="directionLTR selfStretch firstRowSecondColumn" data-offset-x
="30" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 249 <div class="directionLTR stretch secondRowFirstColumn" data-offset-x="23
0" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 209 <div class="directionLTR selfStretch secondRowFirstColumn" data-offset-x
="230" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 250 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="20
2" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 210 <div class="directionLTR cell secondRowSecondColumn" data-offset-x="20
2" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 251 </div> | 211 </div> |
| 252 </div> | 212 </div> |
| 253 | 213 |
| 254 <div> | 214 <div> |
| 255 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 215 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 256 direction: RTL (parall) | align-items: 'self-start' | justify-items: 'se
lf-start'</p> | 216 direction: RTL (parall) | align-items: 'self-start' | justify-items: 'se
lf-start'</p> |
| 257 <div class="grid directionRTL itemsSelfStart" data-expected-width="375" data
-expected-height="450"> | 217 <div class="grid fit-content directionRTL itemsSelfStart" data-expected-widt
h="375" data-expected-height="450"> |
| 258 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="30
2" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 218 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="30
2" data-offset-y="14" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 259 <div class="directionRTL stretch firstRowSecondColumn" data-offset-x="30
" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 219 <div class="directionRTL selfStretch firstRowSecondColumn" data-offset-x
="30" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 260 <div class="directionRTL stretch secondRowFirstColumn" data-offset-x="23
0" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 220 <div class="directionRTL selfStretch secondRowFirstColumn" data-offset-x
="230" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 261 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="20
2" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 221 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="20
2" data-offset-y="214" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 262 </div> | 222 </div> |
| 263 </div> | 223 </div> |
| 264 | 224 |
| 265 <div> | 225 <div> |
| 266 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> | 226 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8
px 12px 16px<br> |
| 267 direction: RTL (parall) | align-items: 'self-end' | justify-items: 'self
-end'</p> | 227 direction: RTL (parall) | align-items: 'self-end' | justify-items: 'self
-end'</p> |
| 268 <div class="grid directionRTL itemsSelfEnd" data-expected-width="375" data-e
xpected-height="450"> | 228 <div class="grid fit-content directionRTL itemsSelfEnd" data-expected-width=
"375" data-expected-height="450"> |
| 269 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="24
6" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> | 229 <div class="directionRTL cell firstRowFirstColumn" data-offset-x="24
6" data-offset-y="158" data-expected-width="20" data-expected-height="40"><div
class="content"></div></div> |
| 270 <div class="directionRTL stretch firstRowSecondColumn" data-offset-x="30
" data-offset-y="10" data-expected-width="200" data-expected-height="200"><div
class="content"></div></div> | 230 <div class="directionRTL selfStretch firstRowSecondColumn" data-offset-x
="30" data-offset-y="10" data-expected-width="200" data-expected-height="200">
<div class="content"></div></div> |
| 271 <div class="directionRTL stretch secondRowFirstColumn" data-offset-x="23
0" data-offset-y="210" data-expected-width="100" data-expected-height="200"><div
class="content"></div></div> | 231 <div class="directionRTL selfStretch secondRowFirstColumn" data-offset-x
="230" data-offset-y="210" data-expected-width="100" data-expected-height="200">
<div class="content"></div></div> |
| 272 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="46
" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div c
lass="content"></div></div> | 232 <div class="directionRTL cell secondRowSecondColumn" data-offset-x="46
" data-offset-y="358" data-expected-width="20" data-expected-height="40"><div c
lass="content"></div></div> |
| 273 </div> | 233 </div> |
| 274 </div> | 234 </div> |
| 275 | 235 |
| 276 </body> | 236 </body> |
| 277 </html> | 237 </html> |
| OLD | NEW |