Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: Source/bindings/tests/idls/TestInterfacePython2.idl

Issue 101403002: IDL compiler: Consolidate test IDL files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/tests/idls/TestInterfacePython.idl ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfacePython2.idl
diff --git a/Source/core/testing/LayerRectList.idl b/Source/bindings/tests/idls/TestInterfacePython2.idl
similarity index 81%
copy from Source/core/testing/LayerRectList.idl
copy to Source/bindings/tests/idls/TestInterfacePython2.idl
index 9dd2ca7fb17f1a98da02542095367fcb086f146c..f6198f3518b4a6ff8298f96c32812db98334571d 100644
--- a/Source/core/testing/LayerRectList.idl
+++ b/Source/bindings/tests/idls/TestInterfacePython2.idl
@@ -28,9 +28,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// This is for interface extended attributes that interact with another extended
+// attribute, and thus both cannot be tested at once.
+// The more *minor* extended attribute should be put in this file.
+
[
-] interface LayerRectList {
- readonly attribute unsigned long length;
- getter LayerRect item(unsigned long index);
+ CustomVisitDOMWrapper, // Conflicts with [GenerateVisitDOMWrapper]
+ DependentLifetime, // Covered by [ActiveDOMObject]
+] interface TestInterfacePython2 {
};
-
« no previous file with comments | « Source/bindings/tests/idls/TestInterfacePython.idl ('k') | Source/bindings/tests/idls/TestObjectPython.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698