blob: 3dbb0e70f25336331962e767614d3fd29fdd12cc [file] [log] [blame]
import 'dart:html';
main() {
new Element.tag('b');
}