Changeset 106963 in webkit


Ignore:
Timestamp:
Feb 7, 2012 11:18:19 AM (12 years ago)
Author:
mikelawther@chromium.org
Message:

composited mask test for CSS3 calc
https://bugs.webkit.org/show_bug.cgi?id=76006

Reviewed by Ojan Vafai.

Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)

These tests are expected to 'fail', and will pass once calc() functionality is landed.
For now, they serve to demonstrate that the current code doesn't crash on these tests.

  • css3/calc/resources/alpha-gradient.png: Added.
  • css3/calc/simple-composited-mask-expected-mismatch.html: Added.
  • css3/calc/simple-composited-mask.html: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106962 r106963  
     12012-02-07  Mike Lawther  <mikelawther@chromium.org>
     2
     3        composited mask test for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=76006
     5
     6        Reviewed by Ojan Vafai.
     7
     8        Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
     9
     10        These tests are expected to 'fail', and will pass once calc() functionality is landed.
     11        For now, they serve to demonstrate that the current code doesn't crash on these tests.
     12
     13        * css3/calc/resources/alpha-gradient.png: Added.
     14        * css3/calc/simple-composited-mask-expected-mismatch.html: Added.
     15        * css3/calc/simple-composited-mask.html: Added.
     16
    1172012-02-07  Ami Fischman  <fischman@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.