blob: ecd19add77c3eae3dc2cb9341127465e7b809fd8 [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 {
[Unforgeable] attribute DOMString unforgeableStringAttribute;
};