diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-22 23:48:40 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-22 23:48:40 +0100 |
commit | 678084bdf410d0f4cca42d587ce58ba09d30c673 (patch) | |
tree | 6837e8112b25b27c6f627629e11032bfcf73deef /js | |
parent | 216e55bf08872c7e57bb6343adffb9edf995487c (diff) | |
download | uxp-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 'js')
-rw-r--r-- | js/xpconnect/crashtests/crashtests.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/xpconnect/crashtests/crashtests.list b/js/xpconnect/crashtests/crashtests.list index 7325e26016..51f4b8643e 100644 --- a/js/xpconnect/crashtests/crashtests.list +++ b/js/xpconnect/crashtests/crashtests.list @@ -43,7 +43,7 @@ load 732870.html load 751995.html load 761831.html asserts(0-1) load 752038.html # We may hit bug 645229 here. -asserts(1) load 753162.html # We hit bug 675518 or bug 680086 here. +load 753162.html load 754311.html asserts(0-1) load 786142.html # We may hit bug 645229 here. load 797583.html |