Bug 985488 - Allow canvas debugger to time out and stop recording frames. Canvas debugger 'wait' style now matches other media styles. Update labels in canvas debugger to explicitly state that it's waiting for rAF cycles, rather than appearing as if something went wrong. r=vporof

This commit is contained in:
Jordan Santell
2015-02-23 18:46:00 +01:00
parent 82588c8d7f
commit d3d7e077d5
19 changed files with 1184 additions and 916 deletions

View File

@@ -25,8 +25,8 @@ function ifTestingSupported() {
"The reload notice should initially be visible.");
is($("#empty-notice").getAttribute("hidden"), "true",
"The empty notice should initially be hidden.");
is($("#import-notice").getAttribute("hidden"), "true",
"The import notice should initially be hidden.");
is($("#waiting-notice").getAttribute("hidden"), "true",
"The waiting notice should initially be hidden.");
is($("#screenshot-container").getAttribute("hidden"), "true",
"The screenshot container should initially be hidden.");