Loading dom/tests/mochitest/bugs/test_bug440572.html +1 −1 Original line number Diff line number Diff line Loading @@ -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."); isnot(messages.get("content"), "success", "parent[\"content\"] should be the WebIDL property of Window."); is(messages.get("content"), "success", "parent[\"content\"] should be the subframe named 'content'"); isnot(messages.get("dump"), "success", "parent[\"dump\"] should be the WebIDL property of Window."); SimpleTest.finish(); Loading dom/webidl/Window.webidl +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ partial interface Window { optional DOMString options = "", any... extraArguments); [Replaceable, Throws, NeedsCallerType] readonly attribute object? content; [ChromeOnly, Replaceable, Throws, NeedsCallerType] readonly attribute object? content; [ChromeOnly, Throws, NeedsCallerType] readonly attribute object? __content; Loading Loading
dom/tests/mochitest/bugs/test_bug440572.html +1 −1 Original line number Diff line number Diff line Loading @@ -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."); isnot(messages.get("content"), "success", "parent[\"content\"] should be the WebIDL property of Window."); is(messages.get("content"), "success", "parent[\"content\"] should be the subframe named 'content'"); isnot(messages.get("dump"), "success", "parent[\"dump\"] should be the WebIDL property of Window."); SimpleTest.finish(); Loading
dom/webidl/Window.webidl +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ partial interface Window { optional DOMString options = "", any... extraArguments); [Replaceable, Throws, NeedsCallerType] readonly attribute object? content; [ChromeOnly, Replaceable, Throws, NeedsCallerType] readonly attribute object? content; [ChromeOnly, Throws, NeedsCallerType] readonly attribute object? __content; Loading