Changeset 104794 in webkit


Ignore:
Timestamp:
Jan 11, 2012 11:18:53 PM (12 years ago)
Author:
mikelawther@chromium.org
Message:

block mask overlay test for CSS3 calc
https://bugs.webkit.org/show_bug.cgi?id=75896

Reviewed by Ryosuke Niwa.

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/block-mask-overlay-image-outset-expected-mismatch.html: Added.
  • css3/calc/block-mask-overlay-image-outset.html: Added.
  • css3/calc/resources/mask.png: Added.
Location:
trunk/LayoutTests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104790 r104794  
     12012-01-11  Mike Lawther  <mikelawther@chromium.org>
     2
     3        block mask overlay test for CSS3 calc
     4        https://bugs.webkit.org/show_bug.cgi?id=75896
     5
     6        Reviewed by Ryosuke Niwa.
     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/block-mask-overlay-image-outset-expected-mismatch.html: Added.
     14        * css3/calc/block-mask-overlay-image-outset.html: Added.
     15        * css3/calc/resources/mask.png: Added.
     16
    1172012-01-11  Dmitry Titov  <dimich@chromium.org>
    218
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r104749 r104794  
    37943794BUGWK75111 RELEASE : fast/workers/storage/use-same-database-in-page-and-workers.html = PASS TIMEOUT
    37953795
     3796BUGWK75896 MAC DEBUG : css3/calc/block-mask-overlay-image-outset.html = PASS CRASH
    37963797
    37973798BUGWK75098 : media/track/track-cue-rendering.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.