Changeset 202447 in webkit


Ignore:
Timestamp:
Jun 24, 2016 2:09:43 PM (8 years ago)
Author:
Konstantin Tokarev
Message:

Removed tests of STYLE_SCOPED which was removed in r156683.
https://bugs.webkit.org/show_bug.cgi?id=159098

Reviewed by Ryosuke Niwa.

  • fast/css/style-scoped/basic-attribute-expected.txt: Removed.
  • fast/css/style-scoped/basic-attribute.html: Removed.
  • fast/css/style-scoped/registering-expected.txt: Removed.
  • fast/css/style-scoped/registering-shadowroot-expected.txt: Removed.
  • fast/css/style-scoped/registering-shadowroot.html: Removed.
  • fast/css/style-scoped/registering.html: Removed.
  • fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-apply-author-styles.html: Removed.
  • fast/css/style-scoped/style-scoped-attach-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-attach.html: Removed.
  • fast/css/style-scoped/style-scoped-basic-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-basic.html: Removed.
  • fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html: Removed.
  • fast/css/style-scoped/style-scoped-detach-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-detach.html: Removed.
  • fast/css/style-scoped/style-scoped-in-shadow-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-in-shadow.html: Removed.
  • fast/css/style-scoped/style-scoped-nested-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-nested.html: Removed.
  • fast/css/style-scoped/style-scoped-remove-scoped-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-remove-scoped.html: Removed.
  • fast/css/style-scoped/style-scoped-set-scoped-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-set-scoped.html: Removed.
  • fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-with-dom-operation.html: Removed.
  • fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Removed.
  • fast/css/style-scoped/style-scoped-with-important-rule.html: Removed.
  • platform/efl/TestExpectations: Don't skip fast/css/style-scoped.
  • platform/gtk/TestExpectations: Ditto.
  • platform/ios-simulator/TestExpectations: Ditto.
  • platform/mac/TestExpectations: Ditto.
  • platform/win/TestExpectations: Ditto.
