OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <script src="../../resources/js-test.js"> </script> | 2 <script src="../../resources/js-test.js"> </script> |
3 <script> | 3 <script> |
4 var button_was_clicked = false; | 4 var button_was_clicked = false; |
5 | 5 |
6 function test() { | 6 function test() { |
7 if (window.testRunner) { | 7 if (window.testRunner) { |
8 testRunner.waitUntilDone(); | 8 testRunner.waitUntilDone(); |
9 testRunner.dumpAsText(); | 9 testRunner.dumpAsText(); |
10 testRunner.layoutAndPaintAsyncThen( | 10 testRunner.layoutAndPaintAsyncThen( |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 <p>To test manually, hold the middle mouse button on the box with scrollbars
and scroll by dragging the mouse outside the bounds of the box. If the bug occu
rs once the cursor leaves the bounds of the box it will remain stuck in the pann
ing state.</p> | 67 <p>To test manually, hold the middle mouse button on the box with scrollbars
and scroll by dragging the mouse outside the bounds of the box. If the bug occu
rs once the cursor leaves the bounds of the box it will remain stuck in the pann
ing state.</p> |
68 | 68 |
69 <div id="ScrollableIFrameDiv" style="height: 100px; width: 100px"> | 69 <div id="ScrollableIFrameDiv" style="height: 100px; width: 100px"> |
70 <iframe id="ScrollIFrame" src="resources/iframe-with-overflow-scrollable
-div.html" style="height: 100px; width: 100px"> | 70 <iframe id="ScrollIFrame" src="resources/iframe-with-overflow-scrollable
-div.html" style="height: 100px; width: 100px"> |
71 </iframe> | 71 </iframe> |
72 </div> | 72 </div> |
73 | 73 |
74 <button id="testCompletedButton" type="button" onclick="testCompleted()"> Cl
ick me </button> | 74 <button id="testCompletedButton" type="button" onclick="testCompleted()"> Cl
ick me </button> |
75 </body> | 75 </body> |
76 </html> | 76 </html> |
OLD | NEW |