Changeset 105869 in webkit


Ignore:
Timestamp:
Jan 25, 2012 4:39:03 AM (12 years ago)
Author:
mikelawther@chromium.org
Message:

table border spacing test for CSS3 calc
https://bugs.webkit.org/show_bug.cgi?id=76226

Reviewed by Julien Chaffraix.

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/table-border-spacing-expected.txt: Added.
  • css3/calc/table-border-spacing.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r105867 r105869  
     12012-01-25  Mike Lawther  <mikelawther@chromium.org>
     2
     3        table border spacing test for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=76226
     5
     6        Reviewed by Julien Chaffraix.
     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/table-border-spacing-expected.txt: Added.
     14        * css3/calc/table-border-spacing.html: Added.
     15
    1162012-01-25  Csaba Osztrogonác  <ossy@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.