author | Nathan Froyd <froydnj@mozilla.com> |
Mon, 28 Apr 2014 10:24:19 -0400 | |
changeset 182053 | a0a1a11ea2533859729a2eacd1bf9550429a6d93 |
parent 182052 | 72b41e294442f7da49b100d5a1d9449ddb5076ed |
child 182054 | a1c71b3ee0f2b3548b9c160762244d5e3bec8136 |
push id | 26743 |
push user | kwierso@gmail.com |
push date | Thu, 08 May 2014 00:06:38 +0000 |
treeherder | mozilla-central@4c4dcf7533cb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | smaug |
bugs | 997341, 497875 |
milestone | 32.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/xul/document/test/bug497875-iframe.xul +++ b/content/xul/document/test/bug497875-iframe.xul @@ -1,6 +1,6 @@ <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?> <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"> <box onerror="document.loadOverlay('file:///does-not-exist', null);" > -<html:script src="ftp://mozilla.org"/> +<html:script src="ftp://some.website.that.will.cause.an.error"/> </box> </window>