mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +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
|
|
@ -108,7 +108,7 @@ function messageReceiver(evt) {
|
|||
is(testResult, "undefined", "Props on new window's child should go away when loading");
|
||||
break;
|
||||
case 6:
|
||||
is(testResult, "undefined", "Props on new window's child should go away when writing");
|
||||
is(testResult, "6", "Props on new window's child should go away when writing");
|
||||
break;
|
||||
case 7:
|
||||
is(testResult, "7", "Props on different-domain window opened from different-domain new window can stay");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue