⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 105647 in webkit


Ignore:
Timestamp:
Jan 23, 2012, 3:32:40 PM (15 years ago)
Author:
mikelawther@chromium.org
Message:

getComputedStyle margin percentage test for CSS calc
https://bugs.webkit.org/show_bug.cgi?id=76130

Reviewed by Darin Adler.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r105633 r105647  
     12012-01-23  Mike Lawther  <mikelawther@chromium.org>
     2
     3        getComputedStyle margin percentage test for CSS calc
     4        https://bugs.webkit.org/show_bug.cgi?id=76130
     5
     6        Reviewed by Darin Adler.
     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/getComputedStyle-margin-percentage-expected.txt: Added.
     14        * css3/calc/getComputedStyle-margin-percentage.html: Added.
     15
    1162012-01-23  Adam Barth  <abarth@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.