| Index: bindings/tests/idls/TestNode.idl
|
| diff --git a/core/css/CSSUnknownRule.idl b/bindings/tests/idls/TestNode.idl
|
| similarity index 69%
|
| copy from core/css/CSSUnknownRule.idl
|
| copy to bindings/tests/idls/TestNode.idl
|
| index c06bfed47c75e0d7191ff56a93069ba12e6078af..301f7f002f231e6c72ca1eb77d8bc8b6a5ba61da 100644
|
| --- a/core/css/CSSUnknownRule.idl
|
| +++ b/bindings/tests/idls/TestNode.idl
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2006 Apple Computer, Inc.
|
| + * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
|
| * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| @@ -18,8 +18,11 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -// Introduced in DOM Level 2:
|
| [
|
| -] interface CSSUnknownRule : CSSRule {
|
| + Constructor,
|
| +] interface TestNode : Node {
|
| + // These attributes are needed to test [PutForwards] in TestObject.idl.
|
| + attribute DOMString href;
|
| + [RaisesException=Setter] attribute DOMString hrefThrows;
|
| + [SetterCallWith=ActiveWindow&FirstWindow] attribute DOMString hrefCallWith;
|
| };
|
| -
|
|
|