blob: 21523eab8880e909d33a36bff6a26c33ec85b36c [file] [log] [blame]
// Copyright 2017 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.
interface TestSubObject : TestObject {
[LegacyUnforgeable] attribute DOMString unforgeableStringAttribute;
};