зеркало из https://github.com/mozilla/gecko-dev.git
Bug 833604 - crash test
This commit is contained in:
Родитель
c08ff791da
Коммит
7bee08217c
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<script>
|
||||
function start() {
|
||||
try{o0=document.body;}catch(e){}
|
||||
try{o11=document.createElement('input');;}catch(e){}
|
||||
try{o0.appendChild(o11);}catch(e){}
|
||||
try{document.documentElement.offsetHeight;}catch(e){}
|
||||
try{o0.style.cssText = '-moz-transform: matrix(1, -0.2, 0, 1, 0, 0);'}catch(e){}
|
||||
try{o11.style.position='fixed';}catch(e){}
|
||||
window.setTimeout('window.start_waitfor0()',10);
|
||||
}
|
||||
function start_waitfor0() {
|
||||
try{o0.style.display='table-column';}catch(e){}
|
||||
try{o11.offsetHeight;}catch(e){}
|
||||
}
|
||||
</script>
|
||||
<body onload="start()"></body>
|
||||
</html>
|
|
@ -396,6 +396,7 @@ test-pref(font.size.inflation.emPerLine,15) test-pref(font.size.inflation.lineTh
|
|||
load 770381-1.html
|
||||
load 795646.html
|
||||
load 813372-1.html
|
||||
load 833604-1.html
|
||||
load 835056.html
|
||||
load 836990-1.html
|
||||
load 852293.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче