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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/cmyk-jpeg-with-color-profile.html

Issue 2228333003: Use testharness.js in fast/images/ for border/cmyk tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use testharness.js in fast/images/ - [2]. 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/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>
+

Powered by Google App Engine
This is Rietveld 408576698