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

Unified Diff: tests/html/b_element_test.dart

Issue 10209028: Regression test for b/2736. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/b_element_test.dart
diff --git a/tests/html/b_element_test.dart b/tests/html/b_element_test.dart
new file mode 100644
index 0000000000000000000000000000000000000000..1edff1a8dfcb7cd791d2da984e281069565cbd77
--- /dev/null
+++ b/tests/html/b_element_test.dart
@@ -0,0 +1,13 @@
+#library('BElementTest');
+#import('../../lib/unittest/unittest.dart');
+#import('../../lib/unittest/html_config.dart');
+#import('dart:html');
+
+main() {
+ useHtmlConfiguration();
+
+ test('create b', () {
+ new Element.tag('b');
+ });
+}
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698