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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt

Issue 2903413002: Restructure type tracking in StyleValues to work better with new numeric types (Closed)
Patch Set: rebase Created 3 years, 6 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
Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt
index a8e30daf46656cb40ea022c5325ff45fa185dbc4..acc962ce966cdb7b7d15838ce90fa37f421fe8e7 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/transform-expected.txt
@@ -20,7 +20,7 @@ FAIL Setting transform to CSSTransformValue with value Failed to execute 'set'
FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Setting transform to CSSTransformValue with value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-PASS Setting transform to invalid value CSSUnitValue throws
+PASS Setting transform to invalid value CSSUnitValue "4px" throws
PASS Setting transform to invalid value null throws
PASS Setting transform to invalid value undefined throws
PASS Setting transform to invalid value true throws
@@ -28,7 +28,7 @@ PASS Setting transform to invalid value false throws
PASS Setting transform to invalid value 1 throws
PASS Setting transform to invalid value hello throws
PASS Setting transform to invalid value [object Object] throws
-PASS Setting transform to invalid value CSSKeywordValue throws
+PASS Setting transform to invalid value CSSKeywordValue "notAKeyword" throws
PASS Getting transform when it is set to none
PASS Getting transform when it is set to initial
PASS Getting transform when it is set to inherit

Powered by Google App Engine
This is Rietveld 408576698