chromium/content/browser/quota/quota_internals_browsertest.cc

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

#include "base/strings/utf_string_conversions.h"
#include "content/browser/quota/quota_internals_ui.h"
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_ui.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace content {

namespace {

const char kQuotaInternalsUrl[] =;

}  // namespace

class QuotaInternalsWebUiBrowserTest : public ContentBrowserTest {};

// Ensures that the page is loaded correctly.
// https://crbug.com/1322015: flaky.
IN_PROC_BROWSER_TEST_F(QuotaInternalsWebUiBrowserTest,
                       DISABLED_NavigationUrl_ResolvedToWebUI) {}

}  // namespace content