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

Unified Diff: LayoutTests/platform/win/css3/transform-value-types-expected.txt

Issue 18864008: Beef up keyframe animation LayoutTest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Also remove some stale files related to this test Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/platform/win/css3/keyframes-rule-expected.txt ('k') | Source/core/css/CSSKeyframeRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/css3/transform-value-types-expected.txt
diff --git a/LayoutTests/platform/win/css3/transform-value-types-expected.txt b/LayoutTests/platform/win/css3/transform-value-types-expected.txt
deleted file mode 100644
index 537384846a40056ca098dcb1e14e09080689fe9b..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win/css3/transform-value-types-expected.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-PASS jsWrapperClass(transformRule) is 'CSSValueList'
-FAIL jsWrapperClass(transformRule.__proto__) should be CSSValueListPrototype. Was Object.
-FAIL jsWrapperClass(transformRule.constructor) should be CSSValueListConstructor. Was Function.
-PASS jsWrapperClass(transformRule[0]) is 'WebKitCSSTransformValue'
-FAIL jsWrapperClass(transformRule[0].__proto__) should be WebKitCSSTransformValuePrototype. Was Object.
-FAIL jsWrapperClass(transformRule[0].constructor) should be WebKitCSSTransformValueConstructor. Was Function.
-PASS transformRule[0].operationType is 1
-PASS transformRule[0].cssText is 'translate(10px)'
-PASS transformRule[1].operationType is 2
-PASS transformRule[1].cssText is 'translateX(10px)'
-PASS transformRule[2].operationType is 3
-PASS transformRule[2].cssText is 'translateY(10px)'
-PASS transformRule[3].operationType is 4
-PASS transformRule[3].cssText is 'rotate(10deg)'
-PASS transformRule[4].operationType is 5
-PASS transformRule[4].cssText is 'scale(2)'
-PASS transformRule[5].operationType is 6
-PASS transformRule[5].cssText is 'scaleX(1.2)'
-PASS transformRule[6].operationType is 7
-PASS transformRule[6].cssText is 'scaleY(1.2)'
-PASS transformRule[7].operationType is 8
-PASS transformRule[7].cssText is 'skew(10deg, 10rad)'
-PASS transformRule[8].operationType is 9
-PASS transformRule[8].cssText is 'skewX(10deg)'
-PASS transformRule[9].operationType is 10
-PASS transformRule[9].cssText is 'skewY(11grad)'
-PASS transformRule[10].operationType is 11
-PASS transformRule[10].cssText is 'matrix(1, 0, 0, 1, 0, 0)'
-PASS successfullyParsed is true
-
-TEST COMPLETE
« no previous file with comments | « LayoutTests/platform/win/css3/keyframes-rule-expected.txt ('k') | Source/core/css/CSSKeyframeRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698