Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 752c691ca0ae4a24c02e10b7fdebdbb00021da00..841999d62a23d99a0860390c9d743e10edce0bb4 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -301,4 +301,8 @@ |
[ImplementedInPrivateScript] void setInnerHTML(Node node, DOMString string); |
[ImplementedInPrivateScript] void addClickListener(Node node); |
[ImplementedInPrivateScript] void clickNode(Document document, Node node); |
+ [ImplementedInPrivateScript] readonly attribute short readonlyShortAttribute; |
+ [ImplementedInPrivateScript] attribute short shortAttribute; |
+ [ImplementedInPrivateScript] attribute DOMString stringAttribute; |
+ [ImplementedInPrivateScript] attribute Node nodeAttribute; |
}; |