Changeset 104520 in webkit


Ignore:
Timestamp:
Jan 9, 2012 5:12:34 PM (12 years ago)
Author:
mikelawther@chromium.org
Message:

img size test for CSS3 calc
https://bugs.webkit.org/show_bug.cgi?id=75893

Reviewed by Daniel Bates.

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/img-size-expected-mismatch.html: Added.
  • css3/calc/img-size.html: Added.
  • css3/calc/resources/colorsquare.png: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104509 r104520  
     12012-01-09  Mike Lawther  <mikelawther@chromium.org>
     2
     3        img size test for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=75893
     5
     6        Reviewed by Daniel Bates.
     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/img-size-expected-mismatch.html: Added.
     14        * css3/calc/img-size.html: Added.
     15        * css3/calc/resources/colorsquare.png: Added.
     16
    1172012-01-09  Jon Lee  <jonlee@apple.com>
    218
Note: See TracChangeset for help on using the changeset viewer.