| 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..23736d842e5d9e196f88265257c8dd9a0fc9f576 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/script-tests/TEMPLATE.html
|
| @@ -1,9 +1,10 @@
|
| -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
| -<html>
|
| -<head>
|
| -<script src="../../resources/js-test.js"></script>
|
| -</head>
|
| -<body>
|
| -<script src="YOUR_JS_FILE_HERE"></script>
|
| -</body>
|
| -</html>
|
| +<!DOCTYPE html">
|
| +<title>Add description of test here.</title>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +<script>
|
| +async_test(function(t) {
|
| + // Write your test code here.
|
| + t.done();
|
| +});
|
| +</script>
|
|
|