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

Unified Diff: third_party/WebKit/LayoutTests/media/video-source-removed-expected.txt

Issue 2116293004: Convert video-source-[load|moved|removed].html tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 5 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/video-source-removed.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/video-source-removed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-source-removed-expected.txt b/third_party/WebKit/LayoutTests/media/video-source-removed-expected.txt
deleted file mode 100644
index 029d5f84a1f25949362e94264f7c5ec01eac4a9a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-source-removed-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Test to make sure removing a media element's <source>(s) does not cause a crash.
-
-Removing all <source> elements with removeChild()
--> removeChild(0)
--> removeChild(1)
--> removeChild(2)
--> removeChild(3)
--> removeChild(4)
--> removeChild(5)
--> removeChild(6)
--> removeChild(7)
--> removeChild(8)
--> removeChild(9)
-
-Removing all <source> by setting .innerHTML
--> video.innerHTML = ''
-
-Removing all <source> elements with replaceChild()
--> replaceChild(0)
--> replaceChild(1)
--> replaceChild(2)
--> replaceChild(3)
--> replaceChild(4)
--> replaceChild(5)
--> replaceChild(6)
--> replaceChild(7)
--> replaceChild(8)
--> replaceChild(9)
-
-PASS: A crash did not occur when removing <source> elements.
-
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-source-removed.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698