1 Test that a remote control command is treated as a user gesture.
4 RUN(internals.setMediaElementRestrictions(video, "RequireUserGestureForVideoRateChange"))
8 * video.play() should fail
10 EXPECTED (video.paused == 'true') OK
12 * Send a play command, it should succeed.
13 RUN(internals.postRemoteControlCommand('play'))