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

Side by Side Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-longPress-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 <link rel="stylesheet" type="text/css" href="link-highlight-style.css"> 5 <link rel="stylesheet" type="text/css" href="link-highlight-style.css">
6 </head> 6 </head>
7 <body onload="runTest();" onclick="doNothing();"> 7 <body onload="runTest();" onclick="doNothing();">
8 <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; to p: 40px"> 8 <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; to p: 40px">
9 <a href="" id="targetLink">Target Link.</a> 9 <a href="" id="targetLink">Target Link.</a>
10 </div> 10 </div>
11 <div style="position: relative; left: 10px; top: 70px"> 11 <div style="position: relative; left: 10px; top: 70px">
12 This test is successful if no link highlight appears. 12 This test is successful if no link highlight appears.
13 </div> 13 </div>
14 <script> 14 <script>
15 function runTest() { 15 function runTest() {
16 if (window.testRunner) 16 if (window.testRunner)
17 testRunner.dumpAsTextWithPixelResults(); 17 testRunner.dumpAsTextWithPixelResults();
18 } 18 }
19 </script> 19 </script>
20 </script> 20 </script>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698