summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 21:26:46 +0000
committerkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 21:26:46 +0000
commit5fbcd12aadad242c979039e08b4afa8200ac4415 (patch)
tree0df5a60b62f0f80eb79429f5d103a43a7bf4cefe /content
parent533f913dd8dd768087f323df137796f0b5ab8479 (diff)
downloadchromium_src-5fbcd12aadad242c979039e08b4afa8200ac4415.zip
chromium_src-5fbcd12aadad242c979039e08b4afa8200ac4415.tar.gz
chromium_src-5fbcd12aadad242c979039e08b4afa8200ac4415.tar.bz2
Update Pixel.WebGLGreenTriangle revision to 5.
An earlier commit and revert produced bogus pixel results in cloud storage for this test on the Windows bots. Increment the version number again to get the bots past the bad reference images. BUG=363721 TBR=bajones@chromium.org,jmadill@chromium.org Review URL: https://codereview.chromium.org/265443006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267340 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/test/gpu/page_sets/pixel_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
index 3f23d5f..041ec30 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -50,5 +50,5 @@ class PixelTestsPageSet(page_set_module.PageSet):
url='file://../../data/gpu/pixel_webgl.html',
name='Pixel.WebGLGreenTriangle',
test_rect=[0, 0, 400, 300],
- revision=4,
+ revision=5,
page_set=self))