diff options
Diffstat (limited to '')
-rw-r--r-- | dom/base/crashtests/1419902.html | 24 | ||||
-rw-r--r-- | dom/base/crashtests/1741957.html | 22 | ||||
-rw-r--r-- | dom/base/crashtests/crashtests.list | 3 |
3 files changed, 25 insertions, 24 deletions
diff --git a/dom/base/crashtests/1419902.html b/dom/base/crashtests/1419902.html index b0742b5be0..a0aa1b0698 100644 --- a/dom/base/crashtests/1419902.html +++ b/dom/base/crashtests/1419902.html @@ -1,23 +1 @@ -<html> - <head> - <script> - var winsToClose = [] - onbeforeunload = function() { - for (let win of winsToClose) { - if (win) { - win.close(); - } - } - }; - for (let i = 0; i < 38; i++) { - customElements.define("custom-element_0", class extends HTMLElement { - constructor() { - try { o1 = document.createElement("custom-element_0") } catch (e) {} - try { winsToClose.push(window.open("javascript:'<html><body>dummy</body></html>';")); } catch (e) {} - } - }) - try { o3 = document.createElement("custom-element_0") } catch (e) {} - } - </script> - </head> -</html> +<!-- file is now located at testing/crashtest/final/dom/base/crashtests/1419902.html --> diff --git a/dom/base/crashtests/1741957.html b/dom/base/crashtests/1741957.html new file mode 100644 index 0000000000..56b695052e --- /dev/null +++ b/dom/base/crashtests/1741957.html @@ -0,0 +1,22 @@ +<html><head><style> +:root { + column-width: 0px; +} +* { + height: 0; +} +</style> +<script> +function go() { + document.execCommand("selectAll", false) + a.appendChild(b) +} +</script> +<link href="moz-extension://1abf2dce-edd2-4c86-b0c5-2eeeaa9386d5/css/content.css" rel="stylesheet" type="text/css"></head><body onload="go()"> + +<button> +<font dir="rtl">x</font> +<animatetransform id="a"> +<textarea id="b">x</textarea></animatetransform></button> +<!-- x --> +</body><div></div></html> diff --git a/dom/base/crashtests/crashtests.list b/dom/base/crashtests/crashtests.list index 22aaf50e6b..7aa5e6a92a 100644 --- a/dom/base/crashtests/crashtests.list +++ b/dom/base/crashtests/crashtests.list @@ -220,7 +220,7 @@ load 1406109-1.html load 1411473.html load 1413815.html load 1419799.html -skip-if(geckoview) skip-if(geckoview&&isDebugBuild) skip-if(AddressSanitizer) skip-if(ThreadSanitizer) pref(dom.disable_open_during_load,false) load 1419902.html # skip Bug 1419902. Bug 1563013 for GV+WR. Bug 1524493 GV+debug. Bug 1573281 asan +# load 1419902.html # this test is run at the very end in testing/crashtest/final/crashtests.list load 1422883.html load 1428053.html load 1441029.html @@ -265,6 +265,7 @@ load 1757923.html load 1766472.html pref(dom.enable_web_task_scheduling,true) load 1780790.html load 1700237.html +load 1741957.html load 1811939.html load 1822717.html load 1835886.html |