mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #1118 - Part 6: Fix various tests that are no longer correct.
The behavior change of document.open() requires these tests to be changed to account for the new spec behavior.
This commit is contained in:
parent
fc5d61608c
commit
b753aec164
17 changed files with 71 additions and 205 deletions
|
|
@ -33,7 +33,6 @@ var testFiles =
|
|||
"file_scrollRestoration.html",
|
||||
"file_bug1300461.html",
|
||||
"file_bug1379762-1.html",
|
||||
"file_bug1379762-2.html",
|
||||
];
|
||||
var testCount = 0; // Used by the test files.
|
||||
|
||||
|
|
@ -51,15 +50,6 @@ function nextTest_() {
|
|||
}
|
||||
}
|
||||
|
||||
// Needed by file_document_write_1.html
|
||||
window.file_document_write_1_loadCount = 0;
|
||||
function isTestDynamic() {
|
||||
var dyn = testWindow.document.getElementById("dynamic");
|
||||
is(dyn, null, "Should have gone back to the static page!");
|
||||
nextTest();
|
||||
testWindow.close();
|
||||
}
|
||||
|
||||
function nextTest() {
|
||||
setTimeout(nextTest_, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue