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

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

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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="../../resources/js-test.js"></script>
5 <script src="resources/link-highlight-helper.js"></script> 5 <script src="resources/link-highlight-helper.js"></script>
6 <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css" > 6 <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css" >
7 </head> 7 </head>
8 <body onload="runTest();"> 8 <body onload="runTest();">
9 <div style="position: relative; left: 10px; top: 10px"></div> 9 <div style="position: relative; left: 10px; top: 10px"></div>
10 <div id="outerDiv" style="position: relative; left: 10px; top: 40px; width: 300p x; height: 150px; overflow-y: scroll; overflow-x: scroll;"> 10 <div id="outerDiv" style="position: relative; left: 10px; top: 40px; width: 300p x; height: 150px; overflow-y: scroll; overflow-x: scroll;">
11 <div style="-webkit-transform: translateZ(0)"> 11 <div style="-webkit-transform: translateZ(0)">
12 <div id="targetDiv" style="position: relative; left: 10px; top: i10px; width: 200px; height: 100px; overflow-y: scroll; overflow-x: scroll;"> 12 <div id="targetDiv" style="position: relative; left: 10px; top: i10px; width: 200px; height: 100px; overflow-y: scroll; overflow-x: scroll;">
13 <a href="">Link 1</a><br> 13 <a href="">Link 1</a><br>
14 <a href="">Link 2</a><br> 14 <a href="">Link 2</a><br>
(...skipping 14 matching lines...) Expand all
29 function runTest() { 29 function runTest() {
30 document.getElementById('targetDiv').scrollTop += 20; 30 document.getElementById('targetDiv').scrollTop += 20;
31 createCompositedHighlight(document.getElementById('targetLink')); 31 createCompositedHighlight(document.getElementById('targetLink'));
32 if (window.testRunner) 32 if (window.testRunner)
33 testRunner.dumpAsTextWithPixelResults(); 33 testRunner.dumpAsTextWithPixelResults();
34 } 34 }
35 </script> 35 </script>
36 </script> 36 </script>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698