| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
| 5 <style type="text/css"> | 5 <style type="text/css"> |
| 6 </style> | 6 </style> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <p id="description"></p> | 9 <p id="description"></p> |
| 10 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=85343">Bug 85343</a></p> | 10 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=85343">Bug 85343</a></p> |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 }, CURSOR_UPDATE_DELAY); | 45 }, CURSOR_UPDATE_DELAY); |
| 46 | 46 |
| 47 // Give some time for the change to resolve. Fake mousemove event that cause
d bug, is using a timer | 47 // Give some time for the change to resolve. Fake mousemove event that cause
d bug, is using a timer |
| 48 setTimeout(function() { | 48 setTimeout(function() { |
| 49 document.getElementById('test-container').style.display = 'none'; | 49 document.getElementById('test-container').style.display = 'none'; |
| 50 finishJSTest(); | 50 finishJSTest(); |
| 51 }, 150); | 51 }, 150); |
| 52 } | 52 } |
| 53 | 53 |
| 54 </script> | 54 </script> |
| 55 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 56 </body> | 55 </body> |
| 57 </html> | 56 </html> |
| OLD | NEW |