mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 1d4ec2065398 (bug 990202) for b2g-desktop failures on a CLOSED TREE
This commit is contained in:
parent
02c29dd580
commit
7ee45c7387
@ -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>
|
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user