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

Unified Diff: LayoutTests/animations/interpolation/filter-interpolation-expected.txt

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and added rounding to numbers that get displayed Created 6 years, 9 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
Index: LayoutTests/animations/interpolation/filter-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/filter-interpolation-expected.txt b/LayoutTests/animations/interpolation/filter-interpolation-expected.txt
index 8e83cf4d047ccb61c42d8e16014753a45edad8a0..c93fc00e8cc693312b552bd21ebe7a26b7cad013 100644
--- a/LayoutTests/animations/interpolation/filter-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/filter-interpolation-expected.txt
@@ -1,3 +1,4 @@
+CSS Animations:
PASS: -webkit-filter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [hue-rotate(-90deg) blur(4px)] at -0.5
PASS: -webkit-filter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [hue-rotate(0deg) blur(6px)] at 0
PASS: -webkit-filter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [hue-rotate(45deg) blur(7px)] at 0.25
@@ -94,3 +95,100 @@ PASS: -webkit-filter from [url(#svgfilter)] to [blur(5px)] was [blur(5px)] at 0.
PASS: -webkit-filter from [url(#svgfilter)] to [blur(5px)] was [blur(5px)] at 1
PASS: -webkit-filter from [url(#svgfilter)] to [blur(5px)] was [blur(5px)] at 1.5
+Web Animations API:
+FAIL: webkitFilter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [none] at -0.5, expected [hue-rotate(-90deg) blur(4px)]
+FAIL: webkitFilter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [none] at 0, expected [hue-rotate(0deg) blur(6px)]
+FAIL: webkitFilter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [none] at 0.25, expected [hue-rotate(45deg) blur(7px)]
+FAIL: webkitFilter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [none] at 0.5, expected [hue-rotate(90deg) blur(8px)]
+FAIL: webkitFilter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [none] at 1, expected [hue-rotate(180deg) blur(10px)]
+FAIL: webkitFilter from [hue-rotate(0deg) blur(6px)] to [hue-rotate(180deg) blur(10px)] was [none] at 1.5, expected [hue-rotate(270deg) blur(12px)]
+FAIL: webkitFilter from [grayscale(0) blur(0px)] to [blur(10px)] was [none] at -0.5, expected [grayscale(0) blur(0px)]
+FAIL: webkitFilter from [grayscale(0) blur(0px)] to [blur(10px)] was [none] at 0, expected [grayscale(0) blur(0px)]
+FAIL: webkitFilter from [grayscale(0) blur(0px)] to [blur(10px)] was [none] at 0.25, expected [grayscale(0) blur(0px)]
+FAIL: webkitFilter from [grayscale(0) blur(0px)] to [blur(10px)] was [none] at 0.5, expected [blur(10px)]
+FAIL: webkitFilter from [grayscale(0) blur(0px)] to [blur(10px)] was [none] at 1, expected [blur(10px)]
+FAIL: webkitFilter from [grayscale(0) blur(0px)] to [blur(10px)] was [none] at 1.5, expected [blur(10px)]
+FAIL: webkitFilter from [blur(6px)] to [blur(10px) hue-rotate(180deg)] was [none] at -0.5, expected [blur(4px) hue-rotate(-90deg)]
+FAIL: webkitFilter from [blur(6px)] to [blur(10px) hue-rotate(180deg)] was [none] at 0, expected [blur(6px)]
+FAIL: webkitFilter from [blur(6px)] to [blur(10px) hue-rotate(180deg)] was [none] at 0.25, expected [blur(7px) hue-rotate(45deg)]
+FAIL: webkitFilter from [blur(6px)] to [blur(10px) hue-rotate(180deg)] was [none] at 0.5, expected [blur(8px) hue-rotate(90deg)]
+FAIL: webkitFilter from [blur(6px)] to [blur(10px) hue-rotate(180deg)] was [none] at 1, expected [blur(10px) hue-rotate(180deg)]
+FAIL: webkitFilter from [blur(6px)] to [blur(10px) hue-rotate(180deg)] was [none] at 1.5, expected [blur(12px) hue-rotate(270deg)]
+FAIL: webkitFilter from [none] to [hue-rotate(180deg)] was [none] at -0.5, expected [hue-rotate(-90deg)]
+PASS: webkitFilter from [none] to [hue-rotate(180deg)] was [none] at 0
+FAIL: webkitFilter from [none] to [hue-rotate(180deg)] was [none] at 0.25, expected [hue-rotate(45deg)]
+FAIL: webkitFilter from [none] to [hue-rotate(180deg)] was [none] at 0.5, expected [hue-rotate(90deg)]
+FAIL: webkitFilter from [none] to [hue-rotate(180deg)] was [none] at 1, expected [hue-rotate(180deg)]
+FAIL: webkitFilter from [none] to [hue-rotate(180deg)] was [none] at 1.5, expected [hue-rotate(270deg)]
+FAIL: webkitFilter from [hue-rotate(180deg)] to [none] was [none] at -0.5, expected [hue-rotate(270deg)]
+FAIL: webkitFilter from [hue-rotate(180deg)] to [none] was [none] at 0, expected [hue-rotate(180deg)]
+FAIL: webkitFilter from [hue-rotate(180deg)] to [none] was [none] at 0.25, expected [hue-rotate(135deg)]
+FAIL: webkitFilter from [hue-rotate(180deg)] to [none] was [none] at 0.5, expected [hue-rotate(90deg)]
+PASS: webkitFilter from [hue-rotate(180deg)] to [none] was [none] at 1
+FAIL: webkitFilter from [hue-rotate(180deg)] to [none] was [none] at 1.5, expected [hue-rotate(-90deg)]
+FAIL: webkitFilter from [none] to [blur(10px)] was [none] at -1, expected [blur(0px)]
+PASS: webkitFilter from [none] to [blur(10px)] was [none] at 0
+FAIL: webkitFilter from [none] to [blur(10px)] was [none] at 0.5, expected [blur(5px)]
+FAIL: webkitFilter from [none] to [blur(10px)] was [none] at 1, expected [blur(10px)]
+FAIL: webkitFilter from [none] to [blur(10px)] was [none] at 1.5, expected [blur(15px)]
+FAIL: webkitFilter from [brightness(0)] to [none] was [none] at -1, expected [brightness(0)]
+FAIL: webkitFilter from [brightness(0)] to [none] was [none] at 0, expected [brightness(0)]
+FAIL: webkitFilter from [brightness(0)] to [none] was [none] at 0.5, expected [brightness(0.5)]
+PASS: webkitFilter from [brightness(0)] to [none] was [none] at 1
+FAIL: webkitFilter from [brightness(0)] to [none] was [none] at 1.5, expected [brightness(1.5)]
+FAIL: webkitFilter from [contrast(0)] to [none] was [none] at -1, expected [contrast(0)]
+FAIL: webkitFilter from [contrast(0)] to [none] was [none] at 0, expected [contrast(0)]
+FAIL: webkitFilter from [contrast(0)] to [none] was [none] at 0.5, expected [contrast(0.5)]
+PASS: webkitFilter from [contrast(0)] to [none] was [none] at 1
+FAIL: webkitFilter from [contrast(0)] to [none] was [none] at 1.5, expected [contrast(1.5)]
+FAIL: webkitFilter from [none] to [drop-shadow(20px 10px green)] was [none] at -1, expected [drop-shadow(-20px -10px white)] (parsed as [drop-shadow(rgb(255, 255, 255) -20px -10px 0px)])
+PASS: webkitFilter from [none] to [drop-shadow(20px 10px green)] was [none] at 0
+FAIL: webkitFilter from [none] to [drop-shadow(20px 10px green)] was [none] at 0.5, expected [drop-shadow(10px 5px #80C080)] (parsed as [drop-shadow(rgb(128, 192, 128) 10px 5px 0px)])
+FAIL: webkitFilter from [none] to [drop-shadow(20px 10px green)] was [none] at 1, expected [drop-shadow(20px 10px green)] (parsed as [drop-shadow(rgb(0, 128, 0) 20px 10px 0px)])
+FAIL: webkitFilter from [none] to [drop-shadow(20px 10px green)] was [none] at 1.5, expected [drop-shadow(30px 15px #004000)] (parsed as [drop-shadow(rgb(0, 64, 0) 30px 15px 0px)])
+FAIL: webkitFilter from [drop-shadow(0px 0px 0px currentcolor)] to [drop-shadow(20px 10px green)] was [none] at -1, expected [drop-shadow(-20px -10px white)] (parsed as [drop-shadow(rgb(255, 255, 255) -20px -10px 0px)])
+FAIL: webkitFilter from [drop-shadow(0px 0px 0px currentcolor)] to [drop-shadow(20px 10px green)] was [none] at 0, expected [drop-shadow(0px 0px 0px currentcolor)] (parsed as [drop-shadow(rgb(255, 255, 255) 0px 0px 0px)])
+FAIL: webkitFilter from [drop-shadow(0px 0px 0px currentcolor)] to [drop-shadow(20px 10px green)] was [none] at 0.5, expected [drop-shadow(10px 5px #80C080)] (parsed as [drop-shadow(rgb(128, 192, 128) 10px 5px 0px)])
+FAIL: webkitFilter from [drop-shadow(0px 0px 0px currentcolor)] to [drop-shadow(20px 10px green)] was [none] at 1, expected [drop-shadow(20px 10px green)] (parsed as [drop-shadow(rgb(0, 128, 0) 20px 10px 0px)])
+FAIL: webkitFilter from [drop-shadow(0px 0px 0px currentcolor)] to [drop-shadow(20px 10px green)] was [none] at 1.5, expected [drop-shadow(30px 15px #004000)] (parsed as [drop-shadow(rgb(0, 64, 0) 30px 15px 0px)])
+FAIL: webkitFilter from [none] to [grayscale(1)] was [none] at -1, expected [grayscale(0)]
+PASS: webkitFilter from [none] to [grayscale(1)] was [none] at 0
+FAIL: webkitFilter from [none] to [grayscale(1)] was [none] at 0.5, expected [grayscale(0.5)]
+FAIL: webkitFilter from [none] to [grayscale(1)] was [none] at 1, expected [grayscale(1)]
+FAIL: webkitFilter from [none] to [grayscale(1)] was [none] at 1.5, expected [grayscale(1)]
+FAIL: webkitFilter from [none] to [hue-rotate(360deg)] was [none] at -1, expected [hue-rotate(-360deg)]
+PASS: webkitFilter from [none] to [hue-rotate(360deg)] was [none] at 0
+FAIL: webkitFilter from [none] to [hue-rotate(360deg)] was [none] at 0.5, expected [hue-rotate(180deg)]
+FAIL: webkitFilter from [none] to [hue-rotate(360deg)] was [none] at 1, expected [hue-rotate(360deg)]
+FAIL: webkitFilter from [none] to [hue-rotate(360deg)] was [none] at 1.5, expected [hue-rotate(540deg)]
+FAIL: webkitFilter from [none] to [invert(1)] was [none] at -1, expected [invert(0)]
+PASS: webkitFilter from [none] to [invert(1)] was [none] at 0
+FAIL: webkitFilter from [none] to [invert(1)] was [none] at 0.5, expected [invert(0.5)]
+FAIL: webkitFilter from [none] to [invert(1)] was [none] at 1, expected [invert(1)]
+FAIL: webkitFilter from [none] to [invert(1)] was [none] at 1.5, expected [invert(1)]
+FAIL: webkitFilter from [opacity(0)] to [none] was [none] at -1, expected [opacity(0)]
+FAIL: webkitFilter from [opacity(0)] to [none] was [none] at 0, expected [opacity(0)]
+FAIL: webkitFilter from [opacity(0)] to [none] was [none] at 0.5, expected [opacity(0.5)]
+PASS: webkitFilter from [opacity(0)] to [none] was [none] at 1
+FAIL: webkitFilter from [opacity(0)] to [none] was [none] at 1.5, expected [opacity(1)]
+FAIL: webkitFilter from [saturate(0)] to [none] was [none] at -1, expected [saturate(0)]
+FAIL: webkitFilter from [saturate(0)] to [none] was [none] at 0, expected [saturate(0)]
+FAIL: webkitFilter from [saturate(0)] to [none] was [none] at 0.5, expected [saturate(0.5)]
+PASS: webkitFilter from [saturate(0)] to [none] was [none] at 1
+FAIL: webkitFilter from [saturate(0)] to [none] was [none] at 1.5, expected [saturate(1.5)]
+FAIL: webkitFilter from [none] to [sepia(1)] was [none] at -1, expected [sepia(0)]
+PASS: webkitFilter from [none] to [sepia(1)] was [none] at 0
+FAIL: webkitFilter from [none] to [sepia(1)] was [none] at 0.5, expected [sepia(0.5)]
+FAIL: webkitFilter from [none] to [sepia(1)] was [none] at 1, expected [sepia(1)]
+FAIL: webkitFilter from [none] to [sepia(1)] was [none] at 1.5, expected [sepia(1)]
+FAIL: webkitFilter from [url(#svgfilter)] to [none] was [none] at -1, expected [url(#svgfilter)] (parsed as [url(file:///.../'#svgfilter')])
+FAIL: webkitFilter from [url(#svgfilter)] to [none] was [none] at 0, expected [url(#svgfilter)] (parsed as [url(file:///.../'#svgfilter')])
+PASS: webkitFilter from [url(#svgfilter)] to [none] was [none] at 0.5
+PASS: webkitFilter from [url(#svgfilter)] to [none] was [none] at 1
+PASS: webkitFilter from [url(#svgfilter)] to [none] was [none] at 1.5
+FAIL: webkitFilter from [url(#svgfilter)] to [blur(5px)] was [none] at -1, expected [url(#svgfilter)] (parsed as [url(file:///.../'#svgfilter')])
+FAIL: webkitFilter from [url(#svgfilter)] to [blur(5px)] was [none] at 0, expected [url(#svgfilter)] (parsed as [url(file:///.../'#svgfilter')])
+FAIL: webkitFilter from [url(#svgfilter)] to [blur(5px)] was [none] at 0.5, expected [blur(5px)]
+FAIL: webkitFilter from [url(#svgfilter)] to [blur(5px)] was [none] at 1, expected [blur(5px)]
+FAIL: webkitFilter from [url(#svgfilter)] to [blur(5px)] was [none] at 1.5, expected [blur(5px)]
+

Powered by Google App Engine
This is Rietveld 408576698