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

Side by Side Diff: dart/samples/tests/samples/lib/layout/grid_examples.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
1 part of layout_tests;
2
3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
6 4
7 /** 5 /**
8 * The examples from the spec: [http://dev.w3.org/csswg/css3-grid-align/] 6 * The examples from the spec: [http://dev.w3.org/csswg/css3-grid-align/]
9 */ 7 */
10 // I've omitted examples that are subsumed by other examples, or examples 8 // I've omitted examples that are subsumed by other examples, or examples
11 // that illustrate features (such as grid-flow) that are currently 9 // that illustrate features (such as grid-flow) that are currently
12 // unsupported. 10 // unsupported.
(...skipping 12 matching lines...) Expand all
25 '7 Grid Cells': GridCells.selectors, 23 '7 Grid Cells': GridCells.selectors,
26 '11a Starting and Ending Grid Lines': StartEndingGridlines11a.selectors, 24 '11a Starting and Ending Grid Lines': StartEndingGridlines11a.selectors,
27 '11b Starting and Ending Grid Lines': StartEndingGridlines11b.selectors, 25 '11b Starting and Ending Grid Lines': StartEndingGridlines11b.selectors,
28 '12 Repeating Columns and Rows': RepeatingColumnsRows.selectors, 26 '12 Repeating Columns and Rows': RepeatingColumnsRows.selectors,
29 '17 Anonymous Grid Cells': AnonymousGridCells.selectors, 27 '17 Anonymous Grid Cells': AnonymousGridCells.selectors,
30 '20 Implicit Columns and Rows': ImplicitColumnsRows.selectors, 28 '20 Implicit Columns and Rows': ImplicitColumnsRows.selectors,
31 '22 Grid Item Alignment': AlignGridItems.selectors, 29 '22 Grid Item Alignment': AlignGridItems.selectors,
32 '23 Drawing Order of Grid Items': DrawOrderGridItems.selectors 30 '23 Drawing Order of Grid Items': DrawOrderGridItems.selectors
33 }; 31 };
34 } 32 }
OLDNEW
« no previous file with comments | « dart/samples/tests/samples/lib/layout/css.dart ('k') | dart/samples/tests/samples/lib/layout/grid_layout_demo.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698