Changeset 168309 in webkit


Ignore:
Timestamp:
May 5, 2014 12:43:12 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[CSS Blending] Move fast/repaint tests to css3/compositing/repaint
https://bugs.webkit.org/show_bug.cgi?id=132567

Patch by Ion Rosca <Ion Rosca> on 2014-05-05
Reviewed by Mihnea Ovidenie.

  • css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt.
  • css3/compositing/repaint/blend-mode-isolate-stacking-context.html: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html.
  • platform/efl-wk2/TestExpectations:
  • platform/efl/TestExpectations:
  • platform/gtk/TestExpectations:
Location:
trunk/LayoutTests
Files:
1 added
4 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r168306 r168309  
     12014-05-05  Ion Rosca  <rosca@adobe.com>
     2
     3        [CSS Blending] Move fast/repaint tests to css3/compositing/repaint
     4        https://bugs.webkit.org/show_bug.cgi?id=132567
     5
     6        Reviewed by Mihnea Ovidenie.
     7
     8        * css3/compositing/repaint/blend-mode-isolate-stacking-context-expected.txt: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context-expected.txt.
     9        * css3/compositing/repaint/blend-mode-isolate-stacking-context.html: Renamed from LayoutTests/fast/repaint/blend-mode-isolate-stacking-context.html.
     10        * platform/efl-wk2/TestExpectations:
     11        * platform/efl/TestExpectations:
     12        * platform/gtk/TestExpectations:
     13
    1142014-05-05  Radu Stavila  <stavila@adobe.com>
    215
  • trunk/LayoutTests/css3/compositing/repaint/blend-mode-isolate-stacking-context.html

    r168308 r168309  
    3838        testRunner.dumpAsText(true);
    3939</script>
    40 <script src="resources/text-based-repaint.js" type="text/javascript"></script>
     40<script src="../../../fast/repaint/resources/text-based-repaint.js" type="text/javascript"></script>
    4141<!-- Repaint test to ensure that setting a blend mode dynamically triggers this operation
    4242    only with the contents of the nearest ancestor stacking context. -->
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r167915 r168309  
    559559webkit.org/b/131987 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
    560560
    561 webkit.org/b/131377 fast/repaint/blend-mode-isolate-stacking-context.html [ Failure Timeout ]
    562 
    563561webkit.org/b/132049 fast/css3-text/css3-text-decoration/text-decoration-skip/glyph-inside-underline.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r167927 r168309  
    433433webkit.org/b/105542 fast/canvas/canvas-blend-image.html [ Skip ]
    434434webkit.org/b/105542 fast/canvas/canvas-blend-solid.html [ Skip ]
    435 webkit.org/b/126887 css3/compositing/background-blend-mode-crossfade-image.html [ Skip ]
    436 webkit.org/b/99200 css3/compositing/blend-mode-layers.html [ Skip ]
    437 webkit.org/b/99200 css3/compositing/blend-mode-overflow.html [ Skip ]
    438 webkit.org/b/99200 css3/compositing/blend-mode-reflection.html [ Skip ]
    439 webkit.org/b/99200 css3/compositing/blend-mode-simple.html [ Skip ]
    440 webkit.org/b/118894 css3/compositing/background-blend-mode-data-uri-svg-image.html [ Skip ]
    441 webkit.org/b/126888 css3/compositing/background-blend-mode-tiled-layers.html [ Skip ]
    442435
    443436# No concept of secure text input
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r168275 r168309  
    19081908webkit.org/b/124349 fast/hidpi/image-srcset-relative-svg-canvas.html [ Pass ]
    19091909
    1910 webkit.org/b/131377 fast/repaint/blend-mode-isolate-stacking-context.html [ Failure Timeout ]
    1911 
    19121910webkit.org/b/131496 accessibility/help-text.html [ Failure ]
    19131911
Note: See TracChangeset for help on using the changeset viewer.