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

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

Issue 1136913005: Compute the base dpi from X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/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 e747d3cc8ceedb4b9b58958bfc3f5fc4c974abab..877311d86bacb5895e09374c78346452c2cf9c6f 100644
--- a/content/test/gpu/page_sets/pixel_tests.py
+++ b/content/test/gpu/page_sets/pixel_tests.py
@@ -30,19 +30,19 @@ class PixelTestsPageSet(page_set_module.PageSet):
url='file://../../data/gpu/pixel_canvas2d.html',
name=base_name + '.Canvas2DRedBox',
test_rect=[0, 0, 300, 300],
- revision=4,
+ revision=5,
page_set=self))
self.AddUserStory(PixelTestsPage(
url='file://../../data/gpu/pixel_css3d.html',
name=base_name + '.CSS3DBlueBox',
test_rect=[0, 0, 300, 300],
- revision=12,
+ revision=13,
page_set=self))
self.AddUserStory(PixelTestsPage(
url='file://../../data/gpu/pixel_webgl.html',
name=base_name + '.WebGLGreenTriangle',
test_rect=[0, 0, 300, 300],
- revision=9,
+ revision=10,
page_set=self))
« 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