Changeset 104428 in webkit


Ignore:
Timestamp:
Jan 8, 2012 6:57:57 PM (12 years ago)
Author:
mikelawther@chromium.org
Message:

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

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.

Reviewed by Adam Barth.

  • css3/calc/border-expected.txt: Added.
  • css3/calc/border-radius-expected-mismatch.html: Added.
  • css3/calc/border-radius.html: Added.
  • css3/calc/border.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104426 r104428  
     12012-01-08  Mike Lawther  <mikelawther@chromium.org>
     2
     3        border tests for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=75815
     5
     6        Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
     7
     8        These tests are expected to 'fail', and will pass once calc() functionality is landed.
     9        For now, they serve to demonstrate that the current code doesn't crash on these tests.
     10
     11        Reviewed by Adam Barth.
     12
     13        * css3/calc/border-expected.txt: Added.
     14        * css3/calc/border-radius-expected-mismatch.html: Added.
     15        * css3/calc/border-radius.html: Added.
     16        * css3/calc/border.html: Added.
     17
    1182012-01-08  Ryosuke Niwa  <rniwa@webkit.org>
    219
Note: See TracChangeset for help on using the changeset viewer.