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

Side by Side Diff: samples/pop-pop-win/test/browser_test_harness.html

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl comments Created 6 years, 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>Run the unit tests</title> 5 <title>Run the unit tests</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <script type="application/dart" src="browser_test_harness.dart"></script> 8 <script type="application/dart" src="browser_test_harness.dart"></script>
9 <script src="../web/dart.js"></script> 9 <script src="packages/browser/dart.js"></script>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698