blob: c7e76f8142464b259891dd22e0860b89b0f84901 [file] [log] [blame]
/*
* Copyright (c) 2014, 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.
*/
/**
* @description
*/
import "dart:html";
import "../../testcommon.dart";
import "../../../Utils/async_utils.dart";
main() {
document.body.setInnerHtml('''
<p>This shouldn't crash.</p>
<button style="display: -webkit-box;">Button</button>
''', treeSanitizer: new NullTreeSanitizer());
}