blob: 2a73afb434262c903bc8de2ec9ee49ba7ea30b5e [file] [log] [blame]
#library('BElementTest');
#import('../../pkg/unittest/unittest.dart');
#import('../../pkg/unittest/html_config.dart');
#import('dart:html');
main() {
useHtmlConfiguration();
test('create b', () {
new Element.tag('b');
});
}