blob: 1adc4afcdfa47b7ad1f9f2a79c64fb2b37def5ed [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Regression test for https://crbug.com/603782: see note in
// TestInterface2Partial.idl. This test only works if there is *no*
// RuntimeEnabled condition for this partial interface.
[
ImplementedAs=TestInterface2Partial2
] partial interface TestInterface2 {
void voidMethodPartial2(DOMString value);
};