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

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

Issue 2417773003: Fix content upside down when call OffscreenCanvas's commit (Closed)
Patch Set: rebase Created 4 years, 2 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
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 caf941774ba1ddd60ebeb834ef2d20466fc486eb..400741924addc0538932c9af7ca6e37fbea20c92 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -154,30 +154,30 @@ def ExperimentalCanvasFeaturesPages(base_name):
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_main.html',
- base_name + '_OffscreenCanvasWebGLGreenBox',
- test_rect=[0, 0, 300, 300],
- revision=2,
+ base_name + '_OffscreenCanvasWebGLDefault',
+ test_rect=[0, 0, 350, 350],
+ revision=1,
browser_args=browser_args),
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_worker.html',
- base_name + '_OffscreenCanvasWebGLRedBoxWorker',
- test_rect=[0, 0, 300, 300],
- revision=3,
+ base_name + '_OffscreenCanvasWebGLDefaultWorker',
+ test_rect=[0, 0, 350, 350],
+ revision=1,
browser_args=browser_args),
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_main.html',
base_name + '_OffscreenCanvasWebGLSoftwareCompositing',
- test_rect=[0, 0, 300, 300],
- revision=1,
+ test_rect=[0, 0, 350, 350],
+ revision=2,
browser_args=browser_args + ['--disable-gpu-compositing']),
PixelTestPage(
'pixel_offscreenCanvas_webgl_commit_worker.html',
base_name + '_OffscreenCanvasWebGLSoftwareCompositingWorker',
- test_rect=[0, 0, 300, 300],
- revision=1,
+ test_rect=[0, 0, 350, 350],
+ revision=2,
browser_args=browser_args + ['--disable-gpu-compositing']),
PixelTestPage(

Powered by Google App Engine
This is Rietveld 408576698