Title: [108720] trunk/LayoutTests
- Revision
- 108720
- Author
- [email protected]
- Date
- 2012-02-23 20:04:33 -0800 (Thu, 23 Feb 2012)
Log Message
Unreviewed test fix after r108699.
Fix wrong path of repaint.js in platform/mac/svg/text/text-rescale.html
and platform/mac/svg/text/text-viewbox-rescale.html
* platform/mac/svg/text/text-rescale.html:
* platform/mac/svg/text/text-viewbox-rescale.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (108719 => 108720)
--- trunk/LayoutTests/ChangeLog 2012-02-24 03:55:53 UTC (rev 108719)
+++ trunk/LayoutTests/ChangeLog 2012-02-24 04:04:33 UTC (rev 108720)
@@ -1,3 +1,13 @@
+2012-02-23 Kenichi Ishibashi <[email protected]>
+
+ Unreviewed test fix after r108699.
+
+ Fix wrong path of repaint.js in platform/mac/svg/text/text-rescale.html
+ and platform/mac/svg/text/text-viewbox-rescale.html
+
+ * platform/mac/svg/text/text-rescale.html:
+ * platform/mac/svg/text/text-viewbox-rescale.html:
+
2012-02-23 Adrienne Walker <[email protected]>
[chromium] Unreviewed gardening. Apply bug number to svg/carto.net failures.
Modified: trunk/LayoutTests/platform/mac/svg/text/text-rescale.html (108719 => 108720)
--- trunk/LayoutTests/platform/mac/svg/text/text-rescale.html 2012-02-24 03:55:53 UTC (rev 108719)
+++ trunk/LayoutTests/platform/mac/svg/text/text-rescale.html 2012-02-24 04:04:33 UTC (rev 108720)
@@ -3,7 +3,7 @@
<!-- 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=""
+<script src=""
</head>
<body _onload_="runRepaintTest()">
<svg style="position: absolute; top: 0px; left: 0px; width: 500px; height: 200px">
@@ -52,4 +52,4 @@
}
</script>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: trunk/LayoutTests/platform/mac/svg/text/text-viewbox-rescale.html (108719 => 108720)
--- trunk/LayoutTests/platform/mac/svg/text/text-viewbox-rescale.html 2012-02-24 03:55:53 UTC (rev 108719)
+++ trunk/LayoutTests/platform/mac/svg/text/text-viewbox-rescale.html 2012-02-24 04:04:33 UTC (rev 108720)
@@ -3,7 +3,7 @@
<!-- 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=""
+<script src=""
</head>
<body _onload_="runRepaintTest()">
<svg style="position: absolute; top: 0px; left: 0px; width: 200px; height: 200px">
@@ -27,4 +27,4 @@
}
</script>
</body>
-</html>
\ No newline at end of file
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes