Changeset 168349 in webkit


Ignore:
Timestamp:
May 5, 2014 11:04:28 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Blending] Add tests using blending and isolation for body and html elements.
https://bugs.webkit.org/show_bug.cgi?id=132325

Patch by Ion Rosca <Ion Rosca> on 2014-05-05
Reviewed by Dirk Schulze.

  • css3/compositing/blend-mode-body-child-background-color-expected.html: Added.
  • css3/compositing/blend-mode-body-child-background-color.html: Added.
  • css3/compositing/blend-mode-body-child-expected.html: Added.
  • css3/compositing/blend-mode-body-child-isolate-background-color-expected.html: Added.
  • css3/compositing/blend-mode-body-child-isolate-background-color.html: Added.
  • css3/compositing/blend-mode-body-child-isolate-html-background-color-expected.html: Added.
  • css3/compositing/blend-mode-body-child-isolate-html-background-color.html: Added.
  • css3/compositing/blend-mode-body-child.html: Added.
  • css3/compositing/blend-mode-body-element-expected.html: Added.
  • css3/compositing/blend-mode-body-element.html: Added.
  • css3/compositing/blend-mode-html-element-screen-expected.html: Added.
  • css3/compositing/blend-mode-html-element-screen.html: Added.
Location:
trunk/LayoutTests
Files:
12 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r168336 r168349  
     12014-05-05  Ion Rosca  <rosca@adobe.com>
     2
     3        [CSS Blending] Add tests using blending and isolation for body and html elements.
     4        https://bugs.webkit.org/show_bug.cgi?id=132325
     5
     6        Reviewed by Dirk Schulze.
     7
     8        * css3/compositing/blend-mode-body-child-background-color-expected.html: Added.
     9        * css3/compositing/blend-mode-body-child-background-color.html: Added.
     10        * css3/compositing/blend-mode-body-child-expected.html: Added.
     11        * css3/compositing/blend-mode-body-child-isolate-background-color-expected.html: Added.
     12        * css3/compositing/blend-mode-body-child-isolate-background-color.html: Added.
     13        * css3/compositing/blend-mode-body-child-isolate-html-background-color-expected.html: Added.
     14        * css3/compositing/blend-mode-body-child-isolate-html-background-color.html: Added.
     15        * css3/compositing/blend-mode-body-child.html: Added.
     16        * css3/compositing/blend-mode-body-element-expected.html: Added.
     17        * css3/compositing/blend-mode-body-element.html: Added.
     18        * css3/compositing/blend-mode-html-element-screen-expected.html: Added.
     19        * css3/compositing/blend-mode-html-element-screen.html: Added.
     20
    1212014-05-05  Andreas Kling  <akling@apple.com>
    222
Note: See TracChangeset for help on using the changeset viewer.