Title: [157860] trunk/LayoutTests
- Revision
- 157860
- Author
- commit-qu...@webkit.org
- Date
- 2013-10-23 09:38:47 -0700 (Wed, 23 Oct 2013)
Log Message
[CSS Regions] compositing/regions/region-as-layer-in-another-flowthread.html has image failure
https://bugs.webkit.org/show_bug.cgi?id=123193
Patch by Mihai Maerean <mmaer...@adobe.com> on 2013-10-23
Reviewed by Simon Fraser.
Removed overlapping of box-shadows which resulted in flaky results.
* compositing/regions/region-as-layer-in-another-flowthread-expected.html:
* compositing/regions/region-as-layer-in-another-flowthread.html:
* platform/mac/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (157859 => 157860)
--- trunk/LayoutTests/ChangeLog 2013-10-23 16:23:30 UTC (rev 157859)
+++ trunk/LayoutTests/ChangeLog 2013-10-23 16:38:47 UTC (rev 157860)
@@ -1,3 +1,16 @@
+2013-10-23 Mihai Maerean <mmaer...@adobe.com>
+
+ [CSS Regions] compositing/regions/region-as-layer-in-another-flowthread.html has image failure
+ https://bugs.webkit.org/show_bug.cgi?id=123193
+
+ Reviewed by Simon Fraser.
+
+ Removed overlapping of box-shadows which resulted in flaky results.
+
+ * compositing/regions/region-as-layer-in-another-flowthread-expected.html:
+ * compositing/regions/region-as-layer-in-another-flowthread.html:
+ * platform/mac/TestExpectations:
+
2013-10-23 Mario Sanchez Prada <mario.pr...@samsung.com>
[GTK] Expose image links properly
Modified: trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread-expected.html (157859 => 157860)
--- trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread-expected.html 2013-10-23 16:23:30 UTC (rev 157859)
+++ trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread-expected.html 2013-10-23 16:38:47 UTC (rev 157860)
@@ -15,7 +15,7 @@
}
#causesTheRegionToBeComposited {
- -webkit-transform: translateZ(-30px) translateX(-65px);
+ -webkit-transform: translateZ(1px) translateY(-140px) translateX(400px);
width: 100px;
height: 40px;
background-color: Lime;
@@ -44,6 +44,7 @@
.boxShadow {
box-shadow: 2px 2px 15px Black;
+ margin: 35px; /* Removes overlapping of box-shadows which resulted in flaky results. */
}
</style>
</head>
Modified: trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread.html (157859 => 157860)
--- trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread.html 2013-10-23 16:23:30 UTC (rev 157859)
+++ trunk/LayoutTests/compositing/regions/region-as-layer-in-another-flowthread.html 2013-10-23 16:38:47 UTC (rev 157860)
@@ -31,7 +31,7 @@
}
.transformed {
- -webkit-transform: translateZ(-30px) translateX(-65px);
+ -webkit-transform: translateZ(1px) translateY(-140px) translateX(400px);
}
#region {
@@ -52,6 +52,7 @@
.boxShadow {
box-shadow: 2px 2px 15px Black;
+ margin: 35px; /* Removes overlapping of box-shadows which resulted in flaky results. */
}
</style>
</head>
Modified: trunk/LayoutTests/platform/mac/TestExpectations (157859 => 157860)
--- trunk/LayoutTests/platform/mac/TestExpectations 2013-10-23 16:23:30 UTC (rev 157859)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2013-10-23 16:38:47 UTC (rev 157860)
@@ -1292,5 +1292,3 @@
webkit.org/b/123010 media/W3C/audio/networkState/networkState_during_loadstart.html [ Pass Failure ]
webkit.org/b/123099 media/media-controller-time-clamp.html [ Pass Failure Timeout ]
-
-webkit.org/b/123193 compositing/regions/region-as-layer-in-another-flowthread.html [ Image ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes