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

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

Powered by Google App Engine
This is Rietveld 408576698