diff --git a/fixtures/schedule/index.html b/fixtures/schedule/index.html new file mode 100644 index 0000000000000..c8cb8083ec8b8 --- /dev/null +++ b/fixtures/schedule/index.html @@ -0,0 +1,245 @@ + + +
+ ++ This fixture is for manual testing purposes, and the patterns used in + implementing it should not be used as a model. This is mainly for anyone + working on making changes to the `schedule` module. +
+Calls the callback with the frame when not blocked:
+Accepts multiple callbacks and calls within frame when not blocked
+ +Schedules callbacks in correct order when they use scheduleWork to schedule themselves
+ +Calls timed out callbacks and then any more pending callbacks, defers others if time runs out
+ +