mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Backed out changeset 27f3e967a340 (bug 864845)
This commit is contained in:
parent
74ed69c500
commit
e748f212a3
@ -29,7 +29,7 @@ function runtests()
|
||||
{
|
||||
is(messages.size, 3, "received the right number of messages.");
|
||||
is(messages.get("test"), "success", "test in frame failed.");
|
||||
is(messages.get("content"), "success", "parent[\"content\"] should be the subframe named 'content'");
|
||||
isnot(messages.get("content"), "success", "parent[\"content\"] should be the WebIDL property of Window.");
|
||||
isnot(messages.get("dump"), "success", "parent[\"dump\"] should be the WebIDL property of Window.");
|
||||
|
||||
SimpleTest.finish();
|
||||
|
@ -336,7 +336,7 @@ partial interface Window {
|
||||
optional DOMString options = "",
|
||||
any... extraArguments);
|
||||
|
||||
[ChromeOnly, Replaceable, Throws, NeedsCallerType] readonly attribute object? content;
|
||||
[Replaceable, Throws, NeedsCallerType] readonly attribute object? content;
|
||||
|
||||
[ChromeOnly, Throws, NeedsCallerType] readonly attribute object? __content;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user