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

Unified Diff: content/test/data/gpu/filter_effects.html

Issue 2469893003: [Merge to 2883] mac: Fix bug where opacity is applied twice on RenderPassDrawQuads. (Closed)
Patch Set: 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
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/gpu/filter_effects.html
diff --git a/content/test/data/gpu/filter_effects.html b/content/test/data/gpu/filter_effects.html
index 8150397192da8eed2de5a75b86a8bc75e0de6e5f..8c5973119030efe5d520c893365abf1dea7ca4bf 100644
--- a/content/test/data/gpu/filter_effects.html
+++ b/content/test/data/gpu/filter_effects.html
@@ -79,6 +79,10 @@ body {
from {-webkit-filter: opacity(70%)}
to {-webkit-filter: opacity(70%)}
}
+@-webkit-keyframes do-nothing-anim {
+ from {-webkit-filter: hue-rotate(0deg)}
+ to {-webkit-filter: hue-rotate(0deg)}
+}
.gradient {
float: left;
height: 50px;
@@ -110,6 +114,9 @@ body {
</canvas>
<canvas class="gradient" style="-webkit-animation: drop-shadow-anim 150000s;
transform: scale(1.3, 0.8);"></canvas>
+ <div style="opacity: 0.7;">
+ <canvas class="gradient" style="-webkit-animation: do-nothing-anim 150000s;"></canvas>
+ </div>
</div>
</body>
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698