Title: [164821] trunk/LayoutTests
- Revision
- 164821
- Author
- [email protected]
- Date
- 2014-02-27 12:16:40 -0800 (Thu, 27 Feb 2014)
Log Message
Transform more clip-path pixel tests to reference tests
https://bugs.webkit.org/show_bug.cgi?id=129230
Reviewed by Simon Fraser.
Fix masking test.
* svg/masking/mask-negative-scale.svg:
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (164820 => 164821)
--- trunk/LayoutTests/ChangeLog 2014-02-27 19:41:12 UTC (rev 164820)
+++ trunk/LayoutTests/ChangeLog 2014-02-27 20:16:40 UTC (rev 164821)
@@ -1,3 +1,14 @@
+2014-02-27 Dirk Schulze <[email protected]>
+
+ Transform more clip-path pixel tests to reference tests
+ https://bugs.webkit.org/show_bug.cgi?id=129230
+
+ Reviewed by Simon Fraser.
+
+ Fix masking test.
+
+ * svg/masking/mask-negative-scale.svg:
+
2014-02-27 Tibor Meszaros <[email protected]>
Math.{max, min}() must not return after first NaN value
Copied: trunk/LayoutTests/svg/masking/mask-negative-scale-expected.svg (from rev 164820, trunk/LayoutTests/svg/masking/mast-negative-scale-expected.svg) (0 => 164821)
--- trunk/LayoutTests/svg/masking/mask-negative-scale-expected.svg (rev 0)
+++ trunk/LayoutTests/svg/masking/mask-negative-scale-expected.svg 2014-02-27 20:16:40 UTC (rev 164821)
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+<rect width="90" height="90" fill="green"/>
+<rect x="40" y="40" width="50" height="50" fill="blue"/>
+<rect x="110" width="90" height="90" fill="green"/>
+<rect x="110" y="40" width="50" height="50" fill="blue"/>
+<rect y="110" width="90" height="90" fill="green"/>
+<rect x="40" y="110" width="50" height="50" fill="blue"/>
+<rect x="110" y="110" width="90" height="90" fill="green"/>
+<rect x="110" y="110" width="50" height="50" fill="blue"/>
+</svg>
Modified: trunk/LayoutTests/svg/masking/mask-negative-scale.svg (164820 => 164821)
--- trunk/LayoutTests/svg/masking/mask-negative-scale.svg 2014-02-27 19:41:12 UTC (rev 164820)
+++ trunk/LayoutTests/svg/masking/mask-negative-scale.svg 2014-02-27 20:16:40 UTC (rev 164821)
@@ -13,16 +13,16 @@
</mask>
<g transform="translate(200, 200)">
-<g transform="matrix(1 0 0 1 -100 -100)" clip-path="url(#mask)">
+<g transform="matrix(1 0 0 1 -100 -100)" mask="url(#mask)">
<use xlink:href=""
</g>
-<g transform="matrix(-1 0 0 -1 -100 -100)" clip-path="url(#mask)">
+<g transform="matrix(-1 0 0 -1 -100 -100)" mask="url(#mask)">
<use xlink:href=""
</g>
-<g transform="matrix(-1 0 0 1 -100 -100)" clip-path="url(#mask)">
+<g transform="matrix(-1 0 0 1 -100 -100)" mask="url(#mask)">
<use xlink:href=""
</g>
-<g transform="matrix(1 0 0 -1 -100 -100)" clip-path="url(#mask)">
+<g transform="matrix(1 0 0 -1 -100 -100)" mask="url(#mask)">
<use xlink:href=""
</g>
</g>
Deleted: trunk/LayoutTests/svg/masking/mast-negative-scale-expected.svg (164820 => 164821)
--- trunk/LayoutTests/svg/masking/mast-negative-scale-expected.svg 2014-02-27 19:41:12 UTC (rev 164820)
+++ trunk/LayoutTests/svg/masking/mast-negative-scale-expected.svg 2014-02-27 20:16:40 UTC (rev 164821)
@@ -1,10 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<rect width="90" height="90" fill="green"/>
-<rect x="40" y="40" width="50" height="50" fill="blue"/>
-<rect x="110" width="90" height="90" fill="green"/>
-<rect x="110" y="40" width="50" height="50" fill="blue"/>
-<rect y="110" width="90" height="90" fill="green"/>
-<rect x="40" y="110" width="50" height="50" fill="blue"/>
-<rect x="110" y="110" width="90" height="90" fill="green"/>
-<rect x="110" y="110" width="50" height="50" fill="blue"/>
-</svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes