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

Unified Diff: utils/tests/template/name_entry_simple.tmpl

Issue 10010009: Calculator App for ChromeOS with fixes for templates/CSS to support this application. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mininimal templates and more text node tests. Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: utils/tests/template/name_entry_simple.tmpl
diff --git a/utils/tests/template/name_entry_simple.tmpl b/utils/tests/template/name_entry_simple.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..42dac27020f952b45b51b69e39830de483a4e437
--- /dev/null
+++ b/utils/tests/template/name_entry_simple.tmpl
@@ -0,0 +1,16 @@
+template NameEntry(String name, int age) {
+ <div>
+ <span>aaaa</span>
+ <span>bbbb</span>
+ cccc<span>-</span>dddd
+ </div>
+}
+
+template SimplestTemplate() {
+ <div></div>
+}
+
+template EmptyTemplateContent() {
+}
+
+

Powered by Google App Engine
This is Rietveld 408576698