mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Test for bug 815500
This commit is contained in:
parent
f8c71d8f54
commit
57de20c186
14
content/base/crashtests/815500.html
Normal file
14
content/base/crashtests/815500.html
Normal file
@ -0,0 +1,14 @@
|
||||
>><address id=test1> A,*/^㰞 dq豑><script>
|
||||
function initCF() {
|
||||
try { test2 = document.createElementNS("http://www.w3.org/1999/xhtml", "tt"); } catch(e) {}
|
||||
try { test2.setAttribute("dir", "auto"); } catch(e) {}
|
||||
setTimeout("CFcrash()", 253);
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded", initCF, false);
|
||||
function editFuzz() {
|
||||
}
|
||||
function CFcrash() {
|
||||
try { test2.appendChild(test1); } catch(e) {}
|
||||
setTimeout('try { test2.setAttribute("dir", "&locale.dir;"); } catch(e) {}', 462);
|
||||
try { test1.innerHTML = "Z3 ᜃ 洿G0겨=#⨝ g B md^뛳 j # 鮪 8媾䝀 𰁔ᖾd煏됚M:㕑,i⼷ Geኔ ≴핛 "; } catch(e) {}
|
||||
}</script>>
|
@ -116,4 +116,5 @@ load 752226-2.html
|
||||
HTTP(..) load xhr_abortinprogress.html
|
||||
load 786854.html
|
||||
load xhr_empty_datauri.html
|
||||
load 815500.html
|
||||
load 816253.html
|
||||
|
Loading…
Reference in New Issue
Block a user