Bug 891347 - Make bug 385526 crashtest appropriate for use in the reftest/crashtest harness. r=mats

This commit is contained in:
L. David Baron 2015-01-31 11:00:44 -08:00
Родитель ac9e92bc87
Коммит c64f6910f8
2 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<html><head>
<html class="reftest-wait"><head>
<style>
*::first-line { font-size:310%; }
</style>
@ -104,10 +104,13 @@ mmmmmmmmmmmmmmmmmmmmmmmmm mmmmmmmmmmm mmmmmmmmmmmmmmmmm mmmmmmmmmmmmmmmmm mmmmmm
mmmmmmmmmmmmmmmmmmmmmmmmmm
</span>
<script>
function finish() {
document.documentElement.removeAttribute('class');
}
function doe(){
document.body.removeAttribute('style');
document.body.removeAttribute('style');
setTimeout(finish, 100);
}
setTimeout(doe,300,0);
setTimeout(function() {window.location.reload()}, 600);
</script>
</body></html>
</body></html>

Просмотреть файл

@ -125,7 +125,7 @@ load 385344-2.html
load 385414-1.html
load 385414-2.html
load 385426-1.html
skip-if(B2G) skip-if(Android&&AndroidVersion==10) load 385526.html # Bug 891347
load 385526.html
load 385681.html
load 385885-1.xul
load 386799-1.html