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

Side by Side Diff: samples/swarm/test/swarm_ui_lib/layout/css.dart

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 // File generated by Dart CSS from source file layout.scss 1 // File generated by Dart CSS from source file layout.scss
2 // Do not edit. 2 // Do not edit.
3 3
4 part of layout_tests; 4 part of layout_tests;
5 5
6 class AdaptiveLayout { 6 class AdaptiveLayout {
7 // selector, properties<propertyName, value> 7 // selector, properties<propertyName, value>
8 static const selectors = const { 8 static const selectors = const {
9 '#grid' : const { 9 '#grid' : const {
10 'display' : '-dart-grid', 10 'display' : '-dart-grid',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'grid-layer' : '5', 341 'grid-layer' : '5',
342 'grid-column-align' : 'center', 342 'grid-column-align' : 'center',
343 'grid-row-align' : 'center', 343 'grid-row-align' : 'center',
344 }, 344 },
345 }; 345 };
346 } 346 }
347 347
348 class CSS { 348 class CSS {
349 // CSS class selectors: 349 // CSS class selectors:
350 } 350 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698