Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: LayoutTests/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm

Issue 15508003: Revert "Don't force layout for mouse event hit tests" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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;
79 eventSender.mouseMoveTo(240, 250); 77 eventSender.mouseMoveTo(240, 250);
80 eventSender.mouseDown(); 78 eventSender.mouseDown();
81 eventSender.mouseUp(); 79 eventSender.mouseUp();
82 80
83 setTimeout(finished, 1000); 81 setTimeout(finished, 1000);
84 } 82 }
85 83
86 function finished() 84 function finished()
87 { 85 {
88 window.testRunner.notifyDone(); 86 window.testRunner.notifyDone();
89 } 87 }
90 88
91 </script> 89 </script>
92 90
93 </html> 91 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/navigation/resources/javascriptlink.html ('k') | LayoutTests/plugins/user-gesture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698