| OLD | NEW | 
|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 | 2 | 
| 3 <html ng-app="Loader" ng-controller="Loader.Controller"> | 3 <html ng-app="Loader" ng-controller="Loader.Controller"> | 
| 4 | 4 | 
| 5 <head> | 5 <head> | 
| 6   <title ng-bind="windowTitle"></title> | 6   <title ng-bind="windowTitle"></title> | 
|  | 7   <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></scr
     ipt> | 
| 7   <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js"
     ></script> | 8   <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js"
     ></script> | 
| 8   <script src="constants.js"></script> | 9   <script src="constants.js"></script> | 
| 9   <script src="live-loader.js"></script> | 10   <script src="live-loader.js"></script> | 
|  | 11   <script src="utils.js"></script> | 
|  | 12 | 
| 10   <link rel="stylesheet" href="view.css"> | 13   <link rel="stylesheet" href="view.css"> | 
| 11 </head> | 14 </head> | 
| 12 | 15 | 
| 13 <body> | 16 <body> | 
| 14   <h2> | 17   <h2> | 
| 15     Instructions, roadmap, etc. are at | 18     Instructions, roadmap, etc. are at | 
| 16     <a href="http://tinyurl.com/SkiaRebaselineServer"> | 19     <a href="http://tinyurl.com/SkiaRebaselineServer"> | 
| 17       http://tinyurl.com/SkiaRebaselineServer | 20       http://tinyurl.com/SkiaRebaselineServer | 
| 18     </a> | 21     </a> | 
| 19   </h2> | 22   </h2> | 
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 411                    ng-click="toggleSomeImagePairs($index, imagePair[constants.KE
     Y__IMAGEPAIRS__ROWSPAN])"> | 414                    ng-click="toggleSomeImagePairs($index, imagePair[constants.KE
     Y__IMAGEPAIRS__ROWSPAN])"> | 
| 412         </tr> | 415         </tr> | 
| 413       </table> <!-- imagePairs --> | 416       </table> <!-- imagePairs --> | 
| 414     </td></tr></table> <!-- table holding results header + imagePairs table --> | 417     </td></tr></table> <!-- table holding results header + imagePairs table --> | 
| 415 | 418 | 
| 416   </div><!-- main display area of selected tab --> | 419   </div><!-- main display area of selected tab --> | 
| 417   </div><!-- everything: hide until readyToDisplay --> | 420   </div><!-- everything: hide until readyToDisplay --> | 
| 418 | 421 | 
| 419 </body> | 422 </body> | 
| 420 </html> | 423 </html> | 
| OLD | NEW | 
|---|