blob: 90b26a77bd556695f1b01ff1729d65a5df28c71c [file] [log] [blame]
Tests for Event AnimationFrame breakpoints.
== Running test suite: DOMDebugger.Event.AnimationFrame
-- Running test case: DOMDebugger.Event.AnimationFrame.AddBreakpoint
Adding "animation-frame" Event Breakpoint...
Firing "requestAnimationFrame" on window...
PASS: Should pause before event handler is run.
CALL STACK:
0: [F] handleWindow_requestAnimationFrame
ASYNC CALL STACK:
1: --- requestAnimationFrame ---
2: [F] trigger_requestAnimationFrame
3: [P] Global Code
-- Running test teardown.
-- Running test case: DOMDebugger.Event.AnimationFrame.AddDisabledBreakpoint
Adding "animation-frame" Event Breakpoint...
Disabling "animation-frame" Event Breakpoint...
Firing "requestAnimationFrame" on window...
PASS: Should not pause for disabled breakpoint.
-- Running test teardown.
-- Running test case: DOMDebugger.Event.AnimationFrame.RemoveBreakpoint
Adding "animation-frame" Event Breakpoint...
Removing "animation-frame" Event Breakpoint...
Firing "requestAnimationFrame" on window...
PASS: Should not pause for removed breakpoint.
-- Running test teardown.
-- Running test case: DOMDebugger.Event.AnimationFrame.RemoveDisabledBreakpoint
Adding "animation-frame" Event Breakpoint...
Disabling "animation-frame" Event Breakpoint...
Removing "animation-frame" Event Breakpoint...
Firing "requestAnimationFrame" on window...
PASS: Should not pause for removed disabled breakpoint.
-- Running test teardown.