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/computedstyle/computedStylePropertyMap-expected.txt

Issue 2906023002: [CSS Typed OM] Fix test bug errors, remove forgotten expectation files (Closed)
Patch Set: 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.
Bugs Nash 2017/05/29 01:30:41 this test seems to still be in the code base https
meade_UTC10 2017/05/29 03:23:49 Since I fixed the test bug, the tests all pass, so
2 PASS Test that passing null to getComputedStyleMap does not crash
3 PASS Computed StyleMap.getProperties returns the same list of property names as ComputedStyle
4 PASS Unsupported but serializable property returns a base CSSStyleValue.
5 PASS Unsupported and unserializable property returns null.
6 FAIL get() throws for an invalid property. Test bug: need to pass exception to a ssert_throws()
7 PASS has() return false for an unsupported property.
8 FAIL has() throws for an invalid property. Test bug: need to pass exception to a ssert_throws()
9 PASS has() returns true for an unsupported but serializable shorthand property.
10 PASS has() return false for unsupported and unserializable shorthand properties.
11 PASS has() returns true for a supported property.
12 PASS get() returns correct values for an element with display: none.
13 Harness: the test ran to completion.
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698