Location:
trunk/LayoutTests
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202437 r202447  
     12016-06-24  Konstantin Tokarev  <annulen@yandex.ru>
     2
     3        Removed tests of STYLE_SCOPED which was removed in r156683.
     4        https://bugs.webkit.org/show_bug.cgi?id=159098
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * fast/css/style-scoped/basic-attribute-expected.txt: Removed.
     9        * fast/css/style-scoped/basic-attribute.html: Removed.
     10        * fast/css/style-scoped/registering-expected.txt: Removed.
     11        * fast/css/style-scoped/registering-shadowroot-expected.txt: Removed.
     12        * fast/css/style-scoped/registering-shadowroot.html: Removed.
     13        * fast/css/style-scoped/registering.html: Removed.
     14        * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt: Removed.
     15        * fast/css/style-scoped/style-scoped-apply-author-styles.html: Removed.
     16        * fast/css/style-scoped/style-scoped-attach-expected.txt: Removed.
     17        * fast/css/style-scoped/style-scoped-attach.html: Removed.
     18        * fast/css/style-scoped/style-scoped-basic-expected.txt: Removed.
     19        * fast/css/style-scoped/style-scoped-basic.html: Removed.
     20        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt: Removed.
     21        * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html: Removed.
     22        * fast/css/style-scoped/style-scoped-detach-expected.txt: Removed.
     23        * fast/css/style-scoped/style-scoped-detach.html: Removed.
     24        * fast/css/style-scoped/style-scoped-in-shadow-expected.txt: Removed.
     25        * fast/css/style-scoped/style-scoped-in-shadow.html: Removed.
     26        * fast/css/style-scoped/style-scoped-nested-expected.txt: Removed.
     27        * fast/css/style-scoped/style-scoped-nested.html: Removed.
     28        * fast/css/style-scoped/style-scoped-remove-scoped-expected.txt: Removed.
     29        * fast/css/style-scoped/style-scoped-remove-scoped.html: Removed.
     30        * fast/css/style-scoped/style-scoped-set-scoped-expected.txt: Removed.
     31        * fast/css/style-scoped/style-scoped-set-scoped.html: Removed.
     32        * fast/css/style-scoped/style-scoped-with-dom-operation-expected.txt: Removed.
     33        * fast/css/style-scoped/style-scoped-with-dom-operation.html: Removed.
     34        * fast/css/style-scoped/style-scoped-with-important-rule-expected.txt: Removed.
     35        * fast/css/style-scoped/style-scoped-with-important-rule.html: Removed.
     36        * platform/efl/TestExpectations: Don't skip fast/css/style-scoped.
     37        * platform/gtk/TestExpectations: Ditto.
     38        * platform/ios-simulator/TestExpectations: Ditto.
     39        * platform/mac/TestExpectations: Ditto.
     40        * platform/win/TestExpectations: Ditto.
     41
    1422016-06-24  Alexey Proskuryakov  <ap@apple.com>
    243
  • trunk/LayoutTests/platform/efl/TestExpectations

    r202221 r202447  
    15141514webkit.org/b/61932 [ Debug ] jquery/manipulation.html [ Failure Pass Timeout ]
    15151515
    1516 webkit.org/b/49142 fast/css/style-scoped [ Skip ]
    1517 
    15181516# Tracking corner not being painted for TextArea.
    15191517webkit.org/b/85484 fast/css/resize-corner-tracking-transformed.html [ Failure ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r202339 r202447  
    423423# QuickTime plug-in not relevant to this port
    424424Bug(GTK) plugins/quicktime-plugin-replacement.html [ Skip ]
    425 
    426 # Style scoped support unimplemented
    427 Bug(GTK) fast/css/style-scoped [ Skip ]
    428425
    429426# ENABLE(CSS_SCROLL_SNAP) is disabled.
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r202428 r202447  
    14591459fast/css/sticky/sticky-writing-mode-vertical-lr.html [ ImageOnlyFailure ]
    14601460fast/css/sticky/sticky-writing-mode-vertical-rl.html [ ImageOnlyFailure ]
    1461 fast/css/style-scoped/basic-attribute.html [ Failure ]
    1462 fast/css/style-scoped/registering-shadowroot.html [ Failure ]
    1463 fast/css/style-scoped/registering.html [ Failure ]
    1464 fast/css/style-scoped/style-scoped-apply-author-styles.html [ Failure ]
    1465 fast/css/style-scoped/style-scoped-attach.html [ Failure ]
    1466 fast/css/style-scoped/style-scoped-basic.html [ Failure ]
    1467 fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html [ Failure ]
    1468 fast/css/style-scoped/style-scoped-detach.html [ Failure ]
    1469 fast/css/style-scoped/style-scoped-in-shadow.html [ Failure ]
    1470 fast/css/style-scoped/style-scoped-nested.html [ Failure ]
    1471 fast/css/style-scoped/style-scoped-remove-scoped.html [ Failure ]
    1472 fast/css/style-scoped/style-scoped-set-scoped.html [ Failure ]
    1473 fast/css/style-scoped/style-scoped-with-important-rule.html [ Failure ]
    14741461fast/css/user-drag-none.html [ Failure ]
    14751462fast/css/vertical-align-baseline-rowspan-010.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r202437 r202447  
    283283# HTTP 204 (No Content) should be ignored
    284284webkit.org/b/60206 http/tests/navigation/response204.html
    285 
    286 # Styled scope element is not yet enabled.
    287 webkit.org/b/49142 fast/css/style-scoped
    288285
    289286# JSC does not support setIsolatedWorldSecurityOrigin
  • trunk/LayoutTests/platform/win/TestExpectations

    r202375 r202447  
    460460# TODO CSS Grid Layout is not yet enabled.
    461461webkit.org/b/60731 fast/css-grid-layout/ [ Skip ]
    462 
    463 # <style scoped> is not yet enabled.
    464 webkit.org/b/49142 fast/css/style-scoped/ [ Skip ]
    465462
    466463# TODO ENABLE(CSS_SCROLL_SNAP) is disabled.
Note: See TracChangeset for help on using the changeset viewer.