1# Copyright 2018 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "Chrome OS Team" 6NAME = "video_YouTubePage.360" 7PURPOSE = "Verify that YouTube smoothly plays a 3D-360 video." 8CRITERIA = """ 9This test records the dropped frames count and percentage while playing a 10YouTube 3D 360 video. 11""" 12TIME = "MEDIUM" 13TEST_CATEGORY = "Performance" 14TEST_CLASS = "video" 15TEST_TYPE = "client" 16 17DOC = """ 18This test measures how smoothly YouTube 3D 360 videos play. 19""" 20 21_TEST_NAME = '360' 22_TEST_PAGE = 'https://www.youtube.com/watch?v=FAtdv94yzp4' 23job.run_test('video_YouTubePage', subtest_name=_TEST_NAME, 24 test_page=_TEST_PAGE, 25 subdir_tag=_TEST_NAME) 26