Title: [148831] trunk/LayoutTests
Revision
148831
Author
[email protected]
Date
2013-04-21 07:22:04 -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-pre.js in the test case.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (148830 => 148831)


--- trunk/LayoutTests/ChangeLog	2013-04-21 14:10:14 UTC (rev 148830)
+++ trunk/LayoutTests/ChangeLog	2013-04-21 14:22:04 UTC (rev 148831)
@@ -1,5 +1,16 @@
 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-pre.js in the test case.
+
+        * fast/events/touch/frame-hover-update.html:
+
+2013-04-21  Christophe Dumez  <[email protected]>
+
         Unreviewed EFL gardening.
 
         Rebaseline several test cases for EFL port.

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


--- trunk/LayoutTests/fast/events/touch/frame-hover-update.html	2013-04-21 14:10:14 UTC (rev 148830)
+++ trunk/LayoutTests/fast/events/touch/frame-hover-update.html	2013-04-21 14:22:04 UTC (rev 148831)
@@ -25,7 +25,7 @@
             border: none;
         }
     </style>
-    <script src=""
+    <script src=""
 </head>
 <body>
     <div id='sandbox'>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to