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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <title>Test that we can render a CMYK JPEG without color corruption.</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>
6 <body>
7 <script src="script-tests/cmyk-jpeg-with-color-profile.js"></script> 5 <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.
8 </body> 6
9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698