Changeset 109523 in webkit


Ignore:
Timestamp:
Mar 2, 2012 12:15:42 AM (12 years ago)
Author:
mikelawther@chromium.org
Message:

reflection computed style test for CSS3 calc
https://bugs.webkit.org/show_bug.cgi?id=75902

Reviewed by Ojan Vafai.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r109520 r109523  
     12012-03-02  Mike Lawther  <mikelawther@chromium.org>
     2
     3        reflection computed style test for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=75902
     5
     6        Reviewed by Ojan Vafai.
     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/reflection-computed-style-expected.txt: Added.
     14        * css3/calc/reflection-computed-style.html: Added.
     15
    1162012-03-02  Philippe Normand  <pnormand@igalia.com>
    217
Note: See TracChangeset for help on using the changeset viewer.