Changeset 153784 in webkit


Ignore:
Timestamp:
Aug 7, 2013 6:42:54 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Blending] Add test suite to validate background blending with different properties
https://bugs.webkit.org/show_bug.cgi?id=118243

Patch by Mirela Budaes <mbudaes@adobe.com> on 2013-08-07
Reviewed by Dirk Schulze.

  • css3/compositing/background-blend-mode-background-attachement-fixed-expected.html: Added.
  • css3/compositing/background-blend-mode-background-attachement-fixed.html: Added.
  • css3/compositing/background-blend-mode-background-clip-content-box-expected.html: Added.
  • css3/compositing/background-blend-mode-background-clip-content-box.html: Added.
  • css3/compositing/background-blend-mode-background-clip-padding-box-expected.html: Added.
  • css3/compositing/background-blend-mode-background-clip-padding-box.html: Added.
  • css3/compositing/background-blend-mode-background-origin-border-box-expected.html: Added.
  • css3/compositing/background-blend-mode-background-origin-border-box.html: Added.
  • css3/compositing/background-blend-mode-background-position-percentage-expected.html: Added.
  • css3/compositing/background-blend-mode-background-position-percentage.html: Added.
  • css3/compositing/background-blend-mode-background-repeat-no-repeat-expected.html: Added.
  • css3/compositing/background-blend-mode-background-repeat-no-repeat.html: Added.
  • css3/compositing/background-blend-mode-background-size-contain-expected.html: Added.
  • css3/compositing/background-blend-mode-background-size-contain.html: Added.
  • css3/compositing/background-blend-mode-background-size-cover-expected.html: Added.
  • css3/compositing/background-blend-mode-background-size-cover.html: Added.
  • css3/compositing/resources/white_square.svg: Added.
Location:
trunk/LayoutTests
Files:
17 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r153781 r153784  
     12013-08-07  Mirela Budaes  <mbudaes@adobe.com>
     2
     3        [CSS Blending] Add test suite to validate background blending with different properties
     4        https://bugs.webkit.org/show_bug.cgi?id=118243
     5
     6        Reviewed by Dirk Schulze.
     7
     8        * css3/compositing/background-blend-mode-background-attachement-fixed-expected.html: Added.
     9        * css3/compositing/background-blend-mode-background-attachement-fixed.html: Added.
     10        * css3/compositing/background-blend-mode-background-clip-content-box-expected.html: Added.
     11        * css3/compositing/background-blend-mode-background-clip-content-box.html: Added.
     12        * css3/compositing/background-blend-mode-background-clip-padding-box-expected.html: Added.
     13        * css3/compositing/background-blend-mode-background-clip-padding-box.html: Added.
     14        * css3/compositing/background-blend-mode-background-origin-border-box-expected.html: Added.
     15        * css3/compositing/background-blend-mode-background-origin-border-box.html: Added.
     16        * css3/compositing/background-blend-mode-background-position-percentage-expected.html: Added.
     17        * css3/compositing/background-blend-mode-background-position-percentage.html: Added.
     18        * css3/compositing/background-blend-mode-background-repeat-no-repeat-expected.html: Added.
     19        * css3/compositing/background-blend-mode-background-repeat-no-repeat.html: Added.
     20        * css3/compositing/background-blend-mode-background-size-contain-expected.html: Added.
     21        * css3/compositing/background-blend-mode-background-size-contain.html: Added.
     22        * css3/compositing/background-blend-mode-background-size-cover-expected.html: Added.
     23        * css3/compositing/background-blend-mode-background-size-cover.html: Added.
     24        * css3/compositing/resources/white_square.svg: Added.
     25
    1262013-08-07  Mihnea Ovidenie  <mihnea@adobe.com>
    227
Note: See TracChangeset for help on using the changeset viewer.