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

Side by Side Diff: dart/third_party/pkg/js/test/js/browser_tests.html

Issue 57393002: Version 0.8.10.2 (Closed) Base URL: http://dart.googlecode.com/svn/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
(Empty)
1 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 for details. All rights reserved. Use of this source code is governed by a
3 BSD-style license that can be found in the LICENSE file. -->
4 <!DOCTYPE html>
5 <html>
6 <head>
7 <!-- The 'unsafe-eval' is required by Dart2JS only in its default mode. -->
8 <meta http-equiv="X-WebKit-CSP"
9 content="script-src https://dart.googlecode.com 'self' 'unsafe-eval'; object -src 'self'">
10 <title>Dart JavaScript Interop Tests</title>
11 <style type="text/css">
12 .unittest-table { font-family: monospace; border: 1px; }
13 .unittest-pass { background: #6b3;}
14 .unittest-fail { background: #d55;}
15 .unittest-error { background: #a11;}
16 .unittest-xml-log {opacity:0; color: white;}
17 .test-area { display: none; }
18 body { overflow: visible; }
19 </style>
20 <!-- This script comes from running "pub install" in the root folder. -->
21 <!-- disabled because of http://dartbug.com/4943
22 <script type="text/javascript" src="../packages/unittest/test_controller.js">
23 </script>
24 -->
25 </head>
26 <body>
27 <h1>Loading and running tests</h1>
28 <script type="application/dart" src="browser_tests.dart"></script>
29 <script src="browser_tests_bootstrap.js"></script>
30 <script src="packages/browser/dart.js"></script>
31 <script src="packages/browser/interop.js"></script>
32 <script src="packages/js/dart_interop.js"></script>
33 </body>
34 </html>
OLDNEW
« no previous file with comments | « dart/third_party/pkg/js/test/js/browser_tests.dart ('k') | dart/third_party/pkg/js/test/js/browser_tests_bootstrap.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698