summaryrefslogtreecommitdiffstats
path: root/dom/media/test/external/external_media_tests/playback/test_video_playback.py
blob: b841ec08cd9ba4962d2b300b8ff03ff8fcd1b638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

from external_media_harness.testcase import (
    MediaTestCase,
    VideoPlaybackTestsMixin
)


class TestVideoPlayback(MediaTestCase, VideoPlaybackTestsMixin):

    # Tests are actually implemented in VideoPlaybackTestsMixin.

    pass