Title: [211581] trunk/LayoutTests
- Revision
- 211581
- Author
- [email protected]
- Date
- 2017-02-02 12:21:58 -0800 (Thu, 02 Feb 2017)
Log Message
Clean up css3/filters/backdrop/dynamic-with-clip-path.html
This test used a clip-path that was entirely outside the element, making it confusing.
Move the clipping circle to the center.
* css3/filters/backdrop/dynamic-with-clip-path-expected.html:
* css3/filters/backdrop/dynamic-with-clip-path.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (211580 => 211581)
--- trunk/LayoutTests/ChangeLog 2017-02-02 19:34:09 UTC (rev 211580)
+++ trunk/LayoutTests/ChangeLog 2017-02-02 20:21:58 UTC (rev 211581)
@@ -1,3 +1,13 @@
+2017-02-02 Simon Fraser <[email protected]>
+
+ Clean up css3/filters/backdrop/dynamic-with-clip-path.html
+
+ This test used a clip-path that was entirely outside the element, making it confusing.
+ Move the clipping circle to the center.
+
+ * css3/filters/backdrop/dynamic-with-clip-path-expected.html:
+ * css3/filters/backdrop/dynamic-with-clip-path.html:
+
2017-02-02 Ryan Haddad <[email protected]>
Marking http/tests/inspector/worker/blob-script-with-cross-domain-imported-scripts.html as flaky.
Modified: trunk/LayoutTests/css3/filters/backdrop/dynamic-with-clip-path-expected.html (211580 => 211581)
--- trunk/LayoutTests/css3/filters/backdrop/dynamic-with-clip-path-expected.html 2017-02-02 19:34:09 UTC (rev 211580)
+++ trunk/LayoutTests/css3/filters/backdrop/dynamic-with-clip-path-expected.html 2017-02-02 20:21:58 UTC (rev 211581)
@@ -7,12 +7,12 @@
background-color: green;
}
#filter {
- position: absolute;
- width: 200px;
- height: 200px;
- transform: translatez(0);
- -webkit-clip-path: circle(25px at 225px);
- -webkit-backdrop-filter: invert();
+ position: absolute;
+ width: 200px;
+ height: 200px;
+ transform: translateZ(0);
+ -webkit-clip-path: circle(80px at 100px);
+ -webkit-backdrop-filter: invert();
}
</style>
<div id="box"></div>
Modified: trunk/LayoutTests/css3/filters/backdrop/dynamic-with-clip-path.html (211580 => 211581)
--- trunk/LayoutTests/css3/filters/backdrop/dynamic-with-clip-path.html 2017-02-02 19:34:09 UTC (rev 211580)
+++ trunk/LayoutTests/css3/filters/backdrop/dynamic-with-clip-path.html 2017-02-02 20:21:58 UTC (rev 211581)
@@ -10,8 +10,8 @@
position: absolute;
width: 200px;
height: 200px;
- transform: translatez(0);
- -webkit-clip-path: circle(25px at 225px);
+ transform: translateZ(0);
+ -webkit-clip-path: circle(80px at 100px);
}
.backdrop {
-webkit-backdrop-filter: invert();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes