summaryrefslogtreecommitdiff
path: root/dom/tests
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-12-22 23:48:40 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-12-22 23:48:40 +0100
commit678084bdf410d0f4cca42d587ce58ba09d30c673 (patch)
tree6837e8112b25b27c6f627629e11032bfcf73deef /dom/tests
parent216e55bf08872c7e57bb6343adffb9edf995487c (diff)
downloaduxp-678084bdf410d0f4cca42d587ce58ba09d30c673.tar.gz
Issue mcp-graveyard/UXP#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.
Diffstat (limited to 'dom/tests')
-rw-r--r--dom/tests/mochitest/bugs/test_bug346659.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/tests/mochitest/bugs/test_bug346659.html b/dom/tests/mochitest/bugs/test_bug346659.html
index 78c1fc659f..8596de7b19 100644
--- a/dom/tests/mochitest/bugs/test_bug346659.html
+++ b/dom/tests/mochitest/bugs/test_bug346659.html
@@ -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");