Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |