chromium/chrome/test/data/webui/chromeos/ash_common/webui_resource_browsertest.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/test/base/web_ui_mocha_browser_test.h"
#include "content/public/test/browser_test.h"

using WebUIResourceBrowserTest = WebUIMochaBrowserTest;

IN_PROC_BROWSER_TEST_F(WebUIResourceBrowserTest, CrTest) {
  set_test_loader_host("webui-test/chromeos/ash_common/cr_test.html");
  RunTestWithoutTestLoader("chromeos/ash_common/cr_test.js", "mocha.run()");
}