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

Unified 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: Remove unnecessary append. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html b/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
index 397d74168dda26d533c379d3ed57b5b672a791ee..85605ffb9641433b29e36a9a062f693a7533e2d7 100644
--- a/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
+++ b/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
@@ -1,7 +1,8 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<!DOCTYPE html">
<html>
<head>
-<script src="../../resources/js-test.js"></script>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
</head>
<body>
<script src="YOUR_JS_FILE_HERE"></script>
fs 2016/08/18 14:31:46 While we're modifying this file, maybe additionall
sivag 2016/08/19 07:26:05 Added a async_test template here.

Powered by Google App Engine
This is Rietveld 408576698