mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
29
dom/base/crashtests/1385272-1.html
Normal file
29
dom/base/crashtests/1385272-1.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
try { o1 = document.createElement("tr") } catch(e) { }
|
||||
try { o2 = document.createElement("td") } catch(e) { }
|
||||
try { o3 = document.createElement("tr") } catch(e) { }
|
||||
try { o4 = document.createElement("div") } catch(e) { }
|
||||
try { o5 = document.createElement("input") } catch(e) { }
|
||||
try { o6 = document.createElement('map') } catch(e) { }
|
||||
try { o7 = document.createElement('select') } catch(e) { }
|
||||
try { o8 = document.createElement("canvas") } catch(e) { }
|
||||
try { o9 = document.createElement("area") } catch(e) { };
|
||||
try { o1.appendChild(o2) } catch(e) { }
|
||||
try { document.documentElement.appendChild(o3) } catch(e) { }
|
||||
try { document.documentElement.appendChild(o4) } catch(e) { }
|
||||
try { document.documentElement.appendChild(o6) } catch(e) { }
|
||||
try { o3.appendChild(o7) } catch(e) { }
|
||||
try { o4.appendChild(o8) } catch(e) { }
|
||||
try { o3.appendChild(o5); } catch(e) { }
|
||||
try { o3.appendChild(o1); } catch(e) { }
|
||||
try { o6.contentEditable = "true" } catch(e) { };
|
||||
try { o6.offsetHeight } catch(e) { };
|
||||
try { o4.appendChild(o9) } catch(e) { };
|
||||
try { o2.insertAdjacentHTML("beforeBegin", "<button id='id0'></button>\n"); } catch(e) { }
|
||||
try { document.replaceChild(document.documentElement, document.documentElement); } catch(e) { }
|
||||
try { document.execCommand("selectall",false,null) } catch(e) { }
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue