Changeset 157860 in webkit


Ignore:
Timestamp:
Oct 23, 2013 9:38:47 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Regions] compositing/regions/region-as-layer-in-another-flowthread.html has image failure
https://bugs.webkit.org/show_bug.cgi?id=123193

Patch by Mihai Maerean <Mihai Maerean> on 2013-10-23
Reviewed by Simon Fraser.

Removed overlapping of box-shadows which resulted in flaky results.

  • compositing/regions/region-as-layer-in-another-flowthread-expected.html:
  • compositing/regions/region-as-layer-in-another-flowthread.html:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r157859 r157860  
     12013-10-23  Mihai Maerean  <mmaerean@adobe.com>
     2
     3        [CSS Regions] compositing/regions/region-as-layer-in-another-flowthread.html has image failure
     4        https://bugs.webkit.org/show_bug.cgi?id=123193
     5
     6        Reviewed by Simon Fraser.
     7
     8        Removed overlapping of box-shadows which resulted in flaky results.
     9
     10        * compositing/regions/region-as-layer-in-another-flowthread-expected.html:
     11        * compositing/regions/region-as-layer-in-another-flowthread.html:
     12        * platform/mac/TestExpectations:
     13
    1142013-10-23  Mario Sanchez Prada  <mario.prada@samsung.com>
    215
  • trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread-expected.html

    r157725 r157860  
    1616
    1717                        #causesTheRegionToBeComposited {
    18                                 -webkit-transform: translateZ(-30px) translateX(-65px);
     18                                -webkit-transform: translateZ(1px) translateY(-140px) translateX(400px);
    1919                                width: 100px;
    2020                                height: 40px;
     
    4545                        .boxShadow {
    4646                                box-shadow: 2px 2px 15px Black;
     47                                margin: 35px; /* Removes overlapping of box-shadows which resulted in flaky results. */
    4748                        }
    4849                </style>
  • trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread.html

    r157725 r157860  
    3232
    3333                        .transformed {
    34                                 -webkit-transform: translateZ(-30px) translateX(-65px);
     34                                -webkit-transform: translateZ(1px) translateY(-140px) translateX(400px);
    3535                        }
    3636
     
    5353                        .boxShadow {
    5454                                box-shadow: 2px 2px 15px Black;
     55                                margin: 35px; /* Removes overlapping of box-shadows which resulted in flaky results. */
    5556                        }
    5657                </style>
  • trunk/LayoutTests/platform/mac/TestExpectations

    r157841 r157860  
    12931293
    12941294webkit.org/b/123099 media/media-controller-time-clamp.html [ Pass Failure Timeout ]
    1295 
    1296 webkit.org/b/123193 compositing/regions/region-as-layer-in-another-flowthread.html [ Image ]
Note: See TracChangeset for help on using the changeset viewer.