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

Side by Side Diff: LayoutTests/fast/events/touch/touch-active-state.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 <html> 1 <html>
2 <script src="../../js/resources/js-test-pre.js"></script> 2 <script src="../../../resources/js-test.js"></script>
3 <style type="text/css"> 3 <style type="text/css">
4 #box { 4 #box {
5 background-color:blue; 5 background-color:blue;
6 width:100px; 6 width:100px;
7 height:100px; 7 height:100px;
8 } 8 }
9 9
10 #box:active { 10 #box:active {
11 visibility:hidden; 11 visibility:hidden;
12 } 12 }
(...skipping 22 matching lines...) Expand all
35 eventSender.touchStart(); 35 eventSender.touchStart();
36 } else 36 } else
37 debug('This test requires DRT.'); 37 debug('This test requires DRT.');
38 } 38 }
39 39
40 if (window.testRunner) 40 if (window.testRunner)
41 testRunner.waitUntilDone(); 41 testRunner.waitUntilDone();
42 </script> 42 </script>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698