Index: third_party/WebKit/Source/bindings/tests/idls/modules/TestSubObject.idl |
diff --git a/third_party/WebKit/Source/bindings/tests/idls/modules/TestSubObject.idl b/third_party/WebKit/Source/bindings/tests/idls/modules/TestSubObject.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ecd19add77c3eae3dc2cb9341127465e7b809fd8 |
--- /dev/null |
+++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestSubObject.idl |
@@ -0,0 +1,7 @@ |
+// 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; |
+}; |