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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_append-expected.txt

Issue 2096133002: [Typed OM] Add support for properties which take numbers in CSSProperties.in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to head Created 4 years, 5 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/inlineStylePropertyMap_append-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_append-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_append-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fd7f41a326594581ba2de0f5eff53e0d85f34e46
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_append-expected.txt
@@ -0,0 +1,10 @@
+This is a testharness.js-based test.
+PASS Appending a value to an unset property works
+PASS Attempting to append to a property that doesn't support multiple values throws
+PASS Appending an invalid type to a property throws
+PASS Attempting to append to an invalid property throws
+PASS Appending null to a property does not crash
+FAIL Appending two valid types of the same type works. assert_equals: expected "4, 6.9" but got "4 6.9"
+FAIL Appending two different types that are both valid works. assert_equals: expected "4, infinite" but got "4 infinite"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698