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

Side by Side Diff: third_party/WebKit/LayoutTests/media/media-load-event.html

Issue 1715303002: Add TODOs to convert from video-test.js to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add bug ref Created 4 years, 10 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 <html> 1 <html>
2 <head> 2 <head>
3 <script src=media-file.js></script> 3 <script src=media-file.js></script>
4 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
5 (Please avoid writing new tests using video-test.js) -->
4 <script src=video-test.js></script> 6 <script src=video-test.js></script>
5 7
6 <script> 8 <script>
7 9
8 function playing() 10 function playing()
9 { 11 {
10 consoleWrite("EVENT(playing)<br>"); 12 consoleWrite("EVENT(playing)<br>");
11 endTest(); 13 endTest();
12 } 14 }
13 15
(...skipping 30 matching lines...) Expand all
44 } 46 }
45 47
46 </script> 48 </script>
47 </head> 49 </head>
48 50
49 <body onload="start()"> 51 <body onload="start()">
50 52
51 <p>Test that media file is not reloaded when an element is inserted into the DOM.</p> 53 <p>Test that media file is not reloaded when an element is inserted into the DOM.</p>
52 54
53 <div id="parent"></div> 55 <div id="parent"></div>
54 56
55 </body> 57 </body>
56 </html> 58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698