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

Unified Diff: third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop-expected.txt

Issue 2947103002: Expose getAnimations as function on Document (Closed)
Patch Set: Rebase 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/animations/lazy-detached-animation-stop-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop-expected.txt b/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop-expected.txt
index d9f23ec97d2d97d136b151124578900333fc2b4a..77070adcb715cb364f4b4f566c787649efbaf3bd 100644
--- a/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/lazy-detached-animation-stop-expected.txt
@@ -3,7 +3,7 @@ Animations should be canceled when an element is removed from the document.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.timeline.getAnimations().length is 0
+PASS document.getAnimations().length is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698