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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_setGet-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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Setting and getting round trips
3 PASS Setting and getting is not case sensitive
4 PASS Changes to element.style are reflected in the element.styleMap
5 PASS Changes to element.styleMap are reflected in element.style
6 PASS Attempting to set an invalid type for a property throws
7 PASS Attempting to set an invalid type for a property does not change the value
8 PASS Attempting to set an invalid property throws
9 PASS Getting a property that isn't set returns null
10 PASS Getting a property that doesn't exist throws
11 PASS Setting null to a property does not crash
12 FAIL Setting a property with mixed types works if the types are all valid assert _equals: expected 2 but got 1
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698