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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-source-moved-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
OLDNEW
(Empty)
1 Test to make sure a <source> moved after the media element begins processing is handled correctly.
2
3 Moving previous <source> element to end of list, it should be processed again.
4 EXPECTED ([object HTMLSourceElement] != 'null') OK
5 <source> moved was processed a second time. OK
6
7 Moving current <source> element, it should be processed again.
8 EXPECTED ([object HTMLSourceElement] != 'null') OK
9 <source> moved was processed a second time. OK
10
11 Moving next <source> element, it should be processed again.
12 EXPECTED ([object HTMLSourceElement] != 'null') OK
13 <source> moved was processed a second time. OK
14
15 Moving current <source> element to beginning of list, it should not be processed again.
16 EXPECTED ([object HTMLSourceElement] != 'null') OK
17 <source> moved was not processed OK
18
19 Moving next <source> element to beginning of list, it should never processed.
20 EXPECTED ([object HTMLSourceElement] != 'null') OK
21 <source> moved was not processed OK
22
23 <span> inserted after current <source> element before it is removed, processing should proceed normally.
24 EXPECTED ([object HTMLSourceElement] != 'null') OK
25 <source> moved was not processed OK
26
27 <span> inserted after next <source> element before it is removed, processing sho uld proceed normally.
28 EXPECTED ([object HTMLSourceElement] != 'null') OK
29 <source> moved was not processed OK
30
31 PASS
32
33 END OF TEST
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698