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

Unified Diff: third_party/WebKit/LayoutTests/media/media-load-event-expected.txt

Issue 2043473002: Convert media-ended*, media-extension* and media-load* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/media/media-load-event.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/media-load-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/media-load-event-expected.txt b/third_party/WebKit/LayoutTests/media/media-load-event-expected.txt
deleted file mode 100644
index 189daeb2648728a768d69818a83c036b721e8bce..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/media-load-event-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test that media file is not reloaded when an element is inserted into the DOM.
-
-RUN(mediaElement = document.createElement('audio'))
-RUN(mediaElement.src = 'content/test.wav')
-RUN(mediaElement.load())
-
-EVENT(loadstart)
-EVENT(durationchange)
-EVENT(loadeddata)
-EVENT(canplaythrough)
-
-RUN(document.getElementById('parent').appendChild(mediaElement))
-RUN(mediaElement.play())
-
-EVENT(canplaythrough)
-EVENT(play)
-EVENT(playing)
-
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/media-load-event.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698