| OLD | NEW | 
|   1 <!DOCTYPE HTML> |   1 <!DOCTYPE HTML> | 
|   2 <html> |   2 <html> | 
|   3 <head> |   3 <head> | 
|   4 <script> |  | 
|   5 if (window.testRunner) |  | 
|   6     testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1); |  | 
|   7 </script> |  | 
|   8 <link href="resources/grid.css" rel="stylesheet"> |   4 <link href="resources/grid.css" rel="stylesheet"> | 
|   9 <style> |   5 <style> | 
|  10 .grid { |   6 .grid { | 
|  11     grid-template-rows: 20px; |   7     grid-template-rows: 20px; | 
|  12     grid-template-columns: 10px; |   8     grid-template-columns: 10px; | 
|  13     grid-auto-rows: 30px; |   9     grid-auto-rows: 30px; | 
|  14     grid-auto-columns: 50px; |  10     grid-auto-columns: 50px; | 
|  15     font: 10px/1 Ahem; |  11     font: 10px/1 Ahem; | 
|  16 } |  12 } | 
|  17 </style> |  13 </style> | 
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  83 </div> |  79 </div> | 
|  84  |  80  | 
|  85 <div class="constrainedContainer" style="position: relative;"> |  81 <div class="constrainedContainer" style="position: relative;"> | 
|  86     <div class="grid" id="constrainedGridUndefinedHeight"> |  82     <div class="grid" id="constrainedGridUndefinedHeight"> | 
|  87         <div class="sizedToGridArea secondRowSecondColumn" data-offset-x="10" da
    ta-offset-y="20" data-expected-width="50" data-expected-height="30">XXXXX XXXXXX
    </div> |  83         <div class="sizedToGridArea secondRowSecondColumn" data-offset-x="10" da
    ta-offset-y="20" data-expected-width="50" data-expected-height="30">XXXXX XXXXXX
    </div> | 
|  88     </div> |  84     </div> | 
|  89 </div> |  85 </div> | 
|  90  |  86  | 
|  91 </body> |  87 </body> | 
|  92 </html> |  88 </html> | 
| OLD | NEW |