Bug 1330574 - Remove unnecessary change of testcase. r=gfx?

This commit is contained in:
Ethan Lin 2017-01-13 18:09:01 +08:00
Родитель 8788183d92
Коммит 38e526837c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -27,7 +27,7 @@ function step() {
e.style.backgroundColor = "rgb(" + v + "," + v + "," + v + ")";
f.style.opacity = v/250.0;
if (v < 200) {
setTimeout(step, 1050);
setTimeout(step, 50);
} else {
document.documentElement.removeAttribute("class");
}