merge after backing out 5859409285d5

This commit is contained in:
Daniel Holbert 2009-01-21 22:20:08 -08:00
Родитель 2e802ae7e0 b71676941a
Коммит bcaa200b0d
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -13,11 +13,7 @@
f.document.designMode='on';
f.location = 'data:text/html;charset=utf-8,<body>FAIL<script>document.body.innerHTML="PASS"<\/script>';
n.addEventListener("load",
function() {
setTimeout(
"document.documentElement.className = ''", 0
);
},
function() { document.documentElement.className = ''; },
false);
}, 0);
};