Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html b/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html |
| index 0aebbcfb19cc32f11a330c356c824a78c8a91736..a6c9f724bae654112ea36c8660928a8fd5b38744 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html |
| +++ b/third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html |
| @@ -1,9 +1,6 @@ |
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| -<html> |
| -<head> |
| -<script src="../../resources/js-test.js"></script> |
| -</head> |
| -<body> |
| +<title>Test that we can render a CMYK JPEG without color corruption.</title> |
| +<script src="../../resources/testharness.js"></script> |
| +<script src="../../resources/testharnessreport.js"></script> |
| <script src="script-tests/cmyk-jpeg-with-color-profile.js"></script> |
|
Srirama
2016/08/10 14:18:03
ditto
sivag
2016/08/10 14:37:11
Done.
|
| -</body> |
| -</html> |
| + |