Unreviewed test fix after r108699.
authorbashi@chromium.org <bashi@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 04:04:33 +0000 (04:04 +0000)
committerbashi@chromium.org <bashi@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 04:04:33 +0000 (04:04 +0000)
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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108720 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/platform/mac/svg/text/text-rescale.html
LayoutTests/platform/mac/svg/text/text-viewbox-rescale.html

index c07a4e3..baf6275 100644 (file)
@@ -1,3 +1,13 @@
+2012-02-23  Kenichi Ishibashi  <bashi@chromium.org>
+
+        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  <enne@google.com>
 
         [chromium] Unreviewed gardening. Apply bug number to svg/carto.net failures.
index 96f71f4..991a87a 100644 (file)
@@ -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="../../fast/repaint/resources/repaint.js"></script>
+<script src="../../../../fast/repaint/resources/repaint.js"></script>
 </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>
index d458f02..01560f0 100644 (file)
@@ -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="../../fast/repaint/resources/repaint.js"></script>
+<script src="../../../../fast/repaint/resources/repaint.js"></script>
 </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>