| OLD | NEW | 
|---|
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
    html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
    html1/DTD/xhtml1-strict.dtd"> | 
| 2 <!-- | 2 <!-- | 
| 3  Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All right
    s reserved. | 3  Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All right
    s reserved. | 
| 4 | 4 | 
| 5  Redistribution and use in source and binary forms, with or without modification
    , | 5  Redistribution and use in source and binary forms, with or without modification
    , | 
| 6  are permitted provided that the following conditions are met: | 6  are permitted provided that the following conditions are met: | 
| 7 | 7 | 
| 8  Redistributions of source code must retain the above copyright notice, this lis
    t of | 8  Redistributions of source code must retain the above copyright notice, this lis
    t of | 
| 9  conditions and the following disclaimer. | 9  conditions and the following disclaimer. | 
| 10 | 10 | 
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 67         Filler Text Filler Text Filler Text | 67         Filler Text Filler Text Filler Text | 
| 68         Filler Text Filler Text Filler Text | 68         Filler Text Filler Text Filler Text | 
| 69         Filler Text Filler Text Filler Text | 69         Filler Text Filler Text Filler Text | 
| 70         Filler Text Filler Text </div> | 70         Filler Text Filler Text </div> | 
| 71     </body> | 71     </body> | 
| 72 | 72 | 
| 73     <div id="console"></div> | 73     <div id="console"></div> | 
| 74 | 74 | 
| 75     <script> | 75     <script> | 
| 76         if (window.eventSender) { | 76         if (window.eventSender) { | 
|  | 77             // Mouse events only work after an initial layout | 
|  | 78             document.body.offsetLeft; | 
| 77             eventSender.mouseMoveTo(240, 250); | 79             eventSender.mouseMoveTo(240, 250); | 
| 78             eventSender.mouseDown(); | 80             eventSender.mouseDown(); | 
| 79             eventSender.mouseUp(); | 81             eventSender.mouseUp(); | 
| 80 | 82 | 
| 81             setTimeout(finished, 1000); | 83             setTimeout(finished, 1000); | 
| 82         } | 84         } | 
| 83 | 85 | 
| 84         function finished() | 86         function finished() | 
| 85         { | 87         { | 
| 86             window.testRunner.notifyDone(); | 88             window.testRunner.notifyDone(); | 
| 87         } | 89         } | 
| 88 | 90 | 
| 89     </script> | 91     </script> | 
| 90 | 92 | 
| 91 </html> | 93 </html> | 
| OLD | NEW | 
|---|