Chromium Code Reviews| Index: LayoutTests/media/video-currentTime-set-with-controller-expected.txt |
| diff --git a/LayoutTests/media/video-currentTime-set-with-controller-expected.txt b/LayoutTests/media/video-currentTime-set-with-controller-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7acf6ccae99c6dd475301b3b734bfa7bc8a737b7 |
| --- /dev/null |
| +++ b/LayoutTests/media/video-currentTime-set-with-controller-expected.txt |
| @@ -0,0 +1,4 @@ |
| +EXPECTED (video.controller instanceof MediaController == 'true') OK |
| +TEST(video.currentTime = 0) THROWS(DOMException.INVALID_STATE_ERR: Failed to set the 'currentTime' property on 'HTMLMediaElement': The element is slaved to a MediaController.) OK |
| +END OF TEST |
| + |