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

Side by Side Diff: LayoutTests/webexposed/web-animations-api-expected.txt

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use new API in layout tests Created 5 years, 7 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 | Annotate | Revision Log
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.getAnimationPlayers() should not be exposed without experimental we b platform 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 FAIL 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. assert_false: expected false got true 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 FAIL Timing should not be exposed without experimental web platform features ena bled. 11 FAIL Timing should not be exposed without experimental web platform features ena bled.
12 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true 12 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
13 FAIL AnimationNode should not be exposed without experimental web platform featu res enabled. 13 FAIL AnimationNode should not be exposed without experimental web platform featu res enabled.
14 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true 14 This test is expected to fail in LayoutTests/webexposed. assert_false: expected false got true
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