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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html

Issue 2255213002: Use testharness.js to test move image to new document. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected indentation. Created 4 years, 4 months 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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE html">
2 <html> 2 <title>Add description of test here.</title>
3 <head> 3 <script src="../../../resources/testharness.js"></script>
4 <script src="../../resources/js-test.js"></script> 4 <script src="../../../resources/testharnessreport.js"></script>
5 </head> 5 <script>
6 <body> 6 async_test(function(t) {
7 <script src="YOUR_JS_FILE_HERE"></script> 7 // Write your test code here.
8 </body> 8 t.done();
9 </html> 9 });
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698