Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: content/test/gpu/gpu_tests/pixel_test_pages.py

Issue 2811993003: Shrink OffscreenCanvas commit pixel tests' test rect dimension (Closed)
Patch Set: comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/pixel_test_pages.py
diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
index acc4009648bf4e0846056f5e5cacb49b4b696177..5d857842d359cb49ff9740d979bdb2cbb70ed39b 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -319,71 +319,71 @@ def ExperimentalCanvasFeaturesPages(base_name):
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_main.html',
base_name + '_OffscreenCanvasWebGLDefault',
- test_rect=[0, 0, 400, 200],
- revision=3,
+ test_rect=[0, 0, 360, 200],
+ revision=4,
browser_args=browser_args),
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_worker.html',
base_name + '_OffscreenCanvasWebGLDefaultWorker',
- test_rect=[0, 0, 400, 200],
- revision=3,
+ test_rect=[0, 0, 360, 200],
+ revision=4,
browser_args=browser_args),
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_main.html',
base_name + '_OffscreenCanvasWebGLSoftwareCompositing',
- test_rect=[0, 0, 400, 200],
- revision=4,
+ test_rect=[0, 0, 360, 200],
+ revision=5,
browser_args=browser_args + ['--disable-gpu-compositing']),
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_worker.html',
base_name + '_OffscreenCanvasWebGLSoftwareCompositingWorker',
- test_rect=[0, 0, 400, 200],
- revision=4,
+ test_rect=[0, 0, 360, 200],
+ revision=5,
browser_args=browser_args + ['--disable-gpu-compositing']),
PixelTestPage(
'pixel_offscreenCanvas_2d_commit_main.html',
base_name + '_OffscreenCanvasAccelerated2D',
- test_rect=[0, 0, 400, 200],
- revision=5,
+ test_rect=[0, 0, 360, 200],
+ revision=6,
browser_args=browser_args),
PixelTestPage(
'pixel_offscreenCanvas_2d_commit_worker.html',
base_name + '_OffscreenCanvasAccelerated2DWorker',
- test_rect=[0, 0, 400, 200],
- revision=5,
+ test_rect=[0, 0, 360, 200],
+ revision=6,
browser_args=browser_args),
PixelTestPage(
'pixel_offscreenCanvas_2d_commit_main.html',
base_name + '_OffscreenCanvasUnaccelerated2D',
- test_rect=[0, 0, 400, 200],
- revision=4,
+ test_rect=[0, 0, 360, 200],
+ revision=5,
browser_args=browser_args + unaccelerated_args),
PixelTestPage(
'pixel_offscreenCanvas_2d_commit_worker.html',
base_name + '_OffscreenCanvasUnaccelerated2DWorker',
- test_rect=[0, 0, 400, 200],
- revision=4,
+ test_rect=[0, 0, 360, 200],
+ revision=5,
browser_args=browser_args + unaccelerated_args),
PixelTestPage(
'pixel_offscreenCanvas_2d_commit_main.html',
base_name + '_OffscreenCanvasUnaccelerated2DGPUCompositing',
- test_rect=[0, 0, 400, 200],
- revision=6,
+ test_rect=[0, 0, 360, 200],
+ revision=7,
browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
PixelTestPage(
'pixel_offscreenCanvas_2d_commit_worker.html',
base_name + '_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
- test_rect=[0, 0, 400, 200],
- revision=6,
+ test_rect=[0, 0, 360, 200],
+ revision=7,
browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
PixelTestPage(
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698