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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/components/geometry-expected.txt

Issue 1975723003: DevTools: fix janky transition in sensors panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated test and rebase Created 4 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
OLDNEW
1 Tests Geometry utility class 1 Tests Geometry utility class
2 2
3 3
4 Running: testVectorLength 4 Running: testVectorLength
5 Testing vector length 5 Testing vector length
6 Vector length: 7.0711 6 Vector length: 7.0711
7 Vector length: 1.4142 7 Vector length: 1.4142
8 Vector length: 7.0000 8 Vector length: 7.0000
9 9
10 Running: testVectorNormalize 10 Running: testVectorNormalize
11 11
12 Running: testScalarProduct 12 Running: testScalarProduct
13 Scalar Product:18 13 Scalar Product:18
14 Scalar Product:-6 14 Scalar Product:-6
15 Scalar Product:0 15 Scalar Product:0
16 16
17 Running: testCrossProduct 17 Running: testCrossProduct
18 Cross Product: [-70.0000, 20.0000, 26.0000] 18 Cross Product: [-70.0000, 20.0000, 26.0000]
19 Cross Product: [3.0000, 2.0000, -3.0000] 19 Cross Product: [3.0000, 2.0000, -3.0000]
20 Cross Product: [0, 0, 0] 20 Cross Product: [0, 0, 0]
21 21
22 Running: testCalculateAngle 22 Running: testCalculateAngle
23 Calculate angle: 180.0000 23 Calculate angle: 180.0000
24 Calculate angle: 141.9840 24 Calculate angle: 141.9840
25 Calculate angle: 90.0000 25 Calculate angle: 90.0000
26 Calculate angle: 0 26 Calculate angle: 0
27 27
28 Running: testRadToDeg 28 Running: testRadiansToDegrees
29 deg: 180.0000 29 deg: 180.0000
30 deg: 45.0000 30 deg: 45.0000
31 deg: 30.0000 31 deg: 30.0000
32 32
33 Running: testDegreesToRadians
34 rad: -0.5236
35 rad: 0
36 rad: 0.5236
37 rad: 1.5708
38 rad: 3.1416
39
33 Running: testEulerAnglesFromRotationMatrix 40 Running: testEulerAnglesFromRotationMatrix
34 Euler angles: 29.9762 60.0238 45.0200 41 Euler angles: 29.9762 60.0238 45.0200
35 Euler angles: 60.0238 29.9762 45.0200 42 Euler angles: 60.0238 29.9762 45.0200
36 Euler angles: 0 19.8684 69.9875 43 Euler angles: 0 19.8684 69.9875
37 44
45 Running: testEulerAnglesToRotate3DString
46 Transform: rotate3d(0,-1,0,0deg) rotate3d(1,0,0,0deg) rotate3d(0,0,1,0deg)
47 Transform: rotate3d(0,-1,0,1deg) rotate3d(1,0,0,2deg) rotate3d(0,0.0348994967025 0097,0.9993908270190958,3deg)
48 Transform: rotate3d(0,-1,0,-1deg) rotate3d(1,0,0,-2deg) rotate3d(0,-0.0348994967 0250097,0.9993908270190958,3deg)
49 Transform: rotate3d(0,-1,0,-1deg) rotate3d(1,0,0,2deg) rotate3d(0,0.034899496702 50097,0.9993908270190958,-3deg)
50 Transform: rotate3d(0,-1,0,0deg) rotate3d(1,0,0,1deg) rotate3d(0,0.0174524064372 8351,0.9998476951563913,2deg)
51 Transform: rotate3d(0,-1,0,1deg) rotate3d(1,0,0,0deg) rotate3d(0,0,1,2deg)
52 Transform: rotate3d(0,-1,0,1deg) rotate3d(1,0,0,2deg) rotate3d(0,0.0348994967025 0097,0.9993908270190958,0deg)
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698