Changeset 106629 in webkit


Ignore:
Timestamp:
Feb 2, 2012 10:44:54 PM (12 years ago)
Author:
mikelawther@chromium.org
Message:

gradient tests for CSS3 calc
https://bugs.webkit.org/show_bug.cgi?id=75822

Reviewed by Hajime Morita.

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/css3-radial-gradients-expected-mismatch.html: Added.
  • css3/calc/css3-radial-gradients.html: Added.
  • css3/calc/gradient-color-stops-expected-mismatch.html: Added.
  • css3/calc/gradient-color-stops.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106623 r106629  
     12012-02-02  Mike Lawther  <mikelawther@chromium.org>
     2
     3        gradient tests for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=75822
     5
     6        Reviewed by Hajime Morita.
     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/css3-radial-gradients-expected-mismatch.html: Added.
     14        * css3/calc/css3-radial-gradients.html: Added.
     15        * css3/calc/gradient-color-stops-expected-mismatch.html: Added.
     16        * css3/calc/gradient-color-stops.html: Added.
     17
    1182012-02-02  Bear Travis  <betravis@adobe.com>
    219
Note: See TracChangeset for help on using the changeset viewer.