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

Unified Diff: LayoutTests/animations/interpolation/outline-width-interpolation-expected.txt

Issue 343563002: Web Animations API: Avoid style resolution when calling element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed FIXME Created 6 years, 6 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/outline-width-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/outline-width-interpolation-expected.txt b/LayoutTests/animations/interpolation/outline-width-interpolation-expected.txt
index 3acd5f1af5c2623d1aa7bea54e203ded53182389..546bd78b3375b83140a8dd9006e34364cc8205f3 100644
--- a/LayoutTests/animations/interpolation/outline-width-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/outline-width-interpolation-expected.txt
@@ -5,6 +5,13 @@ PASS: outline-width from [0px] to [10px] was [3px] at 0.3
PASS: outline-width from [0px] to [10px] was [6px] at 0.6
PASS: outline-width from [0px] to [10px] was [10px] at 1
PASS: outline-width from [0px] to [10px] was [15px] at 1.5
+PASS: outline-width from [thick] to [15px] was [0px] at -2
+PASS: outline-width from [thick] to [15px] was [2px] at -0.3
+PASS: outline-width from [thick] to [15px] was [5px] at 0
+PASS: outline-width from [thick] to [15px] was [8px] at 0.3
+PASS: outline-width from [thick] to [15px] was [11px] at 0.6
+PASS: outline-width from [thick] to [15px] was [15px] at 1
+PASS: outline-width from [thick] to [15px] was [20px] at 1.5
Web Animations API:
PASS: outlineWidth from [0px] to [10px] was [0px] at -0.3
@@ -13,4 +20,11 @@ PASS: outlineWidth from [0px] to [10px] was [3px] at 0.3
PASS: outlineWidth from [0px] to [10px] was [6px] at 0.6
PASS: outlineWidth from [0px] to [10px] was [10px] at 1
PASS: outlineWidth from [0px] to [10px] was [15px] at 1.5
+PASS: outlineWidth from [thick] to [15px] was [0px] at -2
+PASS: outlineWidth from [thick] to [15px] was [2px] at -0.3
+PASS: outlineWidth from [thick] to [15px] was [5px] at 0
+PASS: outlineWidth from [thick] to [15px] was [8px] at 0.3
+PASS: outlineWidth from [thick] to [15px] was [11px] at 0.6
+PASS: outlineWidth from [thick] to [15px] was [15px] at 1
+PASS: outlineWidth from [thick] to [15px] was [20px] at 1.5
« no previous file with comments | « LayoutTests/animations/interpolation/outline-width-interpolation.html ('k') | Source/core/animation/AnimationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698