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

Unified Diff: third_party/WebKit/LayoutTests/media/audio-garbage-collect-expected.txt

Issue 2009993003: Convert audio-data*, audio-garbage* and audio-play* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed eventcount Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/media/audio-garbage-collect-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/audio-garbage-collect-expected.txt b/third_party/WebKit/LayoutTests/media/audio-garbage-collect-expected.txt
deleted file mode 100644
index 99d9ebcb2dae7b6ca0aeb3b8e2105bcbcc99b6e7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/audio-garbage-collect-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Tests that we don't garbage collect playing audio object or event listener.
-
-According to http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html,
-"4.8.10.8 Playing the media resource",
-"Media elements must not stop playing just because all references to them have been removed; only once a media element is in a state where no further audio could ever be played by that element may the element be garbage collected."
-
-(see https://bugs.webkit.org/show_bug.cgi?id=66878, https://bugs.webkit.org/show_bug.cgi?id=70421, and http://crbug.com/62604 for more details).
-
-PASS
-
-

Powered by Google App Engine
This is Rietveld 408576698