blob: a5e6ec918eed1795eea1f8e3b293e56b4eb81f3a [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.
*/
/**
* @assertion final String outerHtml
* When used as a setter, replaces the element with nodes parsed from the
* given string.
* @description Checks expected outerHtml settings
* @note there is no setter
*/
import "dart:html";
import "../../../Utils/expect.dart";
import "../testcommon.dart";
main() {
}