blob: d1f3214f478b48f0b0a5411e0bf85fe256fcbc9c [file] [log] [blame]
// 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.
window.onload = function(){
startTest("dom-nothing");
test( "no-op", function(){});
endTest();
};