blob: 587e8624fa71c22cf2b5b77eaa386104a1a910c9 [file] [log] [blame]
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* Function to be called by
* WebUIBrowserExpectFailTest.TestRuntimeErrorFailsFast.
*/
function TestRuntimeErrorFailsFast() {}
// Call a method that doesn't exist to test that runtime errors fail outside
// scope of calling the test function.
TestRuntimeErrorFailsFast.badMethod();