Tests virtual time with history navigation.
document.location.href = 'http://bar.com/'
document.getElementById('frame_b').src = '/e/'
history.back()
history.forward()
history.go(-1)