chromium/third_party/blink/renderer/core/html/json_document_test.cc

// Copyright 2023 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/json_document.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/shadow_root.h"
#include "third_party/blink/renderer/core/events/mouse_event.h"
#include "third_party/blink/renderer/core/testing/sim/sim_request.h"
#include "third_party/blink/renderer/core/testing/sim/sim_test.h"

namespace blink {
class JSONDocumentTest : public SimTest {};

TEST_F(JSONDocumentTest, JSONDoc) {}

TEST_F(JSONDocumentTest, InvalidJSON) {}

TEST_F(JSONDocumentTest, Utf8Parsing) {}
}  // namespace blink