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: LayoutTests/http/tests/media/video-play-stall-before-meta-data-expected.txt

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 Test that stalling very early, while loading meta-data, stops delaying the load event. 1 Test that stalling very early, while loading meta-data, stops delaying the load event.
2 2
3 EVENT(beforeload)
4 EVENT(loadstart) 3 EVENT(loadstart)
5 EVENT(stalled) 4 EVENT(stalled)
6 EVENT(window.onload) 5 EVENT(window.onload)
7 END OF TEST 6 END OF TEST
8 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698