| Index: tools/perf/measurements/blink_style_unittest.py
|
| diff --git a/tools/perf/measurements/blink_style_unittest.py b/tools/perf/measurements/blink_style_unittest.py
|
| index 7ba416c6f1ca4868240a735305b53d9f489b8aa3..6b711f96c16b1cc7f042b4eab0b3e24e22b67791 100644
|
| --- a/tools/perf/measurements/blink_style_unittest.py
|
| +++ b/tools/perf/measurements/blink_style_unittest.py
|
| @@ -4,7 +4,6 @@
|
|
|
| from measurements import blink_style
|
|
|
| -from telemetry import decorators
|
| from telemetry.unittest_util import options_for_unittests
|
| from telemetry.unittest_util import page_test_test_case
|
|
|
| @@ -20,7 +19,6 @@ class BlinkStyleTest(page_test_test_case.PageTestTestCase):
|
| def setUp(self):
|
| self._options = options_for_unittests.GetCopy()
|
|
|
| - @decorators.Disabled # http://crbug.com/479048
|
| def testForParsing(self):
|
| ps = self.CreatePageSetFromFileInUnittestDataDir('blink_style.html')
|
| measurement = blink_style.BlinkStyle()
|
|
|