Changeset 160708 in webkit


Ignore:
Timestamp:
Dec 17, 2013 8:58:06 AM (10 years ago)
Author:
mihnea@adobe.com
Message:

[CSS Regions] Move regions tests from fast/repaint into fast/regions
https://bugs.webkit.org/show_bug.cgi?id=78786

Reviewed by Dirk Schulze.

Moved regions repaint tests from fast/repaint into fast/regions/repaint.
Moved regions repaint tests from fast/regions into fast/regions/repaint.
Adjusted paths, TestExpectations.

  • fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt: Renamed from LayoutTests/fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt.
  • fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-absolute-from-fixed.html.
  • fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt: Renamed from LayoutTests/fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt.
  • fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-fixed-from-absolute.html.
  • fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static-expected.txt.
  • fast/regions/repaint/element-inflow-fixed-from-outflow-static.html: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static.html.
  • fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed-expected.txt.
  • fast/regions/repaint/element-outflow-static-from-inflow-fixed.html: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed.html.
  • fast/regions/repaint/fixed-in-named-flow-scroll-expected.txt: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll-expected.txt.
  • fast/regions/repaint/fixed-in-named-flow-scroll.html: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll.html.
  • fast/regions/repaint/increasing-region-content-height-expected.txt: Renamed from LayoutTests/fast/repaint/increasing-region-content-height-expected.txt.
  • fast/regions/repaint/increasing-region-content-height.html: Renamed from LayoutTests/fast/repaint/increasing-region-content-height.html.
  • fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html: Renamed from LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html.
  • fast/regions/repaint/line-flow-with-floats-in-regions.html: Added.
  • fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html: Renamed from LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-in-regions.html.
  • fast/regions/repaint/region-painting-composited-element-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element-expected.html.
  • fast/regions/repaint/region-painting-composited-element.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element.html.
  • fast/regions/repaint/region-painting-in-composited-view-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view-expected.html.
  • fast/regions/repaint/region-painting-in-composited-view.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view.html.
  • fast/regions/repaint/region-painting-invalidation.html: Renamed from LayoutTests/fast/repaint/region-painting-invalidation.html.
  • fast/regions/repaint/region-painting-via-layout.html: Renamed from LayoutTests/fast/repaint/region-painting-via-layout.html.
  • fast/regions/repaint/repaint-regions-overflow-expected.txt: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow-expected.txt.
  • fast/regions/repaint/repaint-regions-overflow.html: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow.html.
  • fast/repaint/line-flow-with-floats-in-regions.html: Removed.
  • platform/efl/TestExpectations:
  • platform/efl/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt.
  • platform/gtk/TestExpectations:
  • platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png.
  • platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt.
  • platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png.
  • platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt.
  • platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png.
  • platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt.
  • platform/mac/fast/regions/repaint/region-painting-invalidation-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.png.
  • platform/mac/fast/regions/repaint/region-painting-invalidation-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.txt.
  • platform/mac/fast/regions/repaint/region-painting-via-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.png.
  • platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.txt.
  • platform/win/TestExpectations:
  • platform/wincairo/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 added
