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

Unified Diff: tests/lib/js/null_test.html

Issue 439513002: Fix js/null_test to run also in CSP mode (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/lib/js/null_test.dart ('k') | tests/lib/js/null_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/js/null_test.html
diff --git a/tests/lib/js/null_test.html b/tests/lib/js/null_test.html
index 8d23cfad0f6d8d9939a2bdd3d075532d32fa6e2a..65b66b70d1255cefdae08bedd3da5b9aab069d0d 100644
--- a/tests/lib/js/null_test.html
+++ b/tests/lib/js/null_test.html
@@ -13,10 +13,7 @@
</head>
<body>
<h1> Running null_test </h1>
- <script>
- function isUndefined(o) { return o === undefined; }
- function isNull(o) { return o === null; }
- </script>
+ <script src="/root_dart/tests/lib/js/null_test.js"></script>
<script type="text/javascript"
src="/root_dart/tools/testing/dart/test_controller.js"></script>
%TEST_SCRIPTS%
« no previous file with comments | « tests/lib/js/null_test.dart ('k') | tests/lib/js/null_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698