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:
@@ -39,8 +39,8 @@ function ifTestingSupported() {
|
||||
"The reload notice should now be hidden.");
|
||||
is($("#empty-notice").hasAttribute("hidden"), false,
|
||||
"The empty notice should now be visible.");
|
||||
is($("#import-notice").getAttribute("hidden"), "true",
|
||||
"The import notice should now be hidden.");
|
||||
is($("#waiting-notice").getAttribute("hidden"), "true",
|
||||
"The waiting notice should now be hidden.");
|
||||
|
||||
is($("#snapshot-filmstrip").getAttribute("hidden"), "true",
|
||||
"The snapshot filmstrip should still be hidden.");
|
||||
|
||||
Reference in New Issue
Block a user