blob: bacc9130530c4eaa7b83b1a4b6c70bc0a37ce6b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from gpu_test_expectations import GpuTestExpectations
# See the GpuTestExpectations class for documentation.
class ScreenshotSyncExpectations(GpuTestExpectations):
def SetExpectations(self):
pass
|