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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/media/reload-after-dialog-expected.txt

Issue 2258863002: Convert http media tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nits Created 4 years, 4 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
1 CONFIRM: I hope the movie continues to play! 1 CONFIRM: I hope the movie continues to play!
2 Make sure we don't reload a <video> element after a dialog is shown. 2 This is a testharness.js-based test.
3 Test this by loading a movie slowly and showing a dialog when a 'loadstart' even t 3 PASS Test that video is not reloaded on showing a dialog.
4 handler is called. If the movie is reloaded when the dialog is "dismissed", anot her 4 Harness: the test ran to completion.
5 'loadstart' event will be fired
6 5
7
8 'load' event
9 *** Setting up element...
10
11 'loadstart' event
12 *** Showing confirm dialog...
13
14 'canplaythrough' event
15
16 END OF TEST
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698