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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 2926763004: color: Enable color correct rendering on all layout tests (Closed)
Patch Set: One more expectations Created 3 years, 6 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 | « third_party/WebKit/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
index 13afce6f92fd6e466b43c4fff7dbfe483a546712..778598fc0c88eed18c4148072e6020c0e98d163b 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1490,12 +1490,10 @@ class Port(object):
pass
def physical_test_suites(self):
- color_correct_rendering_flags = ['--enable-color-correct-rendering', '--force-color-profile=srgb']
return [
# For example, to turn on force-compositing-mode in the svg/ directory:
# PhysicalTestSuite('svg', ['--force-compositing-mode']),
PhysicalTestSuite('fast/text', ['--enable-direct-write', '--enable-font-antialiasing']),
- PhysicalTestSuite('images', color_correct_rendering_flags),
]
def virtual_test_suites(self):
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698