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

Unified Diff: sky/tests/lowlevel/filters.sky

Issue 850103003: Unprefix -webkit-filter and add a pixel test for it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/animation/KeyframeValueList.h ('k') | sky/tests/lowlevel/filters-expected.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/filters.sky
diff --git a/sky/tests/harness/reftest-mismatch.sky b/sky/tests/lowlevel/filters.sky
similarity index 64%
copy from sky/tests/harness/reftest-mismatch.sky
copy to sky/tests/lowlevel/filters.sky
index 44bcc28f18cc38c3776918e5454f2fb0fbd28282..f08f6e927b913638b5907898e5c677b03bb952c3 100644
--- a/sky/tests/harness/reftest-mismatch.sky
+++ b/sky/tests/lowlevel/filters.sky
@@ -1,6 +1,8 @@
<foo>
<import src="../resources/run-after-display.sky" as="runAfterDisplay" />
-This is a mismatch reftest. Should not match.
+
+<div style="filter: grayscale(1) blur(2px); color: green;">This should be gray and blurred</div>
+
<script>
runAfterDisplay(function() {
internals.notifyTestComplete("");
« no previous file with comments | « sky/engine/platform/animation/KeyframeValueList.h ('k') | sky/tests/lowlevel/filters-expected.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698