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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/DocumentTimeline/constructor-expected.txt

Issue 2408493002: Import wpt@357b83b809e3cbc7a1805e7c3ca108a7980d782f (Closed)
Patch Set: Added one more win7-specific baseline Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/DocumentTimeline/constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/DocumentTimeline/constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/DocumentTimeline/constructor-expected.txt
index 7011c3c28a5abd0b924386b76ed82167a53e39d5..2e06506060bf5ce740bbb55878cd1ffb8999ecd1 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/DocumentTimeline/constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/DocumentTimeline/constructor-expected.txt
@@ -1,6 +1,7 @@
This is a testharness.js-based test.
-FAIL zero origin time Illegal constructor
-FAIL positive origin time Illegal constructor
-FAIL negative origin time Illegal constructor
+FAIL An origin time of zero is used when none is supplied Illegal constructor
+FAIL A zero origin time produces a document timeline with a current time identical to the default document timeline Illegal constructor
+FAIL A positive origin time makes the document timeline's current time lag behind the default document timeline Illegal constructor
+FAIL A negative origin time makes the document timeline's current time run ahead of the default document timeline Illegal constructor
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698