Changeset 112398 in webkit


Ignore:
Timestamp:
Mar 28, 2012 7:56:51 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Regions] Add region styling tests for interaction between region styling and scoped styles
https://bugs.webkit.org/show_bug.cgi?id=82340

Patch by Mihai Balan <mibalan@adobe.com> on 2012-03-28
Reviewed by Antti Koivisto.

Adding tests for style interaction between region styling snd scoped style elements. Currently skipped,
since scoped style elements are not enabled by default.

  • fast/regions/style-scoped-in-flow-expected.html: Added.
  • fast/regions/style-scoped-in-flow-override-container-style-expected.html: Added.
  • fast/regions/style-scoped-in-flow-override-container-style.html: Added.
  • fast/regions/style-scoped-in-flow-override-region-styling-expected.html: Added.
  • fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions-expected.html: Added.
  • fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html: Added.
  • fast/regions/style-scoped-in-flow-override-region-styling.html: Added.
  • fast/regions/style-scoped-in-flow.html: Added.
  • platform/efl/Skipped:
  • platform/gtk/Skipped:
  • platform/mac/Skipped:
  • platform/qt/Skipped:
  • platform/win/Skipped:
  • platform/wincairo/Skipped:
Location:
trunk/LayoutTests
Files:
8 added
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r112395 r112398  
     12012-03-28  Mihai Balan  <mibalan@adobe.com>
     2
     3        [CSS Regions] Add region styling tests for interaction between region styling and scoped styles
     4        https://bugs.webkit.org/show_bug.cgi?id=82340
     5
     6        Reviewed by Antti Koivisto.
     7
     8        Adding tests for style interaction between region styling snd scoped style elements. Currently skipped,
     9        since scoped style elements are not enabled by default.
     10
     11        * fast/regions/style-scoped-in-flow-expected.html: Added.
     12        * fast/regions/style-scoped-in-flow-override-container-style-expected.html: Added.
     13        * fast/regions/style-scoped-in-flow-override-container-style.html: Added.
     14        * fast/regions/style-scoped-in-flow-override-region-styling-expected.html: Added.
     15        * fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions-expected.html: Added.
     16        * fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html: Added.
     17        * fast/regions/style-scoped-in-flow-override-region-styling.html: Added.
     18        * fast/regions/style-scoped-in-flow.html: Added.
     19        * platform/efl/Skipped:
     20        * platform/gtk/Skipped:
     21        * platform/mac/Skipped:
     22        * platform/qt/Skipped:
     23        * platform/win/Skipped:
     24        * platform/wincairo/Skipped:
     25
    1262012-03-28  Eugene Girard  <girard@chromium.org>
    227
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r112352 r112398  
    32273227// <style scoped> not yet enabled.
    32283228BUGWK49142 SKIP : fast/css/style-scoped = PASS
     3229// CSS Regions tests for region styling and scoped styles
     3230BUGWK49142 SKIP : fast/regions/style-scoped-in-flow-override-container-style.html = PASS
     3231BUGWK49142 SKIP : fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html = PASS
     3232BUGWK49142 SKIP : fast/regions/style-scoped-in-flow-override-region-styling.html = PASS
     3233BUGWK49142 SKIP : fast/regions/style-scoped-in-flow.html = PASS
    32293234
    32303235BUGCR85755 : fast/js/exception-properties.html = TEXT
  • trunk/LayoutTests/platform/efl/Skipped

    r112160 r112398  
    18791879# <style scoped> is not yet enabled. http://webkit.org/b/49142
    18801880fast/css/style-scoped
     1881# CSS Regions tests for region styling and scoped styles
     1882fast/regions/style-scoped-in-flow-override-container-style.html
     1883fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html
     1884fast/regions/style-scoped-in-flow-override-region-styling.html
     1885fast/regions/style-scoped-in-flow.html
    18811886
    18821887# ENABLE(SHADOW_DOM) is disabled.
  • trunk/LayoutTests/platform/gtk/Skipped

    r112274 r112398  
    368368# <style scoped> is not yet enabled. http://webkit.org/b/49142
    369369fast/css/style-scoped
     370# CSS Regions tests for region styling and scoped styles
     371fast/regions/style-scoped-in-flow-override-container-style.html
     372fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html
     373fast/regions/style-scoped-in-flow-override-region-styling.html
     374fast/regions/style-scoped-in-flow.html
    370375
    371376# ENABLE(SHADOW_DOM) is disabled.
  • trunk/LayoutTests/platform/mac/Skipped

    r112280 r112398  
    432432# <style scoped> is not yet enabled. http://webkit.org/b/49142
    433433fast/css/style-scoped
     434# CSS Regions tests for region styling and scoped styles
     435fast/regions/style-scoped-in-flow-override-container-style.html
     436fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html
     437fast/regions/style-scoped-in-flow-override-region-styling.html
     438fast/regions/style-scoped-in-flow.html
    434439
    435440# ENABLE(SHADOW_DOM) is disabled.
  • trunk/LayoutTests/platform/qt/Skipped

    r112378 r112398  
    161161# <style scoped> is not yet enabled. http://webkit.org/b/49142
    162162fast/css/style-scoped
     163# CSS Regions tests for region styling and scoped styles
     164fast/regions/style-scoped-in-flow-override-container-style.html
     165fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html
     166fast/regions/style-scoped-in-flow-override-region-styling.html
     167fast/regions/style-scoped-in-flow.html
    163168
    164169# ENABLE(SHADOW_DOM) is disabled.
  • trunk/LayoutTests/platform/win/Skipped

    r112113 r112398  
    14621462# <style scoped> is not yet enabled. http://webkit.org/b/49142
    14631463fast/css/style-scoped
     1464# CSS Regions tests for region styling and scoped styles
     1465fast/regions/style-scoped-in-flow-override-container-style.html
     1466fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html
     1467fast/regions/style-scoped-in-flow-override-region-styling.html
     1468fast/regions/style-scoped-in-flow.html
    14641469
    14651470# ENABLE(SHADOW_DOM) is disabled.
  • trunk/LayoutTests/platform/wincairo/Skipped

    r112055 r112398  
    19731973# <style scoped> is not yet enabled. http://webkit.org/b/49142
    19741974fast/css/style-scoped
     1975# CSS Regions tests for region styling and scoped styles
     1976fast/regions/style-scoped-in-flow-override-container-style.html
     1977fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html
     1978fast/regions/style-scoped-in-flow-override-region-styling.html
     1979fast/regions/style-scoped-in-flow.html
    19751980
    19761981# ENABLE(SHADOW_DOM) is disabled.
Note: See TracChangeset for help on using the changeset viewer.