Changeset 150746 in webkit


Ignore:
Timestamp:
May 27, 2013 3:27:48 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

New test direct-pattern-compositing-contain-no-repeat.html fails on Mac
https://bugs.webkit.org/show_bug.cgi?id=116816

Modified the layer in the reference to still be composited, but have invisible painted content.

Patch by Noam Rosenthal <Noam Rosenthal> on 2013-05-27
Reviewed by Andreas Kling.

  • compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r150742 r150746  
     12013-05-27  Noam Rosenthal  <noam@webkit.org>
     2
     3        New test direct-pattern-compositing-contain-no-repeat.html fails on Mac
     4        https://bugs.webkit.org/show_bug.cgi?id=116816
     5
     6        Modified the layer in the reference to still be composited, but have invisible painted content.
     7
     8        Reviewed by Andreas Kling.
     9
     10        * compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.html:
     11
    1122013-05-27  Zoltan Arvai  <zarvai@inf.u-szeged.hu>
    213
  • trunk/LayoutTests/compositing/patterns/direct-pattern-compositing-contain-no-repeat-expected.html

    r150685 r150746  
    22<head>
    33  <style>
     4    .composited { -webkit-transform: translateZ(0); }
    45    .test {
    56      height: 200px;
     
    1213</head>
    1314<body>
    14   <div class="test"></div>
     15  <div class="test composited"><span /></div>
    1516</body>
    1617</html>
Note: See TracChangeset for help on using the changeset viewer.