зеркало из https://github.com/mozilla/gecko-dev.git
Debugging patch for bug 1074744: Log the snapshots properly
This commit is contained in:
Родитель
1442244eca
Коммит
4c8bbaf76a
|
@ -66,8 +66,8 @@ function runTest(index) {
|
||||||
canvases[1].cleanup();
|
canvases[1].cleanup();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ok(true, "Snapshot of canvas 1: " + canvases[0].snapshot.toDataURL());
|
info("Snapshot of canvas 1: " + canvases[0].snapshot.toDataURL());
|
||||||
ok(true, "Snapshot of canvas 2: " + canvases[1].snapshot.toDataURL());
|
info("Snapshot of canvas 2: " + canvases[1].snapshot.toDataURL());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index < tests.length - 1)
|
if (index < tests.length - 1)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче