Index: content/test/gpu/gpu_tests/pixel_integration_test.py |
diff --git a/content/test/gpu/gpu_tests/pixel_integration_test.py b/content/test/gpu/gpu_tests/pixel_integration_test.py |
index 8690d69d5005494ed91ec7d7363e2d859bfc19a8..85e31be620e73b73329309ec3c3b3d658890cc40 100644 |
--- a/content/test/gpu/gpu_tests/pixel_integration_test.py |
+++ b/content/test/gpu/gpu_tests/pixel_integration_test.py |
@@ -122,6 +122,8 @@ class PixelIntegrationTest( |
pages += pixel_test_pages.ExperimentalCanvasFeaturesPages(name) |
if sys.platform.startswith('darwin'): |
pages += pixel_test_pages.MacSpecificPages(name) |
+ if sys.platform.startswith('win'): |
+ pages += pixel_test_pages.DirectCompositionPages(name) |
for p in pages: |
yield(p.name, gpu_relative_path + p.url, (p)) |