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

Side by Side Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-window-scroll.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 <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="-webkit-transform: translateZ(0); width=1600px; height: 1000px"> 8 <div style="-webkit-transform: translateZ(0); width=1600px; height: 1000px">
9 <div style="position: relative; left: 100; top: 50;"> 9 <div style="position: relative; left: 100; top: 50;">
10 <a href="">Link 1</a></br> 10 <a href="">Link 1</a></br>
11 <a href="">Link 2</a></br> 11 <a href="">Link 2</a></br>
12 <a href="">Link 3</a></br> 12 <a href="">Link 3</a></br>
13 <a href="" class="opaqueHighlight" id="targetLink">Target Link</a> 13 <a href="" class="opaqueHighlight" id="targetLink">Target Link</a>
14 </div> 14 </div>
(...skipping 18 matching lines...) Expand all
33 //window.scrollTo(50, 30) 33 //window.scrollTo(50, 30)
34 window.setTimeout(function() { window.testRunner.notifyDone(); }, 0); 34 window.setTimeout(function() { window.testRunner.notifyDone(); }, 0);
35 } else { 35 } else {
36 debug("This test requires DumpRenderTree."); 36 debug("This test requires DumpRenderTree.");
37 } 37 }
38 } 38 }
39 </script> 39 </script>
40 </script> 40 </script>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698