This commit is contained in:
Jesse Ruderman 2010-12-12 12:54:27 -08:00
Родитель 9692533a61
Коммит 44ed4e7e16
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -0,0 +1,7 @@
<!DOCTYPE html>
<html class="reftest-wait">
<script>
setTimeout(XML, 0);
setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
</script>
</html>

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

@ -27,4 +27,5 @@ load 515726-1.html
load 545291-1.html
load 558979.html
load 582649.html
load 603858-1.html
load 608963.html