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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width-expected.txt

Issue 2921223002: [CSS Typed OM] Hook up getting CSSUnitValues from inline StylePropertyMaps (Closed)
Patch Set: Fix missed LayoutTests 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/border-bottom-width-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width-expected.txt
deleted file mode 100644
index 6e5767ac5124cdbae5ad4fa555e51b6e46e138fa..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/border-bottom-width-expected.txt
+++ /dev/null
@@ -1,58 +0,0 @@
-This is a testharness.js-based test.
-PASS Setting border-bottom-width to thin
-PASS Setting border-bottom-width to medium
-PASS Setting border-bottom-width to thick
-PASS Setting border-bottom-width to initial
-PASS Setting border-bottom-width to inherit
-PASS Setting border-bottom-width to unset
-PASS Setting border-bottom-width to CSSUnitValue with value 1px
-PASS Setting border-bottom-width to CSSUnitValue with value 3em
-PASS Setting border-bottom-width to CSSUnitValue with value 4ex
-PASS Setting border-bottom-width to CSSUnitValue with value 5ch
-PASS Setting border-bottom-width to CSSUnitValue with value 6rem
-PASS Setting border-bottom-width to CSSUnitValue with value 7vw
-PASS Setting border-bottom-width to CSSUnitValue with value 8vh
-PASS Setting border-bottom-width to CSSUnitValue with value 9vmin
-PASS Setting border-bottom-width to CSSUnitValue with value 10vmax
-PASS Setting border-bottom-width to CSSUnitValue with value 11cm
-PASS Setting border-bottom-width to CSSUnitValue with value 12mm
-PASS Setting border-bottom-width to CSSUnitValue with value 13in
-PASS Setting border-bottom-width to CSSUnitValue with value 14pc
-PASS Setting border-bottom-width to CSSUnitValue with value 15pt
-PASS Setting border-bottom-width to invalid value CSSUnitValue "1" throws
-PASS Setting border-bottom-width to invalid value CSSUnitValue "2%" throws
-PASS Setting border-bottom-width to invalid value null throws
-PASS Setting border-bottom-width to invalid value undefined throws
-PASS Setting border-bottom-width to invalid value true throws
-PASS Setting border-bottom-width to invalid value false throws
-PASS Setting border-bottom-width to invalid value 1 throws
-PASS Setting border-bottom-width to invalid value hello throws
-PASS Setting border-bottom-width to invalid value [object Object] throws
-PASS Setting border-bottom-width to invalid value CSSKeywordValue "notAKeyword" throws
-PASS Getting border-bottom-width when it is set to thin
-PASS Getting border-bottom-width when it is set to medium
-PASS Getting border-bottom-width when it is set to thick
-PASS Getting border-bottom-width when it is set to initial
-PASS Getting border-bottom-width when it is set to inherit
-PASS Getting border-bottom-width when it is set to unset
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 1px assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 3em assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 4ex assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 5ch assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 6rem assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 7vw assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 8vh assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 9vmin assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 10vmax assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 11cm assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 12mm assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 13in assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 14pc assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL Getting border-bottom-width with a CSSUnitValue whose value is 15pt assert_equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue"
-FAIL getAll for single-valued border-bottom-width assert_equals: Returned type is incorrect: expected "CSSUnitValue" but got "CSSStyleValue"
-PASS Delete border-bottom-width removes the value from the styleMap
-PASS border-bottom-width shows up in getProperties
-PASS Setting border-bottom-width to a sequence throws
-PASS Appending to border-bottom-width throws
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698