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

Side by Side Diff: Multiscript.html

Issue 12244003: Fix individual tests to use the new location of test_controller.js (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit/LayoutTests/dart
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | dom/Console.html » ('j') | dom/Console.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="application/javascript" src="../../../../dart/pkg/unittest/test_co ntroller.js"></script> 3 <script type="application/javascript" src="../../../../dart/pkg/unittest/lib/tes t_controller.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 6
7 <script type="application/dart"> 7 <script type="application/dart">
8 import 'dart:html'; 8 import 'dart:html';
9 import 'dart:json'; 9 import 'dart:json';
10 import '../../../../dart/pkg/unittest/lib/unittest.dart'; 10 import '../../../../dart/pkg/unittest/lib/unittest.dart';
11 import '../../../../dart/pkg/unittest/lib/html_config.dart'; 11 import '../../../../dart/pkg/unittest/lib/html_config.dart';
12 import 'Multiscript.dart'; 12 import 'Multiscript.dart';
13 main() { 13 main() {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 main() { 49 main() {
50 State.s = 100; 50 State.s = 100;
51 onStart((m) { 51 onStart((m) {
52 State.update(); 52 State.update();
53 checkEventDelivery(3, 102); 53 checkEventDelivery(3, 102);
54 }); 54 });
55 } 55 }
56 </script> 56 </script>
57 </body> 57 </body>
58 </html> 58 </html>
OLDNEW
« no previous file with comments | « no previous file | dom/Console.html » ('j') | dom/Console.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698