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

Side by Side Diff: LayoutTests/fast/css/annotated-regions.html

Issue 48903019: Delete js-test-post.js. (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 <head> 2 <head>
3 <style> 3 <style>
4 .drag { 4 .drag {
5 -webkit-app-region: drag; 5 -webkit-app-region: drag;
6 } 6 }
7 7
8 .nodrag { 8 .nodrag {
9 -webkit-app-region: no-drag; 9 -webkit-app-region: no-drag;
10 } 10 }
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 window.jsTestIsAsync = true; 75 window.jsTestIsAsync = true;
76 window.onload = startTest; 76 window.onload = startTest;
77 </script> 77 </script>
78 78
79 <body> 79 <body>
80 <div id="draggable"> 80 <div id="draggable">
81 <div id="nondraggable"></div> 81 <div id="nondraggable"></div>
82 </div> 82 </div>
83 <p id="description"></p> 83 <p id="description"></p>
84 <div id="console"></div> 84 <div id="console"></div>
85 <script src="../../fast/js/resources/js-test-post.js"></script>
86 </body> 85 </body>
87 </html> 86 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/MarqueeLayoutTest.html ('k') | LayoutTests/fast/css/aspect-ratio-inheritance.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698