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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-item-auto-placement-automatic-span.html

Issue 401473003: [CSS Grid Layout] Rename gridAutoFlow[Row|Column] to gridAutoFlow[Row|Column]Sparse (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Keep separation between sparse and dense in the tests Created 6 years, 5 months 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 <link href="resources/grid.css" rel="stylesheet"> 3 <link href="resources/grid.css" rel="stylesheet">
4 <style> 4 <style>
5 .grid { 5 .grid {
6 grid-auto-rows: 50px; 6 grid-auto-rows: 50px;
7 grid-auto-columns: 100px; 7 grid-auto-columns: 100px;
8 } 8 }
9 9
10 .gridNamedGridLinesColumns { 10 .gridNamedGridLinesColumns {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 grid-column: auto; 62 grid-column: auto;
63 grid-row: span 2 line; /* This is treated as "span 1". */ 63 grid-row: span 2 line; /* This is treated as "span 1". */
64 } 64 }
65 </style> 65 </style>
66 <script src="../../resources/check-layout.js"></script> 66 <script src="../../resources/check-layout.js"></script>
67 <body onload="checkLayout('.grid');"> 67 <body onload="checkLayout('.grid');">
68 68
69 <p>Thist test checks that span is supported in auto-placement for automatic posi tions.</p> 69 <p>Thist test checks that span is supported in auto-placement for automatic posi tions.</p>
70 70
71 <div style="position: relative"> 71 <div style="position: relative">
72 <div class="grid gridAutoFlowRow"> 72 <div class="grid gridAutoFlowRowDense">
73 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="0" data-expected-width="200" data-expected-height="50"></div> 73 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="0" data-expected-width="200" data-expected-height="50"></div>
74 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="200" data- offset-y="0" data-expected-width="100" data-expected-height="50"></div> 74 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="200" data- offset-y="0" data-expected-width="100" data-expected-height="50"></div>
75 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="0" data-of fset-y="50" data-expected-width="100" data-expected-height="50"></div> 75 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="0" data-of fset-y="50" data-expected-width="100" data-expected-height="50"></div>
76 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="1 00" data-offset-y="50" data-expected-width="200" data-expected-height="50"></div > 76 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="1 00" data-offset-y="50" data-expected-width="200" data-expected-height="50"></div >
77 <div class="sizedToGridArea autoRowAutoColumnSpanning3" data-offset-x="0 " data-offset-y="100" data-expected-width="300" data-expected-height="50"></div> 77 <div class="sizedToGridArea autoRowAutoColumnSpanning3" data-offset-x="0 " data-offset-y="100" data-expected-width="300" data-expected-height="50"></div>
78 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="0" data-offset-y="150" data-expected-width="200" data-expected-height="1 00"></div> 78 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="0" data-offset-y="150" data-expected-width="200" data-expected-height="1 00"></div>
79 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="200" data- offset-y="150" data-expected-width="100" data-expected-height="50"></div> 79 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="200" data- offset-y="150" data-expected-width="100" data-expected-height="50"></div>
80 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="200" data- offset-y="200" data-expected-width="100" data-expected-height="50"></div> 80 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="200" data- offset-y="200" data-expected-width="100" data-expected-height="50"></div>
81 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="0" data-of fset-y="250" data-expected-width="100" data-expected-height="50"></div> 81 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="0" data-of fset-y="250" data-expected-width="100" data-expected-height="50"></div>
82 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="250" data-expected-width="200" data-expected-height= "100"></div> 82 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="250" data-expected-width="200" data-expected-height= "100"></div>
(...skipping 12 matching lines...) Expand all
95 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="150" data-expected-width="200" data-expected-height="50"></div> 95 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="150" data-expected-width="200" data-expected-height="50"></div>
96 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="200" data-expected-width="200" data-expected-height="50"></div> 96 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="200" data-expected-width="200" data-expected-height="50"></div>
97 <div class="sizedToGridArea autoRowFirstColumn" data-offset-x="0" data-o ffset-y="250" data-expected-width="100" data-expected-height="50"></div> 97 <div class="sizedToGridArea autoRowFirstColumn" data-offset-x="0" data-o ffset-y="250" data-expected-width="100" data-expected-height="50"></div>
98 <div class="sizedToGridArea autoRowAutoColumnSpanning3" data-offset-x="0 " data-offset-y="300" data-expected-width="300" data-expected-height="50"></div> 98 <div class="sizedToGridArea autoRowAutoColumnSpanning3" data-offset-x="0 " data-offset-y="300" data-expected-width="300" data-expected-height="50"></div>
99 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="1 00" data-offset-y="250" data-expected-width="200" data-expected-height="50"></di v> 99 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="1 00" data-offset-y="250" data-expected-width="200" data-expected-height="50"></di v>
100 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="0" data-offset-y="350" data-expected-width="200" data-expected-height="1 00"></div> 100 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="0" data-offset-y="350" data-expected-width="200" data-expected-height="1 00"></div>
101 </div> 101 </div>
102 </div> 102 </div>
103 103
104 <div style="position: relative"> 104 <div style="position: relative">
105 <div class="grid gridAutoFlowRow"> 105 <div class="grid gridAutoFlowRowDense">
106 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="0 " data-offset-y="0" data-expected-width="100" data-expected-height="100"></div> 106 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="0 " data-offset-y="0" data-expected-width="100" data-expected-height="100"></div>
107 <div class="sizedToGridArea autoRowSecondColumn" data-offset-x="100" dat a-offset-y="0" data-expected-width="100" data-expected-height="50"></div> 107 <div class="sizedToGridArea autoRowSecondColumn" data-offset-x="100" dat a-offset-y="0" data-expected-width="100" data-expected-height="50"></div>
108 <div class="sizedToGridArea autoRowThirdColumn" data-offset-x="200" data -offset-y="0" data-expected-width="100" data-expected-height="50"></div> 108 <div class="sizedToGridArea autoRowThirdColumn" data-offset-x="200" data -offset-y="0" data-expected-width="100" data-expected-height="50"></div>
109 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div> 109 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div>
110 <div class="sizedToGridArea autoRowSpanning3AutoColumn" data-offset-x="0 " data-offset-y="100" data-expected-width="100" data-expected-height="150"></div > 110 <div class="sizedToGridArea autoRowSpanning3AutoColumn" data-offset-x="0 " data-offset-y="100" data-expected-width="100" data-expected-height="150"></div >
111 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="150" data-expected-width="200" data-expected-height= "100"></div> 111 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="150" data-expected-width="200" data-expected-height= "100"></div>
112 </div> 112 </div>
113 </div> 113 </div>
114 114
115 <div style="position: relative"> 115 <div style="position: relative">
116 <div class="grid gridAutoFlowRowDense gridNamedGridLinesColumns"> 116 <div class="grid gridAutoFlowRowDense gridNamedGridLinesColumns">
117 <div class="sizedToGridArea autoRowFirstColumn" data-offset-x="0" data-o ffset-y="0" data-expected-width="50" data-expected-height="50"></div> 117 <div class="sizedToGridArea autoRowFirstColumn" data-offset-x="0" data-o ffset-y="0" data-expected-width="50" data-expected-height="50"></div>
118 <div class="sizedToGridArea autoRowAutoColumnSpanning2Line" data-offset- x="50" data-offset-y="0" data-expected-width="100" data-expected-height="50"></d iv> 118 <div class="sizedToGridArea autoRowAutoColumnSpanning2Line" data-offset- x="50" data-offset-y="0" data-expected-width="100" data-expected-height="50"></d iv>
119 <div class="sizedToGridArea autoRowSecondColumn" data-offset-x="50" data -offset-y="50" data-expected-width="100" data-expected-height="50"></div> 119 <div class="sizedToGridArea autoRowSecondColumn" data-offset-x="50" data -offset-y="50" data-expected-width="100" data-expected-height="50"></div>
120 <div class="sizedToGridArea autoRowAutoColumnSpanning2Line" data-offset- x="150" data-offset-y="0" data-expected-width="200" data-expected-height="50"></ div> 120 <div class="sizedToGridArea autoRowAutoColumnSpanning2Line" data-offset- x="150" data-offset-y="0" data-expected-width="200" data-expected-height="50"></ div>
121 <div class="sizedToGridArea autoRowThirdColumn" data-offset-x="150" data -offset-y="50" data-expected-width="200" data-expected-height="50"></div> 121 <div class="sizedToGridArea autoRowThirdColumn" data-offset-x="150" data -offset-y="50" data-expected-width="200" data-expected-height="50"></div>
122 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="0" data-offset-y="50" data-expected-width="50" data-expected-height="50"></div > 122 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="0" data-offset-y="50" data-expected-width="50" data-expected-height="50"></div >
123 <div class="sizedToGridArea autoRowAutoColumnSpanning2Line" data-offset- x="0" data-offset-y="100" data-expected-width="50" data-expected-height="50"></d iv> 123 <div class="sizedToGridArea autoRowAutoColumnSpanning2Line" data-offset- x="0" data-offset-y="100" data-expected-width="50" data-expected-height="50"></d iv>
124 <div class="sizedToGridArea autoRowFirstColumn" data-offset-x="0" data-o ffset-y="150" data-expected-width="50" data-expected-height="50"></div> 124 <div class="sizedToGridArea autoRowFirstColumn" data-offset-x="0" data-o ffset-y="150" data-expected-width="50" data-expected-height="50"></div>
125 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="50" data-offset-y="100" data-expected-width="100" data-expected-height="50"></ div> 125 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="50" data-offset-y="100" data-expected-width="100" data-expected-height="50"></ div>
126 <div class="sizedToGridArea autoRowThirdColumn" data-offset-x="150" data -offset-y="100" data-expected-width="200" data-expected-height="50"></div> 126 <div class="sizedToGridArea autoRowThirdColumn" data-offset-x="150" data -offset-y="100" data-expected-width="200" data-expected-height="50"></div>
127 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="50" data-offset-y="150" data-expected-width="100" data-expected-height="50"></ div> 127 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="50" data-offset-y="150" data-expected-width="100" data-expected-height="50"></ div>
128 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="150" data-offset-y="150" data-expected-width="200" data-expected-height="50">< /div> 128 <div class="sizedToGridArea autoRowAutoColumnSpanningLine" data-offset-x ="150" data-offset-y="150" data-expected-width="200" data-expected-height="50">< /div>
129 </div> 129 </div>
130 </div> 130 </div>
131 131
132 <div style="position: relative"> 132 <div style="position: relative">
133 <div class="grid gridAutoFlowColumn"> 133 <div class="grid gridAutoFlowColumnDense">
134 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="0 " data-offset-y="0" data-expected-width="100" data-expected-height="100"></div> 134 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="0 " data-offset-y="0" data-expected-width="100" data-expected-height="100"></div>
135 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="0" data-of fset-y="100" data-expected-width="100" data-expected-height="50"></div> 135 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="0" data-of fset-y="100" data-expected-width="100" data-expected-height="50"></div>
136 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="100" data- offset-y="0" data-expected-width="100" data-expected-height="50"></div> 136 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="100" data- offset-y="0" data-expected-width="100" data-expected-height="50"></div>
137 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="1 00" data-offset-y="50" data-expected-width="100" data-expected-height="100"></di v> 137 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="1 00" data-offset-y="50" data-expected-width="100" data-expected-height="100"></di v>
138 <div class="sizedToGridArea autoRowSpanning3AutoColumn" data-offset-x="2 00" data-offset-y="0" data-expected-width="100" data-expected-height="150"></div > 138 <div class="sizedToGridArea autoRowSpanning3AutoColumn" data-offset-x="2 00" data-offset-y="0" data-expected-width="100" data-expected-height="150"></div >
139 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="300" data-offset-y="0" data-expected-width="200" data-expected-height="1 00"></div> 139 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="300" data-offset-y="0" data-expected-width="200" data-expected-height="1 00"></div>
140 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="300" data- offset-y="100" data-expected-width="100" data-expected-height="50"></div> 140 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="300" data- offset-y="100" data-expected-width="100" data-expected-height="50"></div>
141 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="400" data- offset-y="100" data-expected-width="100" data-expected-height="50"></div> 141 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="400" data- offset-y="100" data-expected-width="100" data-expected-height="50"></div>
142 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="500" data- offset-y="0" data-expected-width="100" data-expected-height="50"></div> 142 <div class="sizedToGridArea autoRowAutoColumn" data-offset-x="500" data- offset-y="0" data-expected-width="100" data-expected-height="50"></div>
143 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="500" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div> 143 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="500" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div>
(...skipping 12 matching lines...) Expand all
156 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="3 00" data-offset-y="0" data-expected-width="100" data-expected-height="100"></div > 156 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="3 00" data-offset-y="0" data-expected-width="100" data-expected-height="100"></div >
157 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="4 00" data-offset-y="0" data-expected-width="100" data-expected-height="100"></div > 157 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="4 00" data-offset-y="0" data-expected-width="100" data-expected-height="100"></div >
158 <div class="sizedToGridArea firstRowAutoColumn" data-offset-x="500" data -offset-y="0" data-expected-width="100" data-expected-height="50"></div> 158 <div class="sizedToGridArea firstRowAutoColumn" data-offset-x="500" data -offset-y="0" data-expected-width="100" data-expected-height="50"></div>
159 <div class="sizedToGridArea autoRowSpanning3AutoColumn" data-offset-x="6 00" data-offset-y="0" data-expected-width="100" data-expected-height="150"></div > 159 <div class="sizedToGridArea autoRowSpanning3AutoColumn" data-offset-x="6 00" data-offset-y="0" data-expected-width="100" data-expected-height="150"></div >
160 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="5 00" data-offset-y="50" data-expected-width="100" data-expected-height="100"></di v> 160 <div class="sizedToGridArea autoRowSpanning2AutoColumn" data-offset-x="5 00" data-offset-y="50" data-expected-width="100" data-expected-height="100"></di v>
161 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="700" data-offset-y="0" data-expected-width="200" data-expected-height="1 00"></div> 161 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="700" data-offset-y="0" data-expected-width="200" data-expected-height="1 00"></div>
162 </div> 162 </div>
163 </div> 163 </div>
164 164
165 <div style="position: relative"> 165 <div style="position: relative">
166 <div class="grid gridAutoFlowColumn"> 166 <div class="grid gridAutoFlowColumnDense">
167 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="0" data-expected-width="200" data-expected-height="50"></div> 167 <div class="sizedToGridArea autoRowAutoColumnSpanning2" data-offset-x="0 " data-offset-y="0" data-expected-width="200" data-expected-height="50"></div>
168 <div class="sizedToGridArea secondRowAutoColumn" data-offset-x="0" data- offset-y="50" data-expected-width="100" data-expected-height="50"></div> 168 <div class="sizedToGridArea secondRowAutoColumn" data-offset-x="0" data- offset-y="50" data-expected-width="100" data-expected-height="50"></div>
169 <div class="sizedToGridArea thirdRowAutoColumn" data-offset-x="0" data-o ffset-y="100" data-expected-width="100" data-expected-height="50"></div> 169 <div class="sizedToGridArea thirdRowAutoColumn" data-offset-x="0" data-o ffset-y="100" data-expected-width="100" data-expected-height="50"></div>
170 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div> 170 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="100" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div>
171 <div class="sizedToGridArea autoRowAutoColumnSpanning3" data-offset-x="2 00" data-offset-y="0" data-expected-width="300" data-expected-height="50"></div> 171 <div class="sizedToGridArea autoRowAutoColumnSpanning3" data-offset-x="2 00" data-offset-y="0" data-expected-width="300" data-expected-height="50"></div>
172 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="300" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div> 172 <div class="sizedToGridArea autoRowSpanning2AutoColumnSpanning2" data-of fset-x="300" data-offset-y="50" data-expected-width="200" data-expected-height=" 100"></div>
173 </div> 173 </div>
174 </div> 174 </div>
175 175
176 <div style="position: relative"> 176 <div style="position: relative">
177 <div class="grid gridAutoFlowColumnDense gridNamedGridLinesRows"> 177 <div class="grid gridAutoFlowColumnDense gridNamedGridLinesRows">
178 <div class="sizedToGridArea firstRowAutoColumn" data-offset-x="0" data-o ffset-y="0" data-expected-width="100" data-expected-height="50"></div> 178 <div class="sizedToGridArea firstRowAutoColumn" data-offset-x="0" data-o ffset-y="0" data-expected-width="100" data-expected-height="50"></div>
179 <div class="sizedToGridArea autoRowSpanning2LineAutoColumn" data-offset- x="0" data-offset-y="50" data-expected-width="100" data-expected-height="100"></ div> 179 <div class="sizedToGridArea autoRowSpanning2LineAutoColumn" data-offset- x="0" data-offset-y="50" data-expected-width="100" data-expected-height="100"></ div>
180 <div class="sizedToGridArea secondRowAutoColumn" data-offset-x="100" dat a-offset-y="50" data-expected-width="100" data-expected-height="100"></div> 180 <div class="sizedToGridArea secondRowAutoColumn" data-offset-x="100" dat a-offset-y="50" data-expected-width="100" data-expected-height="100"></div>
181 <div class="sizedToGridArea autoRowSpanning2LineAutoColumn" data-offset- x="0" data-offset-y="150" data-expected-width="100" data-expected-height="200">< /div> 181 <div class="sizedToGridArea autoRowSpanning2LineAutoColumn" data-offset- x="0" data-offset-y="150" data-expected-width="100" data-expected-height="200">< /div>
182 <div class="sizedToGridArea thirdRowAutoColumn" data-offset-x="100" data -offset-y="150" data-expected-width="100" data-expected-height="200"></div> 182 <div class="sizedToGridArea thirdRowAutoColumn" data-offset-x="100" data -offset-y="150" data-expected-width="100" data-expected-height="200"></div>
183 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="100" data-offset-y="0" data-expected-width="100" data-expected-height="50"></d iv> 183 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="100" data-offset-y="0" data-expected-width="100" data-expected-height="50"></d iv>
184 <div class="sizedToGridArea autoRowSpanning2LineAutoColumn" data-offset- x="200" data-offset-y="0" data-expected-width="100" data-expected-height="50"></ div> 184 <div class="sizedToGridArea autoRowSpanning2LineAutoColumn" data-offset- x="200" data-offset-y="0" data-expected-width="100" data-expected-height="50"></ div>
185 <div class="sizedToGridArea firstRowAutoColumn" data-offset-x="300" data -offset-y="0" data-expected-width="100" data-expected-height="50"></div> 185 <div class="sizedToGridArea firstRowAutoColumn" data-offset-x="300" data -offset-y="0" data-expected-width="100" data-expected-height="50"></div>
186 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="200" data-offset-y="50" data-expected-width="100" data-expected-height="100">< /div> 186 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="200" data-offset-y="50" data-expected-width="100" data-expected-height="100">< /div>
187 <div class="sizedToGridArea thirdRowAutoColumn" data-offset-x="200" data -offset-y="150" data-expected-width="100" data-expected-height="200"></div> 187 <div class="sizedToGridArea thirdRowAutoColumn" data-offset-x="200" data -offset-y="150" data-expected-width="100" data-expected-height="200"></div>
188 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="300" data-offset-y="50" data-expected-width="100" data-expected-height="100">< /div> 188 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="300" data-offset-y="50" data-expected-width="100" data-expected-height="100">< /div>
189 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="300" data-offset-y="150" data-expected-width="100" data-expected-height="200"> </div--> 189 <div class="sizedToGridArea autoRowSpanningLineAutoColumn" data-offset-x ="300" data-offset-y="150" data-expected-width="100" data-expected-height="200"> </div-->
190 </div> 190 </div>
191 </div> 191 </div>
192 192
193 </body> 193 </body>
194 </html> 194 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698