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

Side by Side Diff: LayoutTests/fast/dom/Window/window-constructor-presence.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 <body> 2 <body>
3 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../js/resources/js-test-pre.js"></script>
4 <script> 4 <script>
5 5
6 description('Tests that the Window constructor is present and that window is an instanceof of it.'); 6 description('Tests that the Window constructor is present and that window is an instanceof of it.');
7 7
8 shouldNotBe('typeof Window', '"undefined"'); 8 shouldNotBe('typeof Window', '"undefined"');
9 shouldBeTrue('window instanceof Window'); 9 shouldBeTrue('window instanceof Window');
10 10
11 </script> 11 </script>
12 <script src="../../js/resources/js-test-post.js"></script>
13 </body> 12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698