| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> | |
| 6 <script src="../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 7 <style type="text/css"> | 6 <style type="text/css"> |
| 8 .selectionDisabled { -webkit-user-select: none; } | 7 .selectionDisabled { -webkit-user-select: none; } |
| 9 .selectionEnabled { -webkit-user-select: auto; } | 8 .selectionEnabled { -webkit-user-select: auto; } |
| 10 </style> | 9 </style> |
| 11 </head> | 10 </head> |
| 12 <body> | 11 <body> |
| 13 <div id="container"></div> | 12 <div id="container"></div> |
| 14 <pre id="console" style="visibility: hidden;"></pre> | 13 <pre id="console" style="visibility: hidden;"></pre> |
| 15 <script> | 14 <script> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 testFindString("insurmountable mountain", "Wally", disableSelection, "fa
lse"); | 48 testFindString("insurmountable mountain", "Wally", disableSelection, "fa
lse"); |
| 50 } | 49 } |
| 51 } | 50 } |
| 52 | 51 |
| 53 document.getElementById("console").style.removeProperty("visibility"); | 52 document.getElementById("console").style.removeProperty("visibility"); |
| 54 | 53 |
| 55 var successfullyParsed = true; | 54 var successfullyParsed = true; |
| 56 </script> | 55 </script> |
| 57 </body> | 56 </body> |
| 58 </html> | 57 </html> |
| OLD | NEW |