зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1330574 - Remove unnecessary change of testcase. r=gfx?
This commit is contained in:
Родитель
8788183d92
Коммит
38e526837c
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче