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

Side by Side Diff: LayoutTests/fast/events/constructors/media-key-event-constructor.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../js/resources/js-test-pre.js"></script> 4 <script src="../../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 6
7 <body> 7 <body>
8 <script> 8 <script>
9 9
10 window.jsTestIsAsync = true; 10 window.jsTestIsAsync = true;
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 var messageArray = new Uint8Array([0x51, 0x52, 0x53]); 122 var messageArray = new Uint8Array([0x51, 0x52, 0x53]);
123 // FIXME(82988): This does not create an error like we want. 123 // FIXME(82988): This does not create an error like we want.
124 var errorObject = window.MediaKeyError; 124 var errorObject = window.MediaKeyError;
125 // shouldBe("typeof errorObject", TBD); 125 // shouldBe("typeof errorObject", TBD);
126 126
127 video = document.createElement('video'); 127 video = document.createElement('video');
128 document.body.appendChild(video); 128 document.body.appendChild(video);
129 129
130 test() 130 test()
131 </script> 131 </script>
132 <script src="../../js/resources/js-test-post.js"></script>
133 132
134 </body> 133 </body>
135 </html> 134 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698