chromium/third_party/blink/renderer/core/html/parser/html_parser_metrics_test.cc

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

#include "third_party/blink/renderer/core/html/parser/html_parser_metrics.h"

#include "base/test/metrics/histogram_tester.h"
#include "base/test/test_mock_time_task_runner.h"
#include "build/build_config.h"
#include "components/ukm/test_ukm_recorder.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/frame/frame_test_helpers.h"
#include "third_party/blink/renderer/core/frame/web_local_frame_impl.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/testing/url_test_helpers.h"

namespace blink {

class HTMLMetricsTest : public testing::Test {};

// https://crbug.com/1222653
TEST_F(HTMLMetricsTest, DISABLED_ReportSingleChunk) {}

// https://crbug.com/1222653
TEST_F(HTMLMetricsTest, DISABLED_HistogramReportsTwoChunks) {}

TEST_F(HTMLMetricsTest, UkmStoresValuesCorrectly) {}

}  // namespace blink