mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 815489 - crash test
This commit is contained in:
parent
079279c10f
commit
a04204163f
17
gfx/tests/crashtests/815489.html
Normal file
17
gfx/tests/crashtests/815489.html
Normal file
@ -0,0 +1,17 @@
|
||||
><textarea></textarea><audio id=test1 style="cue-after: none; margin: 8508em -189em 182; ">><style>
|
||||
* { azimuth: behind; -moz-transform: skewy(86deg); }
|
||||
@-moz-keyframes cfpulse0 { 0% { opacity: 0.3175; transform: rotatex(67166.5665591deg); box-shadow: 167px 0px 8px ivory; quotes: "" "‹" "›"; } }
|
||||
* { -moz-animation-name: cfpulse0; -moz-animation-duration: 5s; background-color: -moz-buttonhoverface;</style><script>
|
||||
var docElement = document.body ? document.body : document.documentElement;
|
||||
function initCF() {
|
||||
try { test2 = document.createElementNS("http://www.w3.org/1999/xhtml", "tbody"); } catch(e) {}
|
||||
try { docElement.appendChild(test2); } catch(e) {}
|
||||
setTimeout("CFcrash()", 192);
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded", initCF, false);
|
||||
function CFcrash() {
|
||||
try { test1.style.display = "table-column" } catch(e) {}
|
||||
setTimeout('try { var x = new XSLTProcessor(); x.transformToDocument(test1); } catch(e) {}', 205);
|
||||
setTimeout('try { docElement.appendChild(test1); } catch(e) {}', 391);
|
||||
try { test2.classList.add("not-exist"); } catch(e) {}
|
||||
}</script>>
|
@ -90,4 +90,5 @@ load 633322-1.html
|
||||
load 686190-1.html
|
||||
load 693143-1.html
|
||||
load 768079-1.html
|
||||
asserts-if(winWidget,0-1) load 815489.html
|
||||
load 856784-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user