4 <video loop controls
></video>
6 <p>Test that seeking video with no 'src' attribute sets default playback start position to that time.
</p>
8 <script src=video-test.js
></script>
10 testExpected("video.networkState", HTMLMediaElement
.NETWORK_EMPTY
);
11 testExpected("video.readyState", HTMLMediaElement
.HAVE_NOTHING
);
12 video
.currentTime
= 1.1;
13 testExpected("video.currentTime", 1.1);