efa2303c64
BUG= R=vsm@google.com Review URL: https://codereview.chromium.org/1930043002 .
9 lines
373 B
Dart
9 lines
373 B
Dart
// Copyright (c) 2013, 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.
|
|
|
|
/// A simple unit test library for running tests in a browser.
|
|
library unittest.html_config;
|
|
|
|
// void useHtmlConfiguration([bool isLayoutTest = false]) { }
|