Changeset 180654 in webkit


Ignore:
Timestamp:
Feb 25, 2015 8:08:38 PM (9 years ago)
Author:
mmaxfield@apple.com
Message:

Update 3 more tests after r177774

Unreviewed.

Patch by Myles C. Maxfield <mmaxfield@apple.com> on 2015-02-25

  • fast/multicol/newmulticol/spanner-table-expected.html:
  • fast/multicol/newmulticol/spanner-table.html:
  • fast/regions/scrolling/wheel-scroll-abspos-expected.html:
  • fast/regions/scrolling/wheel-scroll-expected.html:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r180652 r180654  
     12015-02-25  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Update 3 more tests after r177774
     4
     5        Unreviewed.
     6
     7        * fast/multicol/newmulticol/spanner-table-expected.html:
     8        * fast/multicol/newmulticol/spanner-table.html:
     9        * fast/regions/scrolling/wheel-scroll-abspos-expected.html:
     10        * fast/regions/scrolling/wheel-scroll-expected.html:
     11        * platform/mac/TestExpectations:
     12
    1132015-02-25  Myles C. Maxfield  <mmaxfield@apple.com>
    214
  • trunk/LayoutTests/fast/multicol/newmulticol/spanner-table-expected.html

    r168985 r180654  
    55    </head>
    66    <body>
    7         <p>Below you should see the word 'PASS':</p>
    8         PASS
     7        <p>Below you should see boxes that are green, blue, yellow, and purple, in that order.</p>
     8        <span style="font: 40px Ahem;"><span style="color: green;">P</span><span style="color: blue;">A</span><span style="color: yellow;">S</span><span style="color: purple;">S</span></span>
    99    </body>
    1010</html>
  • trunk/LayoutTests/fast/multicol/newmulticol/spanner-table.html

    r168985 r180654  
    55    </head>
    66    <body>
    7         <p>Below you should see the word 'PASS':</p>
    8         <div style="-webkit-columns:6; columns:6; -webkit-column-gap:0; column-gap:0; width:4em; overflow:hidden;">
     7        <p>Below you should see boxes that are green, blue, yellow, and purple, in that order.</p>
     8        <div style="-webkit-columns:6; columns:6; -webkit-column-gap:0; column-gap:0; width:4em; overflow:hidden; font: 40px Ahem;">
    99            <div style="background:red;">
    1010                <table style="-webkit-column-span:all; column-span:all;" cellspacing="0" cellpadding="0">
    1111                    <tr>
    12                         <td>PA</td>
    13                         <td>SS</td>
     12                        <td><span style="color: green;">P</span><span style="color: blue;">A</span></td>
     13                        <td><span style="color: yellow;">S</span><span style="color: purple;">S</span></td>
    1414                    </tr>
    1515                </table>
  • trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-abspos-expected.html

    r172522 r180654  
    1212
    1313    #region4 {
    14         height: 356px;
     14        height: 340px;
    1515        position: absolute;
    1616        left: 330px;
  • trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-expected.html

    r172522 r180654  
    5959        </div>
    6060        <div class="region">
    61             <p style="margin-top: 1px">Case1. If the mouse cursor is over the flow thread fragmented content inside a region,</p>
     61            <p style="margin-top: 1px">Case1. If the mouse cursor is over the flow thread fragmented content inside a region, the</p>
    6262        </div>
    6363        <div class="region" id="region4">
    64             <p style="margin-top: 1px">the user is unable to scroll the content inside the container. Case2. However, if the mouse is outside the flow thread content but still inside the container, then the user is able to scroll the container content.</p>
     64            <p style="margin-top: 1px">user is unable to scroll the content inside the container. Case2. However, if the mouse is outside the flow thread content but still inside the container, then the user is able to scroll the container content.</p>
    6565            <div id="inner_scroll">
    6666                <p>Assume that there is enough content in the flow to fill the regions and the size of the container is less than the size of regions so that the container gets vertical scrollbar. Case1. If the mouse cursor is over the flow thread fragmented content inside a region, the user is unable to scroll the content inside the container. Case2. However, if the mouse is outside the flow thread content but still inside the container, then the user is able to scroll the container content. There *should be* a possibility to scroll the container content even when the mouse cursor is over the flow thread content in regions. (Case1)</p>
  • trunk/LayoutTests/platform/mac/TestExpectations

    r180652 r180654  
    12251225webkit.org/b/139968 fast/multicol/cell-shrinkback.html [ ImageOnlyFailure ]
    12261226webkit.org/b/139968 fast/multicol/newmulticol/breaks-3-columns-3.html [ ImageOnlyFailure ]
    1227 webkit.org/b/139968 fast/multicol/newmulticol/spanner-table.html [ ImageOnlyFailure ]
    12281227webkit.org/b/139968 fast/regions/last-region-border-radius.html [ ImageOnlyFailure ]
    12291228webkit.org/b/139968 fast/regions/overflow/overflow-first-and-last-regions.html [ ImageOnlyFailure ]
    12301229webkit.org/b/139968 fast/regions/overflow/overflow-in-uniform-regions-dynamic.html [ ImageOnlyFailure ]
    12311230webkit.org/b/139968 fast/regions/region-overflow-break.html [ ImageOnlyFailure ]
    1232 webkit.org/b/139968 fast/regions/scrolling/wheel-scroll-abspos.html [ ImageOnlyFailure ]
    1233 webkit.org/b/139968 fast/regions/scrolling/wheel-scroll.html [ ImageOnlyFailure ]
    12341231webkit.org/b/139968 fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ ImageOnlyFailure ]
    12351232webkit.org/b/139968 fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.