| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../resources/js-test.js"></script> |
| 5 <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css"
> | 5 <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css"
> |
| 6 </head> | 6 </head> |
| 7 <body onload="runTest();"> | 7 <body onload="runTest();"> |
| 8 <div style="position: relative; left: 10px; top: 10px"></div> | 8 <div style="position: relative; left: 10px; top: 10px"></div> |
| 9 <div id="outerDiv" style="position: relative; left: 10px; top: 40px; width: 300p
x; height: 150px; overflow-y: scroll; overflow-x: scroll;"> | 9 <div id="outerDiv" style="position: relative; left: 10px; top: 40px; width: 300p
x; height: 150px; overflow-y: scroll; overflow-x: scroll;"> |
| 10 <div style="-webkit-transform: translateZ(0)"> | 10 <div style="-webkit-transform: translateZ(0)"> |
| 11 <div id="targetDiv" style="position: relative; left: 10px; top: i10px; width:
200px; height: 100px; overflow-y: scroll; overflow-x: scroll;"> | 11 <div id="targetDiv" style="position: relative; left: 10px; top: i10px; width:
200px; height: 100px; overflow-y: scroll; overflow-x: scroll;"> |
| 12 <a href="">Link 1</a><br> | 12 <a href="">Link 1</a><br> |
| 13 <a href="">Link 2</a><br> | 13 <a href="">Link 2</a><br> |
| 14 <a href="">Link 3</a><br> | 14 <a href="">Link 3</a><br> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 39 document.getElementById('outerDiv').scrollTop += 20; | 39 document.getElementById('outerDiv').scrollTop += 20; |
| 40 window.setTimeout(function() { window.testRunner.notifyDone(); }, 0); | 40 window.setTimeout(function() { window.testRunner.notifyDone(); }, 0); |
| 41 } else { | 41 } else { |
| 42 debug("This test requires DumpRenderTree."); | 42 debug("This test requires DumpRenderTree."); |
| 43 } | 43 } |
| 44 } | 44 } |
| 45 </script> | 45 </script> |
| 46 </script> | 46 </script> |
| 47 </body> | 47 </body> |
| 48 </html> | 48 </html> |
| OLD | NEW |