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

Side by Side Diff: LayoutTests/svg/animations/svgtransform-animation-discrete-expected.txt

Issue 7446010: Merge 91148 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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 SVG 1.1 transform animation tests 1 SVG 1.1 transform animation tests
2 2
3 Test calcMode=discrete animation on SVGAnimateTransform. 3 Test calcMode=discrete animation on SVGAnimateTransform.
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS rect.transform.animVal.numberOfItems is 0 8 PASS rect.transform.animVal.numberOfItems is 0
9 PASS document.defaultView.getComputedStyle(rect).getPropertyValue('x') is 0 9 PASS document.defaultView.getComputedStyle(rect).getPropertyValue('x') is 0
10 PASS document.defaultView.getComputedStyle(rect).getPropertyValue('y') is 0 10 PASS document.defaultView.getComputedStyle(rect).getPropertyValue('y') is 0
(...skipping 10 matching lines...) Expand all
21 PASS rect.transform.animVal.getItem(0).matrix.e is 0 21 PASS rect.transform.animVal.getItem(0).matrix.e is 0
22 PASS rect.transform.animVal.getItem(0).matrix.f is 0 22 PASS rect.transform.animVal.getItem(0).matrix.f is 0
23 PASS rect.transform.animVal.numberOfItems is 1 23 PASS rect.transform.animVal.numberOfItems is 1
24 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL ATE 24 PASS rect.transform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSL ATE
25 PASS rect.transform.animVal.getItem(0).matrix.e is 0 25 PASS rect.transform.animVal.getItem(0).matrix.e is 0
26 PASS rect.transform.animVal.getItem(0).matrix.f is 0 26 PASS rect.transform.animVal.getItem(0).matrix.f is 0
27 PASS successfullyParsed is true 27 PASS successfullyParsed is true
28 28
29 TEST COMPLETE 29 TEST COMPLETE
30 30
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/svgtransform-animation-discrete.html ('k') | Source/WebCore/svg/SVGAnimateTransformElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698