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

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

Issue 2644653003: Make OffscreenCanvas animation in sync with its placeholder canvas's parent frame rate (Closed)
Patch Set: new test Created 3 years, 11 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 5cfb62830c780040b2a320802da03cf85b092c5a..d254a5bce700388e9701e7d51d3853eeaf5e44c7 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -277,6 +277,13 @@ def ExperimentalCanvasFeaturesPages(base_name):
return [
PixelTestPage(
+ 'pixel_offscreenCanvas_commit_frameless_doc.html',
+ base_name + '_OffscreenCanvasForFramelessDocument',
+ test_rect=[0, 0, 50, 50],
+ revision=1,
+ browser_args=browser_args),
+
+ PixelTestPage(
'pixel_offscreenCanvas_transfer_after_style_resize.html',
base_name + '_OffscreenCanvasTransferAfterStyleResize',
test_rect=[0, 0, 350, 350],

Powered by Google App Engine
This is Rietveld 408576698