Changeset 163619 in webkit


Ignore:
Timestamp:
Feb 7, 2014 2:49:59 AM (10 years ago)
Author:
mihnea@adobe.com
Message:

[CSSRegions] Remove style-scoped tests
https://bugs.webkit.org/show_bug.cgi?id=128361

Reviewed by Andrei Bucur.

Remove tests combining style-scoped and regions. The support was removed from code base
and the tests were skipped from a long time.

  • fast/regions/style-scoped/style-scoped-in-flow-expected.html: Removed.
  • fast/regions/style-scoped/style-scoped-in-flow-override-container-style-expected.html: Removed.
  • fast/regions/style-scoped/style-scoped-in-flow-override-container-style.html: Removed.
  • fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-expected.html: Removed.
  • fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-multiple-regions-expected.html: Removed.
  • fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-multiple-regions.html: Removed.
  • fast/regions/style-scoped/style-scoped-in-flow-override-region-styling.html: Removed.
  • fast/regions/style-scoped/style-scoped-in-flow.html: Removed.
  • platform/efl/TestExpectations:
  • platform/gtk-wk2/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/win/TestExpectations:
  • platform/wincairo/TestExpectations:
Location:
trunk/LayoutTests
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r163618 r163619  
     12014-02-07  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [CSSRegions] Remove style-scoped tests
     4        https://bugs.webkit.org/show_bug.cgi?id=128361
     5
     6        Reviewed by Andrei Bucur.
     7
     8        Remove tests combining style-scoped and regions. The support was removed from code base
     9        and the tests were skipped from a long time.
     10
     11        * fast/regions/style-scoped/style-scoped-in-flow-expected.html: Removed.
     12        * fast/regions/style-scoped/style-scoped-in-flow-override-container-style-expected.html: Removed.
     13        * fast/regions/style-scoped/style-scoped-in-flow-override-container-style.html: Removed.
     14        * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-expected.html: Removed.
     15        * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-multiple-regions-expected.html: Removed.
     16        * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-multiple-regions.html: Removed.
     17        * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling.html: Removed.
     18        * fast/regions/style-scoped/style-scoped-in-flow.html: Removed.
     19        * platform/efl/TestExpectations:
     20        * platform/gtk-wk2/TestExpectations:
     21        * platform/gtk/TestExpectations:
     22        * platform/mac/TestExpectations:
     23        * platform/win/TestExpectations:
     24        * platform/wincairo/TestExpectations:
     25
    1262014-02-07  Peter Molnar  <pmolnar.u-szeged@partner.samsung.com>
    227
  • trunk/LayoutTests/platform/efl/TestExpectations

    r163529 r163619  
    457457# EFL port does not implement DeviceMotion
    458458webkit.org/b/95300 fast/dom/DeviceMotion [ Skip ]
    459 
    460 # CSS Regions tests for region styling and scoped styles, of which the latter are not enabled by default.
    461 webkit.org/b/82340 fast/regions/style-scoped [ ImageOnlyFailure ]
    462459
    463460# This port does not enable HIDDEN_PAGE_DOM_TIMER_THROTTLING
  • trunk/LayoutTests/platform/gtk-wk2/TestExpectations

    r163616 r163619  
    352352webkit.org/b/97655 fast/css/style-scoped [ Failure ]
    353353webkit.org/b/97655 fast/css/style-scoped/style-scoped-with-dom-operation.html [ Pass ]
    354 webkit.org/b/97655 fast/regions/style-scoped/style-scoped-in-flow-override-container-style.html [ ImageOnlyFailure ]
    355 webkit.org/b/97655 fast/regions/style-scoped/style-scoped-in-flow-override-region-styling.html [ ImageOnlyFailure ]
    356 webkit.org/b/97655 fast/regions/style-scoped/style-scoped-in-flow.html [ ImageOnlyFailure ]
    357354
    358355# Apparently our WebkitTestRunner is disregarding window features? We open the window sized 800x600.
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r163616 r163619  
    12851285webkit.org/b/91489 fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html [ ImageOnlyFailure ]
    12861286
    1287 webkit.org/b/49142 fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-multiple-regions.html [ ImageOnlyFailure ]
    1288 
    12891287webkit.org/b/98613 css3/masking/clip-path-reference-userSpaceOnUse.html [ ImageOnlyFailure ]
    12901288webkit.org/b/98613 css3/masking/clip-path-reference.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r163607 r163619  
    337337# fails because of antialiasing differences.
    338338fast/css/object-fit/object-fit-canvas.html [ Pass ImageOnlyFailure ]
    339 
    340 # CSS Regions tests for region styling and scoped styles
    341 fast/regions/style-scoped
    342339
    343340# ENABLE(SHADOW_DOM) is disabled.
  • trunk/LayoutTests/platform/win/TestExpectations

    r163262 r163619  
    14701470# <style scoped> is not yet enabled. http://webkit.org/b/49142
    14711471fast/css/style-scoped
    1472 # CSS Regions tests for region styling and scoped styles
    1473 fast/regions/style-scoped
    14741472
    14751473# ENABLE(SHADOW_DOM) is disabled.
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r162644 r163619  
    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
    1976 fast/regions/style-scoped
    19771975
    19781976# ENABLE(SHADOW_DOM) is disabled.
Note: See TracChangeset for help on using the changeset viewer.