Backed out changeset 1d4ec2065398 (bug 990202) for b2g-desktop failures on a CLOSED TREE

This commit is contained in:
Ehsan Akhgari 2014-04-02 11:39:38 -04:00
parent 316a7698bc
commit 28b7e47e56
3 changed files with 1 additions and 19 deletions

View File

@ -1,16 +0,0 @@
<!DOCTYPE HTML>
<html>
<body>
<iframe id="iframe" src="historyframes.html"></iframe>
<script type="application/javascript">
var SimpleTest = window.opener.SimpleTest;
var is = window.opener.is;
function done() {
window.opener.done();
}
</script>
</body>
</html>

View File

@ -97,7 +97,6 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop spec
[test_bug797909.html]
[test_framedhistoryframes.html]
skip-if = toolkit == 'android' #bug 784321
support-files = file_framedhistoryframes.html
[test_pushState_after_document_open.html]
[test_windowedhistoryframes.html]
skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage

View File

@ -12,6 +12,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=602256
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=602256">Mozilla Bug 602256</a>
<p id="display"></p>
<div id="content">
<iframe id="iframe" src="historyframes.html"></iframe>
</div>
<pre id="test">
<script type="application/javascript">
@ -19,10 +20,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=602256
/** Test for Bug 602256 **/
SimpleTest.waitForExplicitFinish();
var win = window.open("file_framedhistoryframes.html");
function done() {
win.close();
SimpleTest.finish();
}