Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #library('IndexedDB1Test'); | |
| 2 #import('../../lib/unittest/unittest.dart'); | |
| 3 #import('../../lib/unittest/dom_config.dart'); | |
| 4 #import('dart:dom'); | |
|
podivilov
2012/04/27 14:28:32
Please use dart:html.
| |
| 5 | |
| 6 main() { | |
| 7 useDomConfiguration(); | |
| 8 | |
| 9 test('create b', () { | |
| 10 document.createElement('b'); | |
| 11 }); | |
| 12 } | |
| 13 | |
| OLD | NEW |