Title: [112613] trunk/LayoutTests
Revision
112613
Author
[email protected]
Date
2012-03-29 17:09:56 -0700 (Thu, 29 Mar 2012)

Log Message

[BlackBerry] DRT test case findString-markers is broken
https://bugs.webkit.org/show_bug.cgi?id=82661

Patch by Andy Chen <[email protected]> on 2012-03-29
Reviewed by Rob Buis.

Fixed wrong paths to js libs for this test case.

* platform/blackberry/editing/text-iterator/findString-markers.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (112612 => 112613)


--- trunk/LayoutTests/ChangeLog	2012-03-30 00:09:01 UTC (rev 112612)
+++ trunk/LayoutTests/ChangeLog	2012-03-30 00:09:56 UTC (rev 112613)
@@ -1,3 +1,14 @@
+2012-03-29  Andy Chen  <[email protected]>
+
+        [BlackBerry] DRT test case findString-markers is broken
+        https://bugs.webkit.org/show_bug.cgi?id=82661
+
+        Reviewed by Rob Buis.
+
+        Fixed wrong paths to js libs for this test case.
+
+        * platform/blackberry/editing/text-iterator/findString-markers.html:
+
 2012-03-29  Enrica Casucci  <[email protected]>
 
         Skipping a failing test on Lion.

Modified: trunk/LayoutTests/platform/blackberry/editing/text-iterator/findString-markers.html (112612 => 112613)


--- trunk/LayoutTests/platform/blackberry/editing/text-iterator/findString-markers.html	2012-03-30 00:09:01 UTC (rev 112612)
+++ trunk/LayoutTests/platform/blackberry/editing/text-iterator/findString-markers.html	2012-03-30 00:09:56 UTC (rev 112613)
@@ -8,7 +8,7 @@
     font-size: 24px;
 }
 </style>
-<script src=""
+<script src=""
 </head>
 <body>
 <pre id="description"></pre>
@@ -85,6 +85,6 @@
 
 var successfullyParsed = true;
 </script>
-<script src=""
+<script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to