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

Side by Side Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner.html

Issue 14860019: Move Linux-specific LayoutTests to generic location (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> 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="../../fast/js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body onload="runTest();"> 6 <body onload="runTest();">
7 <div style="position: relative; left: 10px; top: 10px"></div> 7 <div style="position: relative; left: 10px; top: 10px"></div>
8 <div id="outerDiv" style="position: relative; left: 10px; top: 40px; width: 300p x; height: 150px; overflow-y: scroll; overflow-x: scroll;"> 8 <div id="outerDiv" style="position: relative; left: 10px; top: 40px; width: 300p x; height: 150px; overflow-y: scroll; overflow-x: scroll;">
9 <div style="-webkit-transform: translateZ(0)"> 9 <div style="-webkit-transform: translateZ(0)">
10 <div id="targetDiv" style="position: relative; left: 10px; top: i10px; width: 200px; height: 100px; overflow-y: scroll; overflow-x: scroll;"> 10 <div id="targetDiv" style="position: relative; left: 10px; top: i10px; width: 200px; height: 100px; overflow-y: scroll; overflow-x: scroll;">
11 <a href="">Link 1</a><br> 11 <a href="">Link 1</a><br>
12 <a href="">Link 2</a><br> 12 <a href="">Link 2</a><br>
13 <a href="">Link 3</a><br> 13 <a href="">Link 3</a><br>
14 <a href="" id="targetLink" style="-webkit-tap-highlight-color: rgba(0, 255, 0, 0.5)">Target Link.</a><br> 14 <a href="" id="targetLink" style="-webkit-tap-highlight-color: rgba(0, 255, 0, 0.5)">Target Link.</a><br>
(...skipping 23 matching lines...) Expand all
38 document.getElementById('targetDiv').scrollTop += 20; 38 document.getElementById('targetDiv').scrollTop += 20;
39 window.setTimeout(function() { window.testRunner.notifyDone(); }, 0); 39 window.setTimeout(function() { window.testRunner.notifyDone(); }, 0);
40 } else { 40 } else {
41 debug("This test requires DumpRenderTree."); 41 debug("This test requires DumpRenderTree.");
42 } 42 }
43 } 43 }
44 </script> 44 </script>
45 </script> 45 </script>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698