#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) { … }
}