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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test to make sure removing a media element's <source>(s) does not cause a crash.
2
3 Removing all <source> elements with removeChild()
4 -> removeChild(0)
5 -> removeChild(1)
6 -> removeChild(2)
7 -> removeChild(3)
8 -> removeChild(4)
9 -> removeChild(5)
10 -> removeChild(6)
11 -> removeChild(7)
12 -> removeChild(8)
13 -> removeChild(9)
14
15 Removing all <source> by setting .innerHTML
16 -> video.innerHTML = ''
17
18 Removing all <source> elements with replaceChild()
19 -> replaceChild(0)
20 -> replaceChild(1)
21 -> replaceChild(2)
22 -> replaceChild(3)
23 -> replaceChild(4)
24 -> replaceChild(5)
25 -> replaceChild(6)
26 -> replaceChild(7)
27 -> replaceChild(8)
28 -> replaceChild(9)
29
30 PASS: A crash did not occur when removing <source> elements.
31
32 END OF TEST
33
OLDNEW
« 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