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

Unified Diff: LayoutTests/animations/interpolation/box-shadow-interpolation.html

Issue 23241010: Support subpixel values for text-shadow and box-shadow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: all working! Created 7 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
Index: LayoutTests/animations/interpolation/box-shadow-interpolation.html
diff --git a/LayoutTests/animations/interpolation/box-shadow-interpolation.html b/LayoutTests/animations/interpolation/box-shadow-interpolation.html
index 4d220e9a02587a8788e997818abd9d7702425ec2..4f30bd205ed365b5e3b43e765f3fd7b776cb291e 100644
--- a/LayoutTests/animations/interpolation/box-shadow-interpolation.html
+++ b/LayoutTests/animations/interpolation/box-shadow-interpolation.html
@@ -37,9 +37,9 @@ assertInterpolation({
from: '10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000',
to: 'none'
}, [
- {at: -0.3, is: '13px 26px rgba(255, 255, 0, 0.65), inset 6.5px 39px rgb(0, 166, 0)'},
+ {at: -0.3, is: '13px 26px rgba(255, 255, 0, 0.6), inset 6.5px 39px rgb(0, 166, 0)'},
{at: 0, is: '10px 20px rgba(255, 255, 0, 0.5), inset 5px 30px #008000'},
- {at: 0.3, is: '7px 14px rgba(255, 255, 0, 0.35), inset 3.5px 21px rgba(0, 128, 0, 0.7)'},
+ {at: 0.3, is: '7px 14px rgba(255, 255, 0, 0.3), inset 3.5px 21px rgba(0, 128, 0, 0.7)'},
{at: 0.6, is: '4px 8px rgba(255, 255, 0, 0.2), inset 2px 12px rgba(0, 128, 0, 0.4)'},
{at: 1, is: 'none'},
{at: 1.5, is: '-5px -10px transparent, inset -2.5px -15px transparent'},

Powered by Google App Engine
This is Rietveld 408576698