Changeset 43887 in webkit


Ignore:
Timestamp:
May 19, 2009 8:49:40 PM (15 years ago)
Author:
staikos@webkit.org
Message:

2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>

Reviewed by George Staikos.

Add tests for WCSS marquee extension support
https://bugs.webkit.org/show_bug.cgi?id=23727

Location:
trunk/LayoutTests
Files:
5 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r43880 r43887  
     12009-05-19  Yichao Yin  <yichao.yin@torchmobile.com.cn>
     2
     3        Reviewed by George Staikos.
     4
     5        Add tests for WCSS marquee extension support
     6        https://bugs.webkit.org/show_bug.cgi?id=23727
     7
     8        * fast/wcss: Added.
     9        * fast/wcss/marquee-dir.xhtml: Added.
     10        * fast/wcss/marquee-loop.xhtml: Added.
     11        * fast/wcss/marquee-speed.xhtml: Added.
     12        * fast/wcss/marquee-style.xhtml: Added.
     13        * platform/gtk/Skipped:
     14        * platform/mac/Skipped:
     15        * platform/qt/Skipped:
     16        * platform/win/Skipped:
     17
    1182009-05-19  Antti Koivisto  <antti@apple.com>
    219
  • trunk/LayoutTests/platform/gtk/Skipped

    r43865 r43887  
    59495949fast/xhtmlmp/noscript-in-multiscripts.xhtml
    59505950fast/xhtmlmp/noscript-nested.xhtml
     5951
     5952# Tests for WCSS marquee extension which is not verified
     5953fast/wcss/marquee-dir.xhtml
     5954fast/wcss/marquee-loop.xhtml
     5955fast/wcss/marquee-speed.xhtml
     5956fast/wcss/marquee-style.xhtml
  • trunk/LayoutTests/platform/mac/Skipped

    r43865 r43887  
    7474fast/xhtmlmp/noscript-in-multiscripts.xhtml
    7575fast/xhtmlmp/noscript-nested.xhtml
     76
     77# Tests for WCSS marquee extension which is not verified
     78fast/wcss/marquee-dir.xhtml
     79fast/wcss/marquee-loop.xhtml
     80fast/wcss/marquee-speed.xhtml
     81fast/wcss/marquee-style.xhtml
  • trunk/LayoutTests/platform/qt/Skipped

    r43865 r43887  
    44094409fast/xhtmlmp/noscript-in-multiscripts.xhtml
    44104410fast/xhtmlmp/noscript-nested.xhtml
     4411
     4412# Tests for WCSS marquee extension which is not verified
     4413fast/wcss/marquee-dir.xhtml
     4414fast/wcss/marquee-loop.xhtml
     4415fast/wcss/marquee-speed.xhtml
     4416fast/wcss/marquee-style.xhtml
  • trunk/LayoutTests/platform/win/Skipped

    r43865 r43887  
    620620fast/xhtmlmp/noscript-in-multiscripts.xhtml
    621621fast/xhtmlmp/noscript-nested.xhtml
     622
     623# Tests for WCSS marquee extension which is not verified
     624fast/wcss/marquee-dir.xhtml
     625fast/wcss/marquee-loop.xhtml
     626fast/wcss/marquee-speed.xhtml
     627fast/wcss/marquee-style.xhtml
Note: See TracChangeset for help on using the changeset viewer.