Diff
Modified: trunk/LayoutTests/ChangeLog (180653 => 180654)
--- trunk/LayoutTests/ChangeLog 2015-02-26 04:04:11 UTC (rev 180653)
+++ trunk/LayoutTests/ChangeLog 2015-02-26 04:08:38 UTC (rev 180654)
@@ -1,5 +1,17 @@
2015-02-25 Myles C. Maxfield <[email protected]>
+ Update 3 more tests after r177774
+
+ Unreviewed.
+
+ * 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:
+
+2015-02-25 Myles C. Maxfield <[email protected]>
+
Update css3/flexbox/csswg/flexbox_direction-row-reverse.html after r177774
Unreviewed.
Modified: trunk/LayoutTests/fast/multicol/newmulticol/spanner-table-expected.html (180653 => 180654)
--- trunk/LayoutTests/fast/multicol/newmulticol/spanner-table-expected.html 2015-02-26 04:04:11 UTC (rev 180653)
+++ trunk/LayoutTests/fast/multicol/newmulticol/spanner-table-expected.html 2015-02-26 04:08:38 UTC (rev 180654)
@@ -4,7 +4,7 @@
<title>Table as spanner</title>
</head>
<body>
- <p>Below you should see the word 'PASS':</p>
- PASS
+ <p>Below you should see boxes that are green, blue, yellow, and purple, in that order.</p>
+ <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>
</body>
</html>
Modified: trunk/LayoutTests/fast/multicol/newmulticol/spanner-table.html (180653 => 180654)
--- trunk/LayoutTests/fast/multicol/newmulticol/spanner-table.html 2015-02-26 04:04:11 UTC (rev 180653)
+++ trunk/LayoutTests/fast/multicol/newmulticol/spanner-table.html 2015-02-26 04:08:38 UTC (rev 180654)
@@ -4,13 +4,13 @@
<title>Table as spanner</title>
</head>
<body>
- <p>Below you should see the word 'PASS':</p>
- <div style="-webkit-columns:6; columns:6; -webkit-column-gap:0; column-gap:0; width:4em; overflow:hidden;">
+ <p>Below you should see boxes that are green, blue, yellow, and purple, in that order.</p>
+ <div style="-webkit-columns:6; columns:6; -webkit-column-gap:0; column-gap:0; width:4em; overflow:hidden; font: 40px Ahem;">
<div style="background:red;">
<table style="-webkit-column-span:all; column-span:all;" cellspacing="0" cellpadding="0">
<tr>
- <td>PA</td>
- <td>SS</td>
+ <td><span style="color: green;">P</span><span style="color: blue;">A</span></td>
+ <td><span style="color: yellow;">S</span><span style="color: purple;">S</span></td>
</tr>
</table>
</div>
Modified: trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-abspos-expected.html (180653 => 180654)
--- trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-abspos-expected.html 2015-02-26 04:04:11 UTC (rev 180653)
+++ trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-abspos-expected.html 2015-02-26 04:08:38 UTC (rev 180654)
@@ -11,7 +11,7 @@
}
#region4 {
- height: 356px;
+ height: 340px;
position: absolute;
left: 330px;
top: 120px;
Modified: trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-expected.html (180653 => 180654)
--- trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-expected.html 2015-02-26 04:04:11 UTC (rev 180653)
+++ trunk/LayoutTests/fast/regions/scrolling/wheel-scroll-expected.html 2015-02-26 04:08:38 UTC (rev 180654)
@@ -58,10 +58,10 @@
<p style="margin-top: 1px">container is less than the size of regions so that the container gets vertical scrollbar.</p>
</div>
<div class="region">
- <p style="margin-top: 1px">Case1. If the mouse cursor is over the flow thread fragmented content inside a region,</p>
+ <p style="margin-top: 1px">Case1. If the mouse cursor is over the flow thread fragmented content inside a region, the</p>
</div>
<div class="region" id="region4">
- <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>
+ <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>
<div id="inner_scroll">
<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>
<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>
Modified: trunk/LayoutTests/platform/mac/TestExpectations (180653 => 180654)
--- trunk/LayoutTests/platform/mac/TestExpectations 2015-02-26 04:04:11 UTC (rev 180653)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2015-02-26 04:08:38 UTC (rev 180654)
@@ -1224,13 +1224,10 @@
webkit.org/b/139968 fast/lists/rtl-marker.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/multicol/cell-shrinkback.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/multicol/newmulticol/breaks-3-columns-3.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/multicol/newmulticol/spanner-table.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/regions/last-region-border-radius.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/regions/overflow/overflow-first-and-last-regions.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/regions/overflow/overflow-in-uniform-regions-dynamic.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/regions/region-overflow-break.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/regions/scrolling/wheel-scroll-abspos.html [ ImageOnlyFailure ]
-webkit.org/b/139968 fast/regions/scrolling/wheel-scroll.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html [ ImageOnlyFailure ]
webkit.org/b/139968 fast/table/td-width-fifty-percent-regression.html [ ImageOnlyFailure ]