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"> | 5 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"> |
6 <script src="../../fast/js/resources/js-test-pre.js"></script> | 6 <script src="../../fast/js/resources/js-test-pre.js"></script> |
7 <style type="text/css"> | 7 <style type="text/css"> |
8 .selectionDisabled { -webkit-user-select: none; } | 8 .selectionDisabled { -webkit-user-select: none; } |
9 .selectionEnabled { -webkit-user-select: auto; } | 9 .selectionEnabled { -webkit-user-select: auto; } |
10 </style> | 10 </style> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 testFindString("Some sample text that can be searched", "t t", disableSe
lection, "true"); | 47 testFindString("Some sample text that can be searched", "t t", disableSe
lection, "true"); |
48 testFindString("insurmountable mountain", "mount", disableSelection, "tr
ue"); | 48 testFindString("insurmountable mountain", "mount", disableSelection, "tr
ue"); |
49 testFindString("insurmountable mountain", "Wally", disableSelection, "fa
lse"); | 49 testFindString("insurmountable mountain", "Wally", disableSelection, "fa
lse"); |
50 } | 50 } |
51 } | 51 } |
52 | 52 |
53 document.getElementById("console").style.removeProperty("visibility"); | 53 document.getElementById("console").style.removeProperty("visibility"); |
54 | 54 |
55 var successfullyParsed = true; | 55 var successfullyParsed = true; |
56 </script> | 56 </script> |
57 <script src="../../fast/js/resources/js-test-post.js"></script> | |
58 </body> | 57 </body> |
59 </html> | 58 </html> |
OLD | NEW |