Title: [108823] trunk/LayoutTests
- Revision
- 108823
- Author
- [email protected]
- Date
- 2012-02-24 11:00:17 -0800 (Fri, 24 Feb 2012)
Log Message
Remove spurious mac-specific tests
https://bugs.webkit.org/show_bug.cgi?id=75091
Patch by Philip Rogers <[email protected]> on 2012-02-24
Reviewed by Daniel Bates.
* platform/mac/svg/text/text-rescale.html: Removed.
* platform/mac/svg/text/text-viewbox-rescale.html: Removed.
Modified Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (108822 => 108823)
--- trunk/LayoutTests/ChangeLog 2012-02-24 18:51:25 UTC (rev 108822)
+++ trunk/LayoutTests/ChangeLog 2012-02-24 19:00:17 UTC (rev 108823)
@@ -1,3 +1,13 @@
+2012-02-24 Philip Rogers <[email protected]>
+
+ Remove spurious mac-specific tests
+ https://bugs.webkit.org/show_bug.cgi?id=75091
+
+ Reviewed by Daniel Bates.
+
+ * platform/mac/svg/text/text-rescale.html: Removed.
+ * platform/mac/svg/text/text-viewbox-rescale.html: Removed.
+
2012-02-24 Philippe Normand <[email protected]>
Unreviewed, GTK SVG rebaseline (from 64-bit Release bot) and
Deleted: trunk/LayoutTests/platform/mac/svg/text/text-rescale.html (108822 => 108823)
--- trunk/LayoutTests/platform/mac/svg/text/text-rescale.html 2012-02-24 18:51:25 UTC (rev 108822)
+++ trunk/LayoutTests/platform/mac/svg/text/text-rescale.html 2012-02-24 19:00:17 UTC (rev 108823)
@@ -1,55 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<!-- Test that a script can change the scale of text from very small to something visible -->
-<!-- see: https://bugs.webkit.org/show_bug.cgi?id=75091 -->
-<!-- If this test passes there should be 3 rows and 4 columns of "PASS" -->
-<script src=""
-</head>
-<body _onload_="runRepaintTest()">
-<svg style="position: absolute; top: 0px; left: 0px; width: 500px; height: 200px">
- <g id="text1g" transform="scale(0.001)">
- <text x="0" y="50" font-size="40" fill="#080">
- PASS
- <tspan fill="#080"> PASS</tspan>
- </text>
- <foreignObject x="210" y="13" width="100" height="100">
- <body><p style="font-size: 40px; color: #080;">PASS</p></body>
- </foreignObject>
- <svg x="310" y="13" width="100" height="100">
- <text x="0" y="37" font-size="40" fill="#080">PASS</text>
- </svg>
- </g>
- <g id="text2g" transform="scale(1)">
- <text x="0" y="100" font-size="40" fill="#080">
- PASS
- <tspan fill="#080"> PASS</tspan>
- </text>
- <foreignObject x="210" y="63" width="100" height="100">
- <body><p style="font-size: 40px; color: #080;">PASS</p></body>
- </foreignObject>
- <svg x="310" y="63" width="100" height="100">
- <text x="0" y="37" font-size="40" fill="#080">PASS</text>
- </svg>
- </g>
- <g id="text3g" transform="scale(0.03)">
- <text x="0" y="150" font-size="40" fill="#080">
- PASS
- <tspan fill="#080"> PASS</tspan>
- </text>
- <foreignObject x="210" y="113" width="100" height="100">
- <body><p style="font-size: 40px; color: #080;">PASS</p></body>
- </foreignObject>
- <svg x="310" y="113" width="100" height="100">
- <text x="0" y="37" font-size="40" fill="#080">PASS</text>
- </svg>
- </g>
-</svg>
-<script>
- function repaintTest() {
- document.getElementById("text1g").setAttribute('transform', 'scale(1)');
- document.getElementById("text2g").setAttribute('transform', 'scale(1)');
- document.getElementById("text3g").setAttribute('transform', 'scale(1)');
- }
-</script>
-</body>
-</html>
Deleted: trunk/LayoutTests/platform/mac/svg/text/text-viewbox-rescale.html (108822 => 108823)
--- trunk/LayoutTests/platform/mac/svg/text/text-viewbox-rescale.html 2012-02-24 18:51:25 UTC (rev 108822)
+++ trunk/LayoutTests/platform/mac/svg/text/text-viewbox-rescale.html 2012-02-24 19:00:17 UTC (rev 108823)
@@ -1,30 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<!-- Test that a script can change the scale of an svg viewbox and text will be rescaled properly -->
-<!-- see: https://bugs.webkit.org/show_bug.cgi?id=75091 -->
-<!-- If this test passes there should be 2 rows and 2 columns "PASS" -->
-<script src=""
-</head>
-<body _onload_="runRepaintTest()">
-<svg style="position: absolute; top: 0px; left: 0px; width: 200px; height: 200px">
- <svg id="inner1" viewbox="0 0 100 100">
- <text x="0.3" y="0.3" font-size="0.1" fill="#080">
- PASS
- <tspan fill="#080"> PASS</tspan>
- </text>
- </svg>
- <svg id="inner2" y="100" viewbox="0 0 1 1">
- <text x="0.3" y="0.3" font-size="0.1" fill="#080">
- PASS
- <tspan fill="#080"> PASS</tspan>
- </text>
- </svg>
-</svg>
-<script>
- function repaintTest() {
- document.getElementById("inner1").setAttribute('viewBox', '0 0 1 1');
- document.getElementById("inner2").setAttribute('viewBox', '0 0 1 1');
- }
-</script>
-</body>
-</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes