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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness-expected.txt

Issue 2222313002: Implement DocumentTimeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Web Animations API: DocumentTimeline tests 2 PASS Web Animations API: DocumentTimeline tests
3 FAIL DocumentTimeline interface: existence and properties of interface object as sert_own_property: self does not have own property "DocumentTimeline" expected p roperty "DocumentTimeline" missing 3 PASS DocumentTimeline interface: existence and properties of interface object
4 FAIL DocumentTimeline interface object length assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missi ng 4 FAIL DocumentTimeline interface object length assert_equals: wrong value for Doc umentTimeline.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.
5 FAIL DocumentTimeline interface object name assert_own_property: self does not h ave own property "DocumentTimeline" expected property "DocumentTimeline" missing 5 PASS DocumentTimeline interface object name
6 FAIL DocumentTimeline interface: existence and properties of interface prototype object assert_own_property: self does not have own property "DocumentTimeline" expected property "DocumentTimeline" missing 6 FAIL DocumentTimeline interface: existence and properties of interface prototype object assert_equals: class string of DocumentTimeline.prototype expected "[obj ect DocumentTimelinePrototype]" but got "[object DocumentTimeline]"
7 FAIL DocumentTimeline interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own pro perty "DocumentTimeline" expected property "DocumentTimeline" missing 7 PASS DocumentTimeline interface: existence and properties of interface prototype object's "constructor" property
8 FAIL DocumentTimeline must be primary interface of document.timeline assert_own_ property: self does not have own property "DocumentTimeline" expected property " DocumentTimeline" missing 8 PASS DocumentTimeline must be primary interface of document.timeline
9 FAIL Stringification of document.timeline assert_equals: class string of documen t.timeline expected "[object DocumentTimeline]" but got "[object AnimationTimeli ne]" 9 PASS Stringification of document.timeline
10 PASS AnimationTimeline interface: document.timeline must inherit property "curre ntTime" with the proper type (0) 10 PASS AnimationTimeline interface: document.timeline must inherit property "curre ntTime" with the proper type (0)
11 Harness: the test ran to completion. 11 Harness: the test ran to completion.
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698