Backed out changeset 27f3e967a340 (bug 864845)

This commit is contained in:
Sebastian Hengst 2017-09-09 22:35:59 +02:00
Родитель 74ed69c500
Коммит e748f212a3
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;