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

Unified Diff: LayoutTests/transforms/transform-inherit-initial-unprefixed-expected.txt

Issue 285643006: Kill WTF::DecimalNumber class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Inline single-line function Created 6 years, 7 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/transforms/transform-inherit-initial-unprefixed-expected.txt
diff --git a/LayoutTests/transforms/transform-inherit-initial-unprefixed-expected.txt b/LayoutTests/transforms/transform-inherit-initial-unprefixed-expected.txt
index aa8ec532b44c1dcae3a31b74561f95e0ced291c3..b89cb718ed9cacd8dccde62f1e22a65360572cc5 100644
--- a/LayoutTests/transforms/transform-inherit-initial-unprefixed-expected.txt
+++ b/LayoutTests/transforms/transform-inherit-initial-unprefixed-expected.txt
@@ -4,8 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Testing inherit.
-PASS computedStyle.transform is 'matrix(0.5000000000000001, 0.8660254037844386, -0.8660254037844386, 0.5000000000000001, 0, 0)'
-PASS computedStyle.webkitTransform is 'matrix(0.5000000000000001, 0.8660254037844386, -0.8660254037844386, 0.5000000000000001, 0, 0)'
+PASS computedStyle.transform is 'matrix(0.5, 0.866025403784439, -0.866025403784439, 0.5, 0, 0)'
+PASS computedStyle.webkitTransform is 'matrix(0.5, 0.866025403784439, -0.866025403784439, 0.5, 0, 0)'
PASS computedStyle.transformOrigin is '100px 0px'
PASS computedStyle.webkitTransformOrigin is '100px 0px'
PASS computedStyle.transformStyle is 'preserve-3d'
« no previous file with comments | « LayoutTests/transforms/transform-inherit-initial-unprefixed.html ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698