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

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

Powered by Google App Engine
This is Rietveld 408576698