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

Unified Diff: content/test/gpu/page_sets/pixel_tests.py

Issue 2360413002: Implement OffscreenCanvas Unaccelerated 2d commit() on main thread (Closed)
Patch Set: style Created 4 years, 3 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/page_sets/pixel_tests.py
diff --git a/content/test/gpu/page_sets/pixel_tests.py b/content/test/gpu/page_sets/pixel_tests.py
index deb75faa2dd907a1b66c2a59cf20d49402504dcb..6ccf80c6724fe7fc8e71e0400d6ca0640df5adda 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -118,7 +118,7 @@ class PixelTestsStorySet(story_set_module.StorySet):
expectations=expectations))
self.AddStory(PixelTestsPage(
- url='file://../../data/gpu/pixel_acceleratedOffscreen2d_commit_main.html',
+ url='file://../../data/gpu/pixel_offscreenCanvas_2d_commit_main.html',
name=base_name + '.OffscreenCanvasAccelerated2D',
test_rect=[0, 0, 350, 350],
revision=1,
@@ -127,7 +127,7 @@ class PixelTestsStorySet(story_set_module.StorySet):
expectations=expectations))
self.AddStory(PixelTestsPage(
- url='file://../../data/gpu/pixel_acceleratedOffscreen2d_commit_worker.html',
+ url='file://../../data/gpu/pixel_offscreenCanvas_2d_commit_worker.html',
name=base_name + '.OffscreenCanvasAccelerated2DWorker',
test_rect=[0, 0, 350, 350],
revision=1,

Powered by Google App Engine
This is Rietveld 408576698