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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Element.animate() should be exposed. 2 PASS Element.animate() should be exposed.
3 FAIL Element.getAnimations() should not be exposed without experimental web plat form features enabled. 3 FAIL Element.getAnimations() should not be exposed without experimental web plat form features enabled.
4 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true 4 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
5 PASS Animation constructor should not be exposed without experimental web platfo rm features enabled. 5 FAIL Animation constructor should not be exposed without experimental web platfo rm features enabled.
6 This test is expected to fail in LayoutTests/webexposed. 6 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
7 FAIL Timeline should not be exposed without experimental web platform features e nabled. 7 FAIL Timeline should not be exposed without experimental web platform features e nabled.
8 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true 8 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
9 FAIL document.timeline should not be exposed without experimental web platform f eatures enabled. 9 FAIL document.timeline should not be exposed without experimental web platform f eatures enabled.
10 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true 10 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
11 PASS Timing should not be exposed without experimental web platform features ena bled. 11 PASS Timing should not be exposed without experimental web platform features ena bled.
12 This test is expected to fail in LayoutTests/webexposed. 12 This test is expected to fail in LayoutTests/webexposed.
13 PASS AnimationNode should not be exposed without experimental web platform featu res enabled. 13 PASS AnimationNode should not be exposed without experimental web platform featu res enabled.
14 This test is expected to fail in LayoutTests/webexposed. 14 This test is expected to fail in LayoutTests/webexposed.
15 Harness: the test ran to completion. 15 Harness: the test ran to completion.
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698