dragDistanceThreshold and dragTimeThreshold broken?

I cannot get the dragDistanceThreshold and dragTimeThreshold variables to work as intended. Here’s how they’re described in the docs:

dragDistanceThreshold :number
The distance, in pixels, a pointer has to move while being held down, before it thinks it is being dragged.
dragTimeThreshold :number
The amount of time, in ms, a pointer has to be held down before it thinks it is dragging.

This behavior is seemingly absent in both of their examples:
https://labs.phaser.io/edit.html?src=src/input/dragging/drag%20distance%20threshold.js
https://labs.phaser.io/view.html?src=src/input/dragging/drag%20time%20threshold.js

Am I missing something?

Thanks.

I guess they are. Last working one is https://labs.phaser.io/view.html?src=src/input/dragging/drag%20distance%20threshold.js&v=3.17.0