Changeset 104525 in webkit


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

background position parsing test for CSS3 calc
https://bugs.webkit.org/show_bug.cgi?id=75823

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/background-position-parsing-expected-mismatch.html: Added.
  • css3/calc/background-position-parsing.html: Added.
  • css3/calc/resources/diamond.png: Added.
  • css3/calc/resources/ring.png: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104523 r104525  
     12012-01-09  Mike Lawther  <mikelawther@chromium.org>
     2
     3        background position parsing test for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=75823
     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/background-position-parsing-expected-mismatch.html: Added.
     14        * css3/calc/background-position-parsing.html: Added.
     15        * css3/calc/resources/diamond.png: Added.
     16        * css3/calc/resources/ring.png: Added.
     17
    1182012-01-09  Noel Gordon  <noel.gordon@gmail.com>
    219
Note: See TracChangeset for help on using the changeset viewer.