1 deleted
5 edited
33 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r160702 r160708  
     12013-12-17  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [CSS Regions] Move regions tests from fast/repaint into fast/regions
     4        https://bugs.webkit.org/show_bug.cgi?id=78786
     5
     6        Reviewed by Dirk Schulze.
     7
     8        Moved regions repaint tests from fast/repaint into fast/regions/repaint.
     9        Moved regions repaint tests from fast/regions into fast/regions/repaint.
     10        Adjusted paths, TestExpectations.
     11
     12        * fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt: Renamed from LayoutTests/fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt.
     13        * fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-absolute-from-fixed.html.
     14        * fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt: Renamed from LayoutTests/fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt.
     15        * fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-fixed-from-absolute.html.
     16        * fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static-expected.txt.
     17        * fast/regions/repaint/element-inflow-fixed-from-outflow-static.html: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static.html.
     18        * fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed-expected.txt.
     19        * fast/regions/repaint/element-outflow-static-from-inflow-fixed.html: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed.html.
     20        * fast/regions/repaint/fixed-in-named-flow-scroll-expected.txt: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll-expected.txt.
     21        * fast/regions/repaint/fixed-in-named-flow-scroll.html: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll.html.
     22        * fast/regions/repaint/increasing-region-content-height-expected.txt: Renamed from LayoutTests/fast/repaint/increasing-region-content-height-expected.txt.
     23        * fast/regions/repaint/increasing-region-content-height.html: Renamed from LayoutTests/fast/repaint/increasing-region-content-height.html.
     24        * fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html: Renamed from LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html.
     25        * fast/regions/repaint/line-flow-with-floats-in-regions.html: Added.
     26        * fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html: Renamed from LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-in-regions.html.
     27        * fast/regions/repaint/region-painting-composited-element-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element-expected.html.
     28        * fast/regions/repaint/region-painting-composited-element.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element.html.
     29        * fast/regions/repaint/region-painting-in-composited-view-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view-expected.html.
     30        * fast/regions/repaint/region-painting-in-composited-view.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view.html.
     31        * fast/regions/repaint/region-painting-invalidation.html: Renamed from LayoutTests/fast/repaint/region-painting-invalidation.html.
     32        * fast/regions/repaint/region-painting-via-layout.html: Renamed from LayoutTests/fast/repaint/region-painting-via-layout.html.
     33        * fast/regions/repaint/repaint-regions-overflow-expected.txt: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow-expected.txt.
     34        * fast/regions/repaint/repaint-regions-overflow.html: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow.html.
     35        * fast/repaint/line-flow-with-floats-in-regions.html: Removed.
     36        * platform/efl/TestExpectations:
     37        * platform/efl/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt.
     38        * platform/gtk/TestExpectations:
     39        * platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png.
     40        * platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt.
     41        * platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png.
     42        * platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt.
     43        * platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png.
     44        * platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt.
     45        * platform/mac/fast/regions/repaint/region-painting-invalidation-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.png.
     46        * platform/mac/fast/regions/repaint/region-painting-invalidation-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.txt.
     47        * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.png.
     48        * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.txt.
     49        * platform/win/TestExpectations:
     50        * platform/wincairo/TestExpectations:
     51
    1522013-12-17  Mario Sanchez Prada  <mario.prada@samsung.com>
    253
  • trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html

    r160707 r160708  
    77            #target  { -webkit-flow-into: flow; width: 50px; height: 50px; background-color: green; top: 100px; left: 50px; position: fixed; z-index: 0; }
    88        </style>
    9         <script src="../repaint/resources/text-based-repaint.js"></script>
     9        <script src="../../repaint/resources/text-based-repaint.js"></script>
    1010    </head>
    1111    <body onload="runRepaintTest()">
  • trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html

    r160707 r160708  
    77            #target  { -webkit-flow-into: flow; width: 50px; height: 50px; background-color: green; top: 100px; left: 50px; position: absolute; z-index: 0; }
    88        </style>
    9         <script src="../repaint/resources/text-based-repaint.js"></script>
     9        <script src="../../repaint/resources/text-based-repaint.js"></script>
    1010    </head>
    1111    <body onload="runRepaintTest()">
  • trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static.html

    r160707 r160708  
    88            #target  { width: 50px; height: 50px; background-color: green; top: 100px; left: 50px; }
    99        </style>
    10         <script src="../repaint/resources/text-based-repaint.js"></script>
     10        <script src="../../repaint/resources/text-based-repaint.js"></script>
    1111    </head>
    1212    <body onload="runRepaintTest()">
  • trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed.html

    r160707 r160708  
    88            #target  { position: fixed; -webkit-flow-into: flow; width: 50px; height: 50px; background-color: green; top: 100px; left: 50px; }
    99        </style>
    10         <script src="../repaint/resources/text-based-repaint.js"></script>
     10        <script src="../../repaint/resources/text-based-repaint.js"></script>
    1111    </head>
    1212    <body onload="runRepaintTest()">
  • trunk/LayoutTests/fast/regions/repaint/fixed-in-named-flow-scroll.html

    r160707 r160708  
    1111            #red { position: absolute; top: 200px; left: 100px; width: 100px; height: 100px; background-color: red; }
    1212        </style>
    13         <script src="../repaint/resources/text-based-repaint.js"></script>
     13        <script src="../../repaint/resources/text-based-repaint.js"></script>
    1414    </head>
    1515    <body onload="test()">
  • trunk/LayoutTests/fast/regions/repaint/increasing-region-content-height.html

    r160707 r160708  
    22<html>
    33        <head>
    4                 <script src="resources/text-based-repaint.js" type="text/javascript"></script>
     4                <script src="../../repaint/resources/text-based-repaint.js" type="text/javascript"></script>
    55               
    66                <style>
  • trunk/LayoutTests/fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html

    r160707 r160708  
    33<head>
    44<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    5 <script>
    6     if (window.testRunner)
    7         window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
    8 </script>
    9 <script src="resources/repaint.js"></script>
     5<script src="../../repaint/resources/repaint.js"></script>
    106<script>
    117function repaintTest()
  • trunk/LayoutTests/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html

    r160707 r160708  
    1 <script src="resources/repaint.js"></script>
     1<script src="../../repaint/resources/repaint.js"></script>
    22<script>
    3     if (window.testRunner)
    4         window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
    53    onload = runRepaintTest;
    64
  • trunk/LayoutTests/fast/regions/repaint/region-painting-composited-element-expected.html

    r160707 r160708  
    22<head>
    33<title>Test for https://bugs.webkit.org/show_bug.cgi?id=102826</title>
    4 <script>
    5     if (window.testRunner)
    6         window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
    7 </script>
    84<style type="text/css">
    95#region1, #region2 {
  • trunk/LayoutTests/fast/regions/repaint/region-painting-composited-element.html

    r160707 r160708  
    22<head>
    33<title>Test for https://bugs.webkit.org/show_bug.cgi?id=102826</title>
    4 <script>
    5     if (window.testRunner)
    6         window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
    7 </script>
    84<style type="text/css">
    95#content {
  • trunk/LayoutTests/fast/regions/repaint/region-painting-in-composited-view-expected.html

    r160707 r160708  
    2525
    2626</style>
    27 <script src="resources/repaint.js" type="text/javascript"></script>
     27<script src="../../repaint/resources/repaint.js" type="text/javascript"></script>
    2828<script>
    2929function repaintTest()
  • trunk/LayoutTests/fast/regions/repaint/region-painting-in-composited-view.html

    r160707 r160708  
    22<head>
    33<title>Test for https://bugs.webkit.org/show_bug.cgi?id=102826</title>
    4 <script>
    5     if (window.testRunner)
    6         window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
    7 </script>
    84<style type="text/css">
    95#content {
     
    3935
    4036</style>
    41 <script src="resources/repaint.js" type="text/javascript"></script>
     37<script src="../../repaint/resources/repaint.js" type="text/javascript"></script>
    4238<script>
    4339function repaintTest()
  • trunk/LayoutTests/fast/regions/repaint/region-painting-invalidation.html

    r160707 r160708  
    22<head>
    33<title>Test for https://bugs.webkit.org/show_bug.cgi?id=78787</title>
    4 <script>
    5     if (window.testRunner)
    6         window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
    7 </script>
    84<style type="text/css">
    95#content {
     
    3228
    3329</style>
    34 <script src="resources/repaint.js" type="text/javascript"></script>
     30<script src="../../repaint/resources/repaint.js" type="text/javascript"></script>
    3531<script>
    3632function repaintTest()
  • trunk/LayoutTests/fast/regions/repaint/region-painting-via-layout.html

    r160707 r160708  
    22<head>
    33<title>Test for https://bugs.webkit.org/show_bug.cgi?id=69932</title>
    4 <script>
    5     if (window.testRunner)
    6         window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
    7 </script>
    84<style type="text/css">
    95#content {
     
    3329
    3430</style>
    35 <script src="resources/repaint.js" type="text/javascript"></script>
     31<script src="../../repaint/resources/repaint.js" type="text/javascript"></script>
    3632<script>
    3733function repaintTest()
  • trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow.html

    r160707 r160708  
    22<html>
    33        <head>
    4                 <script src="resources/text-based-repaint.js" type="text/javascript"></script>
     4                <script src="../../repaint/resources/text-based-repaint.js" type="text/javascript"></script>
    55               
    66                <style>
  • trunk/LayoutTests/platform/efl/TestExpectations

    r160431 r160708  
    16141614webkit.org/b/122963 fast/regions/text-region-split-small-pagination.html [ Missing ]
    16151615
    1616 webkit.org/b/122963 fast/repaint/line-flow-with-floats-in-regions.html [ Missing ]
    1617 webkit.org/b/122963 fast/repaint/overflow-flipped-writing-mode-block-in-regions.html [ Missing ]
    1618 webkit.org/b/122963 fast/repaint/region-painting-invalidation.html [ Missing ]
    1619 webkit.org/b/122963 fast/repaint/region-painting-via-layout.html [ Missing ]
     1616webkit.org/b/122963 fast/regions/repaint/line-flow-with-floats-in-regions.html [ Missing ]
     1617webkit.org/b/122963 fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html [ Missing ]
     1618webkit.org/b/122963 fast/regions/repaint/region-painting-invalidation.html [ Missing ]
     1619webkit.org/b/122963 fast/regions/repaint/region-painting-via-layout.html [ Missing ]
    16201620
    16211621# EFL port doesn't fully support printing
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r160702 r160708  
    5151webkit.org/b/122963 fast/regions/text-region-split-small-pagination.html [ Missing ]
    5252
    53 webkit.org/b/122963 fast/repaint/japanese-rl-selection-repaint-in-regions.html [ Missing ]
    54 webkit.org/b/122963 fast/repaint/line-flow-with-floats-in-regions.html [ Missing ]
    55 webkit.org/b/122963 fast/repaint/overflow-flipped-writing-mode-block-in-regions.html [ Missing ]
    56 webkit.org/b/122963 fast/repaint/region-painting-invalidation.html [ Missing ]
    57 webkit.org/b/122963 fast/repaint/region-painting-via-layout.html [ Missing ]
     53webkit.org/b/122963 fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html [ Missing ]
     54webkit.org/b/122963 fast/regions/repaint/line-flow-with-floats-in-regions.html [ Missing ]
     55webkit.org/b/122963 fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html [ Missing ]
     56webkit.org/b/122963 fast/regions/repaint/region-painting-invalidation.html [ Missing ]
     57webkit.org/b/122963 fast/regions/repaint/region-painting-via-layout.html [ Missing ]
    5858
    5959#////////////////////////////////////////////////////////////////////////////////////////
     
    15131513webkit.org/b/124834 fast/block/float/clear-negative-margin-top.html [ ImageOnlyFailure ]
    15141514
    1515 webkit.org/b/124835 fast/repaint/repaint-regions-overflow.html [ Failure ]
     1515webkit.org/b/124835 fast/regions/repaint/repaint-regions-overflow.html [ Failure ]
    15161516
    15171517webkit.org/b/125071 fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/win/TestExpectations

    r160612 r160708  
    18711871fast/profiler/dead-time.html
    18721872fast/profiler/stop-profiling-after-setTimeout.html
     1873fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html
     1874fast/regions/repaint/line-flow-with-floats-in-regions.html
     1875fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html
     1876fast/regions/repaint/region-painting-invalidation.html
     1877fast/regions/repaint/region-painting-via-layout.html
    18731878fast/repaint/canvas-putImageData.html
    18741879fast/repaint/fixed-in-page-scale.html
    18751880fast/repaint/fixed-right-bottom-in-page-scale.html
    18761881fast/repaint/fixed-right-in-page-scale.html
    1877 fast/repaint/japanese-rl-selection-repaint-in-regions.html
    1878 fast/repaint/line-flow-with-floats-in-regions.html
    18791882fast/repaint/moving-shadow-on-container.html
    18801883fast/repaint/moving-shadow-on-path.html
    1881 fast/repaint/overflow-flipped-writing-mode-block-in-regions.html
    1882 fast/repaint/region-painting-invalidation.html
    1883 fast/repaint/region-painting-via-layout.html
    18841884fast/table/027.html
    18851885fast/table/027-vertical.html
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r159827 r160708  
    23642364fast/profiler/dead-time.html
    23652365fast/profiler/stop-profiling-after-setTimeout.html
     2366fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html
     2367fast/regions/repaint/line-flow-with-floats-in-regions.html
     2368fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html
     2369fast/regions/repaint/region-painting-invalidation.html
     2370fast/regions/repaint/region-painting-via-layout.html
    23662371fast/repaint/canvas-putImageData.html
    23672372fast/repaint/fixed-in-page-scale.html
    23682373fast/repaint/fixed-right-bottom-in-page-scale.html
    23692374fast/repaint/fixed-right-in-page-scale.html
    2370 fast/repaint/japanese-rl-selection-repaint-in-regions.html
    2371 fast/repaint/line-flow-with-floats-in-regions.html
    23722375fast/repaint/moving-shadow-on-container.html
    23732376fast/repaint/moving-shadow-on-path.html
    2374 fast/repaint/overflow-flipped-writing-mode-block-in-regions.html
    2375 fast/repaint/region-painting-invalidation.html
    2376 fast/repaint/region-painting-via-layout.html
    23772377fast/table/027.html
    23782378fast/table/027-vertical.html
Note: See TracChangeset for help on using the changeset viewer.