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

Unified Diff: tests/dom/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/dom/b_element_test.dart
diff --git a/tests/dom/b_element_test.dart b/tests/dom/b_element_test.dart
new file mode 100644
index 0000000000000000000000000000000000000000..68f9e069bb05c246392583233557ee3f6c62afb9
--- /dev/null
+++ b/tests/dom/b_element_test.dart
@@ -0,0 +1,13 @@
+#library('IndexedDB1Test');
+#import('../../lib/unittest/unittest.dart');
+#import('../../lib/unittest/dom_config.dart');
+#import('dart:dom');
podivilov 2012/04/27 14:28:32 Please use dart:html.
+
+main() {
+ useDomConfiguration();
+
+ test('create b', () {
+ document.createElement('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