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/height-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/height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height-expected.txt
index e379ea0408362c7d63909c1047d2908d83bc9360..9ae5281a70da1bda867c4fa0afea03aae5c3b413 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/height-expected.txt
@@ -20,7 +20,7 @@ FAIL Setting height to CSSUnitValue with value 12mm Failed to execute 'set' on '
FAIL Setting height to CSSUnitValue with value 13in Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Setting height to CSSUnitValue with value 14pc Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
FAIL Setting height to CSSUnitValue with value 15pt Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
-PASS Setting height to invalid value CSSUnitValue throws
+PASS Setting height to invalid value CSSUnitValue "1" throws
PASS Setting height to invalid value null throws
PASS Setting height to invalid value undefined throws
PASS Setting height to invalid value true throws
@@ -28,7 +28,7 @@ PASS Setting height to invalid value false throws
PASS Setting height to invalid value 1 throws
PASS Setting height to invalid value hello throws
PASS Setting height to invalid value [object Object] throws
-PASS Setting height to invalid value CSSKeywordValue throws
+PASS Setting height to invalid value CSSKeywordValue "notAKeyword" throws
PASS Getting height when it is set to max-content
PASS Getting height when it is set to min-content
PASS Getting height when it is set to fit-content

Powered by Google App Engine
This is Rietveld 408576698