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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_setGet-expected.txt

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL Setting and getting round trips Failed to execute 'set' on 'StylePropertyMa p': Invalid type for property
3 FAIL Setting and getting is not case sensitive Failed to execute 'set' on 'Style PropertyMap': Invalid type for property
4 PASS Changes to element.style are reflected in the element.styleMap
5 FAIL Changes to element.styleMap are reflected in element.style Failed to execut e 'set' on 'StylePropertyMap': Invalid type for property
6 PASS Attempting to set an invalid type for a property throws
7 FAIL Attempting to set an invalid type for a property does not change the value Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
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 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698