Title: [148847] trunk/LayoutTests
Revision
148847
Author
[email protected]
Date
2013-04-21 13:52:35 -0700 (Sun, 21 Apr 2013)

Log Message

Regression(r148672): fast/events/touch/frame-hover-update.html fails
https://bugs.webkit.org/show_bug.cgi?id=114912

Reviewed by Allan Sandfeld Jensen.

Fix relative path to js-test-post.js in fast/events/touch/frame-hover-update.html.

* fast/events/touch/frame-hover-update.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (148846 => 148847)


--- trunk/LayoutTests/ChangeLog	2013-04-21 20:28:04 UTC (rev 148846)
+++ trunk/LayoutTests/ChangeLog	2013-04-21 20:52:35 UTC (rev 148847)
@@ -1,3 +1,14 @@
+2013-04-21  Christophe Dumez  <[email protected]>
+
+        Regression(r148672): fast/events/touch/frame-hover-update.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=114912
+
+        Reviewed by Allan Sandfeld Jensen.
+
+        Fix relative path to js-test-post.js in fast/events/touch/frame-hover-update.html.
+
+        * fast/events/touch/frame-hover-update.html:
+
 2013-04-20  Mark Lam  <[email protected]>
 
         Rewrite fast/workers/dedicated-worker-lifecycle.html to verify that

Modified: trunk/LayoutTests/fast/events/touch/frame-hover-update.html (148846 => 148847)


--- trunk/LayoutTests/fast/events/touch/frame-hover-update.html	2013-04-21 20:28:04 UTC (rev 148846)
+++ trunk/LayoutTests/fast/events/touch/frame-hover-update.html	2013-04-21 20:52:35 UTC (rev 148847)
@@ -96,6 +96,6 @@
         }
         runTest();
     </script>
-    <script src=""
+    <script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to