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

Unified Diff: LayoutTests/animations/interpolation/webkit-clip-path-interpolation-expected.txt

Issue 851693005: [CSS Shapes] Implement BasicShapeInset blending (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
Index: LayoutTests/animations/interpolation/webkit-clip-path-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/webkit-clip-path-interpolation-expected.txt b/LayoutTests/animations/interpolation/webkit-clip-path-interpolation-expected.txt
index f0021ab0191579bccb8b7e40cdad7ee410b9e765..56cb1db10a83d99d7e90fa24dccfd4cfa0c0e7cc 100644
--- a/LayoutTests/animations/interpolation/webkit-clip-path-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/webkit-clip-path-interpolation-expected.txt
@@ -11,4 +11,10 @@ PASS: -webkit-clip-path from [none] to [circle(3px at 1px 2px)] was [none] at 0.
PASS: -webkit-clip-path from [none] to [circle(3px at 1px 2px)] was [circle(3px at 1px 2px)] at 0.6
PASS: -webkit-clip-path from [none] to [circle(3px at 1px 2px)] was [circle(3px at 1px 2px)] at 1
PASS: -webkit-clip-path from [none] to [circle(3px at 1px 2px)] was [circle(3px at 1px 2px)] at 1.5
+PASS: -webkit-clip-path from [inset(0%)] to [inset(20%)] was [inset(-6%)] at -0.3
+PASS: -webkit-clip-path from [inset(0%)] to [inset(20%)] was [inset(0%)] at 0
+PASS: -webkit-clip-path from [inset(0%)] to [inset(20%)] was [inset(6%)] at 0.3
+PASS: -webkit-clip-path from [inset(0%)] to [inset(20%)] was [inset(12%)] at 0.6
+PASS: -webkit-clip-path from [inset(0%)] to [inset(20%)] was [inset(20%)] at 1
+PASS: -webkit-clip-path from [inset(0%)] to [inset(20%)] was [inset(30%)] at 1.5
« no previous file with comments | « LayoutTests/animations/interpolation/webkit-clip-path-interpolation.html ('k') | Source/core/rendering/style/BasicShapes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698