| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index cbc6b2bc39709088ae3b2741de68a4492c44bec9..cb9a21ddfa38b72e5924b7075853029b87e278d8 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -65,6 +65,11 @@ class SmoothnessToughFiltersCases(_Smoothness):
|
| def Name(cls):
|
| return 'smoothness.tough_filters_cases'
|
|
|
| + @classmethod
|
| + def ShouldDisable(cls, possible_browser): # http://crbug.com/616520
|
| + return (cls.IsSvelte(possible_browser) and
|
| + possible_browser.browser_type == 'reference')
|
| +
|
|
|
| class SmoothnessToughPathRenderingCases(_Smoothness):
|
| """Tests a selection of pages with SVG and 2D Canvas paths.
|
|
|