Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness-expected.txt |
| index 5cb30a0f24f16858d65a9b7b1f15995bde5db274..013f59571b5f1bca0f50deb463203ee9f1076bdb 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness-expected.txt |
| @@ -1,12 +1,12 @@ |
| This is a testharness.js-based test. |
| PASS Web Animations API: DocumentTimeline tests |
| -FAIL DocumentTimeline interface: existence and properties of interface object assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missing |
| -FAIL DocumentTimeline interface object length assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missing |
| -FAIL DocumentTimeline interface object name assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missing |
| -FAIL DocumentTimeline interface: existence and properties of interface prototype object assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missing |
| -FAIL DocumentTimeline interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missing |
| -FAIL DocumentTimeline must be primary interface of document.timeline assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missing |
| -FAIL Stringification of document.timeline assert_equals: class string of document.timeline expected "[object DocumentTimeline]" but got "[object AnimationTimeline]" |
| +PASS DocumentTimeline interface: existence and properties of interface object |
| +FAIL DocumentTimeline interface object length assert_equals: wrong value for DocumentTimeline.length expected 1 but got 0 |
|
alancutter (OOO until 2018)
2016/08/10 00:42:08
Not a review: This is a very strange expectation.
|
| +PASS DocumentTimeline interface object name |
| +FAIL DocumentTimeline interface: existence and properties of interface prototype object assert_equals: class string of DocumentTimeline.prototype expected "[object DocumentTimelinePrototype]" but got "[object DocumentTimeline]" |
| +PASS DocumentTimeline interface: existence and properties of interface prototype object's "constructor" property |
| +PASS DocumentTimeline must be primary interface of document.timeline |
| +PASS Stringification of document.timeline |
| PASS AnimationTimeline interface: document.timeline must inherit property "currentTime" with the proper type (0) |
| Harness: the test ran to completion. |