Can you test prompt using watch emulator?

I would like to test getting input on watch emulator. In my web-based watch app:

var msg = prompt("Message", "Snow!");

This is what I saw, with no access to keyboard of other method. Is this normal?