From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- dom/media/tests/crashtests/1281695.html | 24 +++++++++ dom/media/tests/crashtests/1306476.html | 47 +++++++++++++++++ dom/media/tests/crashtests/1348381.html | 22 ++++++++ dom/media/tests/crashtests/1367930_1.html | 39 ++++++++++++++ dom/media/tests/crashtests/1367930_2.html | 25 +++++++++ dom/media/tests/crashtests/1429507_1.html | 13 +++++ dom/media/tests/crashtests/1429507_2.html | 15 ++++++ dom/media/tests/crashtests/1443212.html | 13 +++++ dom/media/tests/crashtests/1453030.html | 19 +++++++ dom/media/tests/crashtests/1468451.html | 10 ++++ dom/media/tests/crashtests/1490700.html | 28 ++++++++++ dom/media/tests/crashtests/1505957.html | 23 ++++++++ dom/media/tests/crashtests/1509442-1.html | 14 +++++ dom/media/tests/crashtests/1509442.html | 7 +++ dom/media/tests/crashtests/1510848.html | 4 ++ dom/media/tests/crashtests/1511130.html | 12 +++++ dom/media/tests/crashtests/1516292.html | 16 ++++++ dom/media/tests/crashtests/1573536.html | 18 +++++++ dom/media/tests/crashtests/1576938.html | 16 ++++++ dom/media/tests/crashtests/1594136.html | 15 ++++++ dom/media/tests/crashtests/1749308.html | 18 +++++++ dom/media/tests/crashtests/1764915.html | 14 +++++ dom/media/tests/crashtests/1764933.html | 15 ++++++ dom/media/tests/crashtests/1764940.html | 14 +++++ dom/media/tests/crashtests/1766668.html | 11 ++++ dom/media/tests/crashtests/1783765.html | 22 ++++++++ dom/media/tests/crashtests/780790.html | 16 ++++++ dom/media/tests/crashtests/791270.html | 17 ++++++ dom/media/tests/crashtests/791278.html | 20 +++++++ dom/media/tests/crashtests/791330.html | 35 +++++++++++++ dom/media/tests/crashtests/799419.html | 32 +++++++++++ dom/media/tests/crashtests/801227.html | 35 +++++++++++++ dom/media/tests/crashtests/802982.html | 27 ++++++++++ dom/media/tests/crashtests/812785.html | 70 +++++++++++++++++++++++++ dom/media/tests/crashtests/822197.html | 28 ++++++++++ dom/media/tests/crashtests/834100.html | 25 +++++++++ dom/media/tests/crashtests/836349.html | 20 +++++++ dom/media/tests/crashtests/837324.html | 25 +++++++++ dom/media/tests/crashtests/855796.html | 66 +++++++++++++++++++++++ dom/media/tests/crashtests/860143.html | 25 +++++++++ dom/media/tests/crashtests/861958.html | 24 +++++++++ dom/media/tests/crashtests/863929.html | 66 +++++++++++++++++++++++ dom/media/tests/crashtests/crashtests.list | 42 +++++++++++++++ dom/media/tests/crashtests/datachannel-oom.html | 22 ++++++++ 44 files changed, 1069 insertions(+) create mode 100644 dom/media/tests/crashtests/1281695.html create mode 100644 dom/media/tests/crashtests/1306476.html create mode 100644 dom/media/tests/crashtests/1348381.html create mode 100644 dom/media/tests/crashtests/1367930_1.html create mode 100644 dom/media/tests/crashtests/1367930_2.html create mode 100644 dom/media/tests/crashtests/1429507_1.html create mode 100644 dom/media/tests/crashtests/1429507_2.html create mode 100644 dom/media/tests/crashtests/1443212.html create mode 100644 dom/media/tests/crashtests/1453030.html create mode 100644 dom/media/tests/crashtests/1468451.html create mode 100644 dom/media/tests/crashtests/1490700.html create mode 100644 dom/media/tests/crashtests/1505957.html create mode 100644 dom/media/tests/crashtests/1509442-1.html create mode 100644 dom/media/tests/crashtests/1509442.html create mode 100644 dom/media/tests/crashtests/1510848.html create mode 100644 dom/media/tests/crashtests/1511130.html create mode 100644 dom/media/tests/crashtests/1516292.html create mode 100644 dom/media/tests/crashtests/1573536.html create mode 100644 dom/media/tests/crashtests/1576938.html create mode 100644 dom/media/tests/crashtests/1594136.html create mode 100644 dom/media/tests/crashtests/1749308.html create mode 100644 dom/media/tests/crashtests/1764915.html create mode 100644 dom/media/tests/crashtests/1764933.html create mode 100644 dom/media/tests/crashtests/1764940.html create mode 100644 dom/media/tests/crashtests/1766668.html create mode 100644 dom/media/tests/crashtests/1783765.html create mode 100644 dom/media/tests/crashtests/780790.html create mode 100644 dom/media/tests/crashtests/791270.html create mode 100644 dom/media/tests/crashtests/791278.html create mode 100644 dom/media/tests/crashtests/791330.html create mode 100644 dom/media/tests/crashtests/799419.html create mode 100644 dom/media/tests/crashtests/801227.html create mode 100644 dom/media/tests/crashtests/802982.html create mode 100644 dom/media/tests/crashtests/812785.html create mode 100644 dom/media/tests/crashtests/822197.html create mode 100644 dom/media/tests/crashtests/834100.html create mode 100644 dom/media/tests/crashtests/836349.html create mode 100644 dom/media/tests/crashtests/837324.html create mode 100644 dom/media/tests/crashtests/855796.html create mode 100644 dom/media/tests/crashtests/860143.html create mode 100644 dom/media/tests/crashtests/861958.html create mode 100644 dom/media/tests/crashtests/863929.html create mode 100644 dom/media/tests/crashtests/crashtests.list create mode 100644 dom/media/tests/crashtests/datachannel-oom.html (limited to 'dom/media/tests/crashtests') diff --git a/dom/media/tests/crashtests/1281695.html b/dom/media/tests/crashtests/1281695.html new file mode 100644 index 0000000000..9865c3a509 --- /dev/null +++ b/dom/media/tests/crashtests/1281695.html @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/dom/media/tests/crashtests/1306476.html b/dom/media/tests/crashtests/1306476.html new file mode 100644 index 0000000000..d15cbe57df --- /dev/null +++ b/dom/media/tests/crashtests/1306476.html @@ -0,0 +1,47 @@ + + + + + Bug 1348381: Integer overflow playing vorbis file + + + +
+
+ + + + diff --git a/dom/media/tests/crashtests/1348381.html b/dom/media/tests/crashtests/1348381.html new file mode 100644 index 0000000000..b872e58794 --- /dev/null +++ b/dom/media/tests/crashtests/1348381.html @@ -0,0 +1,22 @@ + + + + Bug 1348381: Crash when recording extremely large canvas' captureStream + + + + + + + diff --git a/dom/media/tests/crashtests/1367930_1.html b/dom/media/tests/crashtests/1367930_1.html new file mode 100644 index 0000000000..a4039a61a7 --- /dev/null +++ b/dom/media/tests/crashtests/1367930_1.html @@ -0,0 +1,39 @@ + + + + + diff --git a/dom/media/tests/crashtests/1367930_2.html b/dom/media/tests/crashtests/1367930_2.html new file mode 100644 index 0000000000..e2ee6720c6 --- /dev/null +++ b/dom/media/tests/crashtests/1367930_2.html @@ -0,0 +1,25 @@ + + + + + diff --git a/dom/media/tests/crashtests/1429507_1.html b/dom/media/tests/crashtests/1429507_1.html new file mode 100644 index 0000000000..894abf911a --- /dev/null +++ b/dom/media/tests/crashtests/1429507_1.html @@ -0,0 +1,13 @@ + + + + + diff --git a/dom/media/tests/crashtests/1429507_2.html b/dom/media/tests/crashtests/1429507_2.html new file mode 100644 index 0000000000..d5f15b648e --- /dev/null +++ b/dom/media/tests/crashtests/1429507_2.html @@ -0,0 +1,15 @@ + + + + + diff --git a/dom/media/tests/crashtests/1443212.html b/dom/media/tests/crashtests/1443212.html new file mode 100644 index 0000000000..3f0eedac90 --- /dev/null +++ b/dom/media/tests/crashtests/1443212.html @@ -0,0 +1,13 @@ + diff --git a/dom/media/tests/crashtests/1453030.html b/dom/media/tests/crashtests/1453030.html new file mode 100644 index 0000000000..9452ec1205 --- /dev/null +++ b/dom/media/tests/crashtests/1453030.html @@ -0,0 +1,19 @@ + + + + + diff --git a/dom/media/tests/crashtests/1468451.html b/dom/media/tests/crashtests/1468451.html new file mode 100644 index 0000000000..40f2efac0d --- /dev/null +++ b/dom/media/tests/crashtests/1468451.html @@ -0,0 +1,10 @@ + diff --git a/dom/media/tests/crashtests/1490700.html b/dom/media/tests/crashtests/1490700.html new file mode 100644 index 0000000000..ea881c3096 --- /dev/null +++ b/dom/media/tests/crashtests/1490700.html @@ -0,0 +1,28 @@ + + + + Bug 1490700 - Divide-by-zero for screen-capture with max-dimension 0 + + + + + diff --git a/dom/media/tests/crashtests/1505957.html b/dom/media/tests/crashtests/1505957.html new file mode 100644 index 0000000000..7b0780a9cf --- /dev/null +++ b/dom/media/tests/crashtests/1505957.html @@ -0,0 +1,23 @@ + + + + + + diff --git a/dom/media/tests/crashtests/1509442-1.html b/dom/media/tests/crashtests/1509442-1.html new file mode 100644 index 0000000000..eef877ecf8 --- /dev/null +++ b/dom/media/tests/crashtests/1509442-1.html @@ -0,0 +1,14 @@ + + + + diff --git a/dom/media/tests/crashtests/1509442.html b/dom/media/tests/crashtests/1509442.html new file mode 100644 index 0000000000..ddce401933 --- /dev/null +++ b/dom/media/tests/crashtests/1509442.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/dom/media/tests/crashtests/1510848.html b/dom/media/tests/crashtests/1510848.html new file mode 100644 index 0000000000..05e2c2d852 --- /dev/null +++ b/dom/media/tests/crashtests/1510848.html @@ -0,0 +1,4 @@ + +
+ diff --git a/dom/media/tests/crashtests/1511130.html b/dom/media/tests/crashtests/1511130.html new file mode 100644 index 0000000000..6bdebe8de1 --- /dev/null +++ b/dom/media/tests/crashtests/1511130.html @@ -0,0 +1,12 @@ + + +
+ diff --git a/dom/media/tests/crashtests/1516292.html b/dom/media/tests/crashtests/1516292.html new file mode 100644 index 0000000000..93c844c939 --- /dev/null +++ b/dom/media/tests/crashtests/1516292.html @@ -0,0 +1,16 @@ + + + + +
  • +
  • +
  • +
    + + + diff --git a/dom/media/tests/crashtests/1573536.html b/dom/media/tests/crashtests/1573536.html new file mode 100644 index 0000000000..1283183254 --- /dev/null +++ b/dom/media/tests/crashtests/1573536.html @@ -0,0 +1,18 @@ + + + + + diff --git a/dom/media/tests/crashtests/1576938.html b/dom/media/tests/crashtests/1576938.html new file mode 100644 index 0000000000..71a785e299 --- /dev/null +++ b/dom/media/tests/crashtests/1576938.html @@ -0,0 +1,16 @@ + + + + + diff --git a/dom/media/tests/crashtests/1594136.html b/dom/media/tests/crashtests/1594136.html new file mode 100644 index 0000000000..7f3189257e --- /dev/null +++ b/dom/media/tests/crashtests/1594136.html @@ -0,0 +1,15 @@ + + + + + diff --git a/dom/media/tests/crashtests/1749308.html b/dom/media/tests/crashtests/1749308.html new file mode 100644 index 0000000000..1c17c6e35c --- /dev/null +++ b/dom/media/tests/crashtests/1749308.html @@ -0,0 +1,18 @@ + + + + + + diff --git a/dom/media/tests/crashtests/1764915.html b/dom/media/tests/crashtests/1764915.html new file mode 100644 index 0000000000..82534caac7 --- /dev/null +++ b/dom/media/tests/crashtests/1764915.html @@ -0,0 +1,14 @@ + + + + + + diff --git a/dom/media/tests/crashtests/1764933.html b/dom/media/tests/crashtests/1764933.html new file mode 100644 index 0000000000..55f6fa2db9 --- /dev/null +++ b/dom/media/tests/crashtests/1764933.html @@ -0,0 +1,15 @@ + + + + + diff --git a/dom/media/tests/crashtests/1764940.html b/dom/media/tests/crashtests/1764940.html new file mode 100644 index 0000000000..67bce74b18 --- /dev/null +++ b/dom/media/tests/crashtests/1764940.html @@ -0,0 +1,14 @@ + + + + + diff --git a/dom/media/tests/crashtests/1766668.html b/dom/media/tests/crashtests/1766668.html new file mode 100644 index 0000000000..0ea142e563 --- /dev/null +++ b/dom/media/tests/crashtests/1766668.html @@ -0,0 +1,11 @@ + + diff --git a/dom/media/tests/crashtests/1783765.html b/dom/media/tests/crashtests/1783765.html new file mode 100644 index 0000000000..333ad8d444 --- /dev/null +++ b/dom/media/tests/crashtests/1783765.html @@ -0,0 +1,22 @@ + + diff --git a/dom/media/tests/crashtests/780790.html b/dom/media/tests/crashtests/780790.html new file mode 100644 index 0000000000..27eb2a961f --- /dev/null +++ b/dom/media/tests/crashtests/780790.html @@ -0,0 +1,16 @@ + + + + + + Simple gUM test - null success callback + + + + + + diff --git a/dom/media/tests/crashtests/791270.html b/dom/media/tests/crashtests/791270.html new file mode 100644 index 0000000000..627552fb84 --- /dev/null +++ b/dom/media/tests/crashtests/791270.html @@ -0,0 +1,17 @@ + + + + + + Simple PeerConnection Video Test + + + + + + diff --git a/dom/media/tests/crashtests/791278.html b/dom/media/tests/crashtests/791278.html new file mode 100644 index 0000000000..fd538f6788 --- /dev/null +++ b/dom/media/tests/crashtests/791278.html @@ -0,0 +1,20 @@ + + + + + + Simple PeerConnection Video Test - Invalid callback + + + + + + diff --git a/dom/media/tests/crashtests/791330.html b/dom/media/tests/crashtests/791330.html new file mode 100644 index 0000000000..fea2059a29 --- /dev/null +++ b/dom/media/tests/crashtests/791330.html @@ -0,0 +1,35 @@ + + + + + + PeerConnection test - operate on closed connection + + + + + + diff --git a/dom/media/tests/crashtests/799419.html b/dom/media/tests/crashtests/799419.html new file mode 100644 index 0000000000..7f815e73c8 --- /dev/null +++ b/dom/media/tests/crashtests/799419.html @@ -0,0 +1,32 @@ + + + + + + 2 Peer Connections Create and Close + Fake Video + + + + + + + diff --git a/dom/media/tests/crashtests/801227.html b/dom/media/tests/crashtests/801227.html new file mode 100644 index 0000000000..2dded54510 --- /dev/null +++ b/dom/media/tests/crashtests/801227.html @@ -0,0 +1,35 @@ + + + + + + Abort due to page reload + + + + + + + diff --git a/dom/media/tests/crashtests/802982.html b/dom/media/tests/crashtests/802982.html new file mode 100644 index 0000000000..f034aff557 --- /dev/null +++ b/dom/media/tests/crashtests/802982.html @@ -0,0 +1,27 @@ + + + + + + Excessive getUserMedia calls + + + + + diff --git a/dom/media/tests/crashtests/812785.html b/dom/media/tests/crashtests/812785.html new file mode 100644 index 0000000000..f26168e49b --- /dev/null +++ b/dom/media/tests/crashtests/812785.html @@ -0,0 +1,70 @@ + + + + + + Bug 812785 - WebRTC use-after-free crash + + + + + + + + + diff --git a/dom/media/tests/crashtests/822197.html b/dom/media/tests/crashtests/822197.html new file mode 100644 index 0000000000..97abc44229 --- /dev/null +++ b/dom/media/tests/crashtests/822197.html @@ -0,0 +1,28 @@ + + + + + + Bug 822197 - Many PeerConnections with CreateOffer + + + + + diff --git a/dom/media/tests/crashtests/834100.html b/dom/media/tests/crashtests/834100.html new file mode 100644 index 0000000000..0042581564 --- /dev/null +++ b/dom/media/tests/crashtests/834100.html @@ -0,0 +1,25 @@ + + + + + + + diff --git a/dom/media/tests/crashtests/836349.html b/dom/media/tests/crashtests/836349.html new file mode 100644 index 0000000000..651fde46ae --- /dev/null +++ b/dom/media/tests/crashtests/836349.html @@ -0,0 +1,20 @@ + + + + + + Bug 836349 + + + + + diff --git a/dom/media/tests/crashtests/837324.html b/dom/media/tests/crashtests/837324.html new file mode 100644 index 0000000000..63162a336b --- /dev/null +++ b/dom/media/tests/crashtests/837324.html @@ -0,0 +1,25 @@ + + + + + + Bug 837324 + + + + + diff --git a/dom/media/tests/crashtests/855796.html b/dom/media/tests/crashtests/855796.html new file mode 100644 index 0000000000..da46276c53 --- /dev/null +++ b/dom/media/tests/crashtests/855796.html @@ -0,0 +1,66 @@ + + + + + + Bug 855796 + + + + + diff --git a/dom/media/tests/crashtests/860143.html b/dom/media/tests/crashtests/860143.html new file mode 100644 index 0000000000..2d17a8dace --- /dev/null +++ b/dom/media/tests/crashtests/860143.html @@ -0,0 +1,25 @@ + + + + + + bug 860143 + + + + + + diff --git a/dom/media/tests/crashtests/861958.html b/dom/media/tests/crashtests/861958.html new file mode 100644 index 0000000000..d6ea7e2e84 --- /dev/null +++ b/dom/media/tests/crashtests/861958.html @@ -0,0 +1,24 @@ + + + + + + bug 861958 + + + + + + diff --git a/dom/media/tests/crashtests/863929.html b/dom/media/tests/crashtests/863929.html new file mode 100644 index 0000000000..dc534e264f --- /dev/null +++ b/dom/media/tests/crashtests/863929.html @@ -0,0 +1,66 @@ + + + + + + Bug 863929 + + + + + diff --git a/dom/media/tests/crashtests/crashtests.list b/dom/media/tests/crashtests/crashtests.list new file mode 100644 index 0000000000..c18d288aa1 --- /dev/null +++ b/dom/media/tests/crashtests/crashtests.list @@ -0,0 +1,42 @@ +defaults pref(media.peerconnection.enabled,true) pref(media.navigator.permission.disabled,true) pref(dom.disable_open_during_load,false) pref(media.devices.insecure.enabled,true) pref(media.getusermedia.insecure.enabled,true) + +load 780790.html +load 791270.html +load 791278.html +load 791330.html +load 799419.html +load 802982.html +skip-if(isDebugBuild) load 812785.html +load 834100.html +load 836349.html +load 837324.html +load 855796.html +load 860143.html +load 861958.html +load 863929.html +load 1281695.html +load 1306476.html +load 1348381.html +load 1367930_1.html +load 1367930_2.html +skip-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) asserts-if(Android,0-1) pref(browser.link.open_newwindow,2) load 1429507_1.html # window.open() in tab doesn't work for crashtest in e10s, this opens a new window instead +skip-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) asserts-if(Android,0-1) pref(browser.link.open_newwindow,2) load 1429507_2.html # window.open() in tab doesn't work for crashtest in e10s, this opens a new window instead +load 1443212.html +skip-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) asserts-if(Android,0-2) load 1453030.html +load 1468451.html +skip-if(Android|/^Windows\x20NT\x206\.1/.test(http.oscpu)) load 1490700.html # No screenshare on Android +skip-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) load 1505957.html +load 1509442.html +load 1511130.html +load 1510848.html +load 1516292.html +load 1576938.html +skip-if(Android) pref(media.getusermedia.audiocapture.enabled,true) load 1573536.html +skip-if(!Android) pref(media.getusermedia.audiocapture.enabled,true) pref(media.navigator.permission.device,false) load 1573536.html # media.navigator.permission.device is mobile-only, so other platforms fail to set it (Bug 1350948) +load 1594136.html +load 1749308.html +load 1764915.html +load 1764933.html +load 1764940.html +load 1766668.html +load 1783765.html diff --git a/dom/media/tests/crashtests/datachannel-oom.html b/dom/media/tests/crashtests/datachannel-oom.html new file mode 100644 index 0000000000..e55ec651be --- /dev/null +++ b/dom/media/tests/crashtests/datachannel-oom.html @@ -0,0 +1,22 @@ + + + + + + + + + + + -- cgit v1.2.3