| 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>
|
|
|