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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-adobe-to-srgb.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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/color-profile-munsell-adobe-to-srgb.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-adobe-to-srgb.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-adobe-to-srgb.html
deleted file mode 100644
index b89cc709d1bfb8078e44719109ba3c5b4d871e0b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-adobe-to-srgb.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
-<script src="../../resources/run-after-layout-and-paint.js"></script>
-<script src="resources/color-checker-munsell-chart.js"></script>
-
-<style id="some-for-manual-tests">
- div { position: relative; top: -556px; left: 470px }
- a:hover { background-color: #ccc }
- a:link { text-decoration: none }
-</style>
-
-<!-- Color accuracy test case: you should not rebaseline this test. -->
-
-<body style="overflow: hidden">
- <img><p><canvas></canvas></p>
- <div>
- <pre id="log" style="font-size: 9pt"></pre>
- <a href="http://www.brucelindbloom.com/index.html?ColorCheckerRGB.html">
- <pre>* Munsell Cyan is outside 255 sRGB gamut<pre></a>
- <div>
-</body>
-
-<script>
-if (window.testRunner) {
- testRunner.dumpAsTextWithPixelResults();
- testRunner.waitUntilDone();
-}
-
-window.onload = function() {
- testImageColors('resources/color-checker-adobe-color-profile.png');
-};
-</script>
-</html>

Powered by Google App Engine
This is Rietveld 408576698