blob: f60b63339be4e1e40b4dc30ad00c23b0ef5650d4 [file] [log] [blame]
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:html';
main() {
new Element.tag('b');
}