From 9d29dead3bb270b8397dcda0f1f99066d158305d Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Fri, 7 Jun 2013 20:51:27 +0000 Subject: cc: PNG baselines for 16634015 TBR=enne BUG=247782 Review URL: https://codereview.chromium.org/16667005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204920 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/output/renderer_pixeltest.cc | 2 +- cc/test/data/blue_yellow.png | Bin 595 -> 594 bytes cc/test/data/blue_yellow_anti_aliasing.png | Bin 0 -> 606 bytes cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 cc/test/data/blue_yellow_anti_aliasing.png (limited to 'cc') diff --git a/cc/output/renderer_pixeltest.cc b/cc/output/renderer_pixeltest.cc index 2faa0d0..4b0c194 100644 --- a/cc/output/renderer_pixeltest.cc +++ b/cc/output/renderer_pixeltest.cc @@ -419,7 +419,7 @@ TYPED_TEST(RendererPixelTest, FastPassColorFilterAlphaTranslation) { FuzzyForSoftwareOnlyPixelComparator(false))); } -TYPED_TEST(RendererPixelTest, RenderPassChangesSize) { +TYPED_TEST(RendererPixelTest, DISABLED_RenderPassChangesSize) { gfx::Rect viewport_rect(this->device_viewport_size_); RenderPass::Id root_pass_id(1, 1); diff --git a/cc/test/data/blue_yellow.png b/cc/test/data/blue_yellow.png index 685e108..2cb051c 100644 Binary files a/cc/test/data/blue_yellow.png and b/cc/test/data/blue_yellow.png differ diff --git a/cc/test/data/blue_yellow_anti_aliasing.png b/cc/test/data/blue_yellow_anti_aliasing.png new file mode 100644 index 0000000..7b9c255 Binary files /dev/null and b/cc/test/data/blue_yellow_anti_aliasing.png differ diff --git a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc index e0f10ab..f1b0664 100644 --- a/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc +++ b/cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc @@ -87,7 +87,7 @@ class BlueYellowLayerClient : public ContentLayerClient { gfx::Rect layer_rect_; }; -TEST_F(LayerTreeHostOnDemandRasterPixelTest, RasterPictureLayer) { +TEST_F(LayerTreeHostOnDemandRasterPixelTest, DISABLED_RasterPictureLayer) { // Use multiple colors in a single layer to prevent bypassing on-demand // rasterization if a single solid color is detected in picture analysis. gfx::Rect layer_rect(200, 200); -- cgit v1.1