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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/top-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/top-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/top-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/top-expected.txt
index b02b18159777637a6622f676b386ebaa96fc9c6d..0fdde1bb4d3078910dbaaed2384c7438f8a08f7c 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/top-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/top-expected.txt
@@ -17,7 +17,7 @@ FAIL Setting top to CSSUnitValue with value 12mm Failed to execute 'set' on 'Sty
FAIL Setting top to CSSUnitValue with value 13in Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Setting top to CSSUnitValue with value 14pc Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Setting top to CSSUnitValue with value 15pt Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-PASS Setting top to invalid value CSSUnitValue throws
+PASS Setting top to invalid value CSSUnitValue "1" throws
PASS Setting top to invalid value null throws
PASS Setting top to invalid value undefined throws
PASS Setting top to invalid value true throws
@@ -25,7 +25,7 @@ PASS Setting top to invalid value false throws
PASS Setting top to invalid value 1 throws
PASS Setting top to invalid value hello throws
PASS Setting top to invalid value [object Object] throws
-PASS Setting top to invalid value CSSKeywordValue throws
+PASS Setting top to invalid value CSSKeywordValue "notAKeyword" throws
PASS Getting top when it is set to auto
PASS Getting top when it is set to initial
PASS Getting top when it is set to inherit

Powered by Google App Engine
This is Rietveld 408576698