chromium/tools/json_schema_compiler/test/web_idl/missing_browser_interface.idl

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

// Example WebIDL schema without the required partial Browser interface.
interface TestWebIdl {

};