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

Side by Side Diff: samples/swarm/test/swarm_ui_lib/layout/grid_layout_demo.html

Issue 23717003: Reorganize tests for samples so the test is discoverable from the sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 <html> 2 <html>
3 <head> 3 <head>
4 <title>Grid Layout Demos</title> 4 <title>Grid Layout Demos</title>
5 <style type="text/css"> 5 <style type="text/css">
6 </style> 6 </style>
7 <script type="application/dart" src="grid_layout_demo.dart"></script> 7 <script type="application/dart" src="grid_layout_demo.dart"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/clien t/dart.js"></script> 10 <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/clien t/dart.js"></script>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698