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

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

Powered by Google App Engine
This is Rietveld 408576698