diff options
author | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 14:14:45 +0000 |
---|---|---|
committer | skyostil@chromium.org <skyostil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-02 14:14:45 +0000 |
commit | d80e1fc94e9f1b6e38b7c1443ebf36ae9b1fb617 (patch) | |
tree | 0860c0aadf964a6f2a5f7a6db641b580580efba4 /content/test | |
parent | ecc3d2624875a250e897f425d5b493c89911aa33 (diff) | |
download | chromium_src-d80e1fc94e9f1b6e38b7c1443ebf36ae9b1fb617.zip chromium_src-d80e1fc94e9f1b6e38b7c1443ebf36ae9b1fb617.tar.gz chromium_src-d80e1fc94e9f1b6e38b7c1443ebf36ae9b1fb617.tar.bz2 |
android: Enable WebGL for pixel tests
Review URL: https://chromiumcodereview.appspot.com/18500002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/gpu/gpu_tests/pixel.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py index 8545dd2..d2726c4 100644 --- a/content/test/gpu/gpu_tests/pixel.py +++ b/content/test/gpu/gpu_tests/pixel.py @@ -13,6 +13,9 @@ class PixelValidator(page_test.PageTest): def __init__(self): super(PixelValidator, self).__init__('ValidatePage') + def CustomizeBrowserOptions(self, options): + options.AppendExtraBrowserArg('--enable-webgl') + def ValidatePage(self, page, tab, results): # TODO(bajones): Grab screenshot, compare to reference. # page.reference_image |