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

Unified Diff: LayoutTests/fast/images/png-color-profile-ignore-gamma.html

Issue 765223002: Ignore PNG gamma chunk when PNG images have a color profile (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/images/png-color-profile-ignore-gamma-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/images/png-color-profile-ignore-gamma.html
diff --git a/LayoutTests/fast/images/png-color-profile-ignore-gamma.html b/LayoutTests/fast/images/png-color-profile-ignore-gamma.html
new file mode 100644
index 0000000000000000000000000000000000000000..aaf56407d3bd021d678dd95f6cb3530c8fc414a0
--- /dev/null
+++ b/LayoutTests/fast/images/png-color-profile-ignore-gamma.html
@@ -0,0 +1,6 @@
+<!-- crbug.com/354885 The red/blue squares should be inside a green box. -->
+<img src="resources/png-color-profile-and-gamma-chunk.png">
+<script>
+if (window.testRunner)
+ window.testRunner.dumpAsTextWithPixelResults();
+</script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/images/png-color-profile-ignore-gamma-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698