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 2e06506060bf5ce740bbb55878cd1ffb8999ecd1..7011c3c28a5abd0b924386b76ed82167a53e39d5 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,7 +1,6 @@ |
This is a testharness.js-based test. |
-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 |
+FAIL zero origin time Illegal constructor |
+FAIL positive origin time Illegal constructor |
+FAIL negative origin time Illegal constructor |
Harness: the test ran to completion. |