Content settings: remove some plugin-related code/resources when... there are no...
[chromium-blink-merge.git] / content / test / gpu / page_sets / page_set_unittest.py
blobf10d80d0f6a3086f7df14ce5ca9a3a6e85379f41
1 # Copyright 2014 The Chromium 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.
5 import os
7 from telemetry.testing import story_set_smoke_test
10 class StorySetUnitTest(story_set_smoke_test.StorySetSmokeTest):
12 def testSmoke(self):
13 story_sets_dir = os.path.dirname(os.path.realpath(__file__))
14 top_level_dir = os.path.dirname(story_sets_dir)
15 self.RunSmokeTest(story_sets_dir, top_level_dir)