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

Unified Diff: LayoutTests/transforms/2d/transform-value-types-expected.txt

Issue 682833005: Remove tests which only test getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: missed an expectation file :| Created 6 years, 1 month 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/transforms/2d/transform-value-types.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/transforms/2d/transform-value-types-expected.txt
diff --git a/LayoutTests/transforms/2d/transform-value-types-expected.txt b/LayoutTests/transforms/2d/transform-value-types-expected.txt
deleted file mode 100644
index a4a796c5c33edf5960f062aeef8051fb04ed0b74..0000000000000000000000000000000000000000
--- a/LayoutTests/transforms/2d/transform-value-types-expected.txt
+++ /dev/null
@@ -1,38 +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 WebKitCSSTransformValue.CSS_TRANSLATE
-PASS transformRule[0].cssText is 'translate(10px)'
-PASS transformRule[1].operationType is WebKitCSSTransformValue.CSS_TRANSLATEX
-PASS transformRule[1].cssText is 'translateX(10px)'
-PASS transformRule[2].operationType is WebKitCSSTransformValue.CSS_TRANSLATEY
-PASS transformRule[2].cssText is 'translateY(10px)'
-PASS transformRule[3].operationType is WebKitCSSTransformValue.CSS_ROTATE
-PASS transformRule[3].cssText is 'rotate(10deg)'
-PASS transformRule[4].operationType is WebKitCSSTransformValue.CSS_ROTATE
-PASS transformRule[4].cssText is 'rotate(11rad)'
-PASS transformRule[5].operationType is WebKitCSSTransformValue.CSS_ROTATE
-PASS transformRule[5].cssText is 'rotate(12grad)'
-PASS transformRule[6].operationType is WebKitCSSTransformValue.CSS_ROTATE
-PASS transformRule[6].cssText is 'rotate(13turn)'
-PASS transformRule[7].operationType is WebKitCSSTransformValue.CSS_SCALE
-PASS transformRule[7].cssText is 'scale(2)'
-PASS transformRule[8].operationType is WebKitCSSTransformValue.CSS_SCALEX
-PASS transformRule[8].cssText is 'scaleX(1.2)'
-PASS transformRule[9].operationType is WebKitCSSTransformValue.CSS_SCALEY
-PASS transformRule[9].cssText is 'scaleY(1.2)'
-PASS transformRule[10].operationType is WebKitCSSTransformValue.CSS_SKEW
-PASS transformRule[10].cssText is 'skew(10deg, 10rad)'
-PASS transformRule[11].operationType is WebKitCSSTransformValue.CSS_SKEWX
-PASS transformRule[11].cssText is 'skewX(10deg)'
-PASS transformRule[12].operationType is WebKitCSSTransformValue.CSS_SKEWY
-PASS transformRule[12].cssText is 'skewY(11grad)'
-PASS transformRule[13].operationType is WebKitCSSTransformValue.CSS_MATRIX
-PASS transformRule[13].cssText is 'matrix(1, 0, 0, 1, 0, 0)'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/transforms/2d/transform-value-types.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698