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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/web-animations-api-expected.txt

Issue 2806623003: Implement Animation constructor (Closed)
Patch Set: Add back in DCHECK about flag being enabled Created 3 years, 6 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/webexposed/web-animations-api-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/web-animations-api-expected.txt b/third_party/WebKit/LayoutTests/webexposed/web-animations-api-expected.txt
index 04dc68ebe2c27b4d000b5423af60d46dfeab6aa0..0ccc42704316106d18682790426f53777afb4c87 100644
--- a/third_party/WebKit/LayoutTests/webexposed/web-animations-api-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/web-animations-api-expected.txt
@@ -2,8 +2,8 @@ This is a testharness.js-based test.
PASS Element.animate() should be exposed.
FAIL Element.getAnimations() should not be exposed without experimental web platform features enabled.
This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
-PASS Animation constructor should not be exposed without experimental web platform features enabled.
-This test is expected to fail in LayoutTests/webexposed.
+FAIL Animation constructor should not be exposed without experimental web platform features enabled.
+This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
FAIL Timeline should not be exposed without experimental web platform features enabled.
This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
FAIL document.timeline should not be exposed without experimental web platform features enabled.

Powered by Google App Engine
This is Rietveld 408576698