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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test that inherit and initial works on unprefixed transforms. 1 Test that inherit and initial works on unprefixed transforms.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Testing inherit. 6 Testing inherit.
7 PASS computedStyle.transform is 'matrix(0.5000000000000001, 0.8660254037844386, -0.8660254037844386, 0.5000000000000001, 0, 0)' 7 PASS computedStyle.transform is 'matrix(0.5, 0.866025403784439, -0.8660254037844 39, 0.5, 0, 0)'
8 PASS computedStyle.webkitTransform is 'matrix(0.5000000000000001, 0.866025403784 4386, -0.8660254037844386, 0.5000000000000001, 0, 0)' 8 PASS computedStyle.webkitTransform is 'matrix(0.5, 0.866025403784439, -0.8660254 03784439, 0.5, 0, 0)'
9 PASS computedStyle.transformOrigin is '100px 0px' 9 PASS computedStyle.transformOrigin is '100px 0px'
10 PASS computedStyle.webkitTransformOrigin is '100px 0px' 10 PASS computedStyle.webkitTransformOrigin is '100px 0px'
11 PASS computedStyle.transformStyle is 'preserve-3d' 11 PASS computedStyle.transformStyle is 'preserve-3d'
12 PASS computedStyle.webkitTransformStyle is 'preserve-3d' 12 PASS computedStyle.webkitTransformStyle is 'preserve-3d'
13 Testing initial. 13 Testing initial.
14 PASS computedStyle.transform is 'none' 14 PASS computedStyle.transform is 'none'
15 PASS computedStyle.webkitTransform is 'none' 15 PASS computedStyle.webkitTransform is 'none'
16 PASS computedStyle.transformOrigin is '250px 0px' 16 PASS computedStyle.transformOrigin is '250px 0px'
17 PASS computedStyle.webkitTransformOrigin is '250px 0px' 17 PASS computedStyle.webkitTransformOrigin is '250px 0px'
18 PASS computedStyle.transformStyle is 'flat' 18 PASS computedStyle.transformStyle is 'flat'
19 PASS computedStyle.webkitTransformStyle is 'flat' 19 PASS computedStyle.webkitTransformStyle is 'flat'
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW
« 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