Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-auto-sized-align-justify-margin-border-padding.html

Issue 1488493003: [css-grid] refactoring of layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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">
5 <script src="../../resources/check-layout.js"></script> 6 <script src="../../resources/check-layout.js"></script>
6 <style> 7 <style>
7 body { 8 body {
8 margin: 0; 9 margin: 0;
9 } 10 }
10 11
11 .grid { 12 .grid {
12 grid-template-columns: 100px 200px; 13 grid-template-columns: 100px 200px;
13 grid-template-rows: 200px 200px; 14 grid-template-rows: 200px 200px;
14 padding: 10px 15px 20px 30px; 15 padding: 10px 15px 20px 30px;
15 border-width: 5px 10px 15px 20px; 16 border-width: 5px 10px 15px 20px;
16 border-style: dotted; 17 border-style: dotted;
17 border-color: blue; 18 border-color: blue;
18 width: -webkit-fit-content;
19 position: relative; 19 position: relative;
20 } 20 }
21 21
22 .content { 22 .content {
23 width: 20px; 23 width: 20px;
24 height: 40px; 24 height: 40px;
25 } 25 }
26 26
27 .cell { 27 .cell {
28 margin: 4px 8px 12px 16px; 28 margin: 4px 8px 12px 16px;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 </style> 71 </style>
72 </head> 72 </head>
73 <body onload="checkLayout('.grid')"> 73 <body onload="checkLayout('.grid')">
74 74
75 <p>This test checks that the 'margin', 'border' and 'padding' properties are app lied together correctly for 'align' and 'justify' properties.</p> 75 <p>This test checks that the 'margin', 'border' and 'padding' properties are app lied together correctly for 'align' and 'justify' properties.</p>
76 76
77 <div> 77 <div>
78 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 78 <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> 79 direction: LTR | align-items: 'auto' | justify-items: 'auto'</p>
80 <div class="grid itemsStart" data-expected-width="375" data-expected-height= "450"> 80 <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> 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>
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> 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>
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> 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>
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> 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>
85 </div> 85 </div>
86 </div> 86 </div>
87 87
88 <div> 88 <div>
89 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 89 <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> 90 direction: LTR | align-items: 'center' | justify-items: 'center'</p>
91 <div class="grid itemsCenter" data-expected-width="375" data-expected-height ="450"> 91 <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> 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>
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> 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>
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> 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>
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> 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>
96 </div> 96 </div>
97 </div> 97 </div>
98 98
99 <div> 99 <div>
100 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 100 <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> 101 direction: LTR | align-items: 'end' | justify-items: 'end'</p>
102 <div class="grid itemsEnd" data-expected-width="375" data-expected-height="4 50"> 102 <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> 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>
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> 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>
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> 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>
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> 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>
107 </div> 107 </div>
108 </div> 108 </div>
109 109
110 <div> 110 <div>
111 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 111 <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> 112 direction: LTR | align-items: 'left' | justify-items: 'left'</p>
113 <div class="grid itemsLeft" data-expected-width="375" data-expected-height=" 450"> 113 <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> 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>
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> 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>
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> 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>
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> 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>
118 </div> 118 </div>
119 </div> 119 </div>
120 120
121 <div> 121 <div>
122 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 122 <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> 123 direction: LTR | align-items: 'right' | justify-items: 'right'</p>
124 <div class="grid itemsRight" data-expected-width="375" data-expected-height= "450"> 124 <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> 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>
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> 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>
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> 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>
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> 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>
129 </div> 129 </div>
130 </div> 130 </div>
131 131
132 <div> 132 <div>
133 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 133 <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> 134 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"> 135 <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> 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>
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> 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>
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> 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>
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> 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>
140 </div> 140 </div>
141 </div> 141 </div>
142 142
143 <div> 143 <div>
144 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 144 <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> 145 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"> 146 <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> 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>
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> 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>
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> 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>
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> 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>
151 </div> 151 </div>
152 </div> 152 </div>
153 153
154 <div> 154 <div>
155 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 155 <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> 156 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"> 157 <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> 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>
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> 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>
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> 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>
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> 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>
162 </div> 162 </div>
163 </div> 163 </div>
164 164
165 <div> 165 <div>
166 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 166 <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> 167 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"> 168 <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> 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>
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> 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>
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> 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>
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> 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>
173 </div> 173 </div>
174 </div> 174 </div>
175 175
176 <!-- RTL direction. --> 176 <!-- RTL direction. -->
177 <div> 177 <div>
178 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 178 <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> 179 direction: RTL | align-items: 'auto' | justify-items: 'auto'</p>
180 <div class="grid directionRTL itemsStart" data-expected-width="375" data-exp ected-height="450"> 180 <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> 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>
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> 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>
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> 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>
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> 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>
185 </div> 185 </div>
186 </div> 186 </div>
187 187
188 <div> 188 <div>
189 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 189 <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> 190 direction: RTL | align-items: 'center' | justify-items: 'center'</p>
191 <div class="grid directionRTL itemsCenter" data-expected-width="375" data-ex pected-height="450"> 191 <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> 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>
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> 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>
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> 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>
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> 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>
196 </div> 196 </div>
197 </div> 197 </div>
198 198
199 <div> 199 <div>
200 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 200 <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> 201 direction: RTL | align-items: 'end' | justify-items: 'end'</p>
202 <div class="grid directionRTL itemsEnd" data-expected-width="375" data -expected-height="450"> 202 <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> 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>
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> 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>
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> 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>
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> 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>
207 </div> 207 </div>
208 </div> 208 </div>
209 209
210 <div> 210 <div>
211 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 211 <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> 212 direction: RTL | align-items: 'left' | justify-items: 'left'</p>
213 <div class="grid directionRTL itemsLeft" data-expected-width="375" data -expected-height="450"> 213 <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> 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>
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> 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>
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> 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>
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> 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>
218 </div> 218 </div>
219 </div> 219 </div>
220 220
221 <div> 221 <div>
222 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 222 <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> 223 direction: RTL | align-items: 'right' | justify-items: 'right'</p>
224 <div class="grid directionRTL itemsRight" data-expected-width="375" data -expected-height="450"> 224 <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> 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>
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> 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>
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> 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>
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> 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>
229 </div> 229 </div>
230 </div> 230 </div>
231 231
232 <div> 232 <div>
233 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 233 <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> 234 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"> 235 <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> 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>
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> 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>
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> 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>
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> 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>
240 </div> 240 </div>
241 </div> 241 </div>
242 242
243 <div> 243 <div>
244 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 244 <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> 245 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"> 246 <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> 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>
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> 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>
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> 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>
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> 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>
251 </div> 251 </div>
252 </div> 252 </div>
253 253
254 <div> 254 <div>
255 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 255 <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> 256 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"> 257 <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> 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>
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> 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>
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> 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>
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> 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>
262 </div> 262 </div>
263 </div> 263 </div>
264 264
265 <div> 265 <div>
266 <p>border: 5px 10px 15px 20px | padding: 10px 15px 20px 30px | margin: 4px 8 px 12px 16px<br> 266 <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> 267 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"> 268 <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> 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>
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> 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>
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> 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>
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> 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>
273 </div> 273 </div>
274 </div> 274 </div>
275 275
276 </body> 276 </body>
277 </html> 277 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698