Title: [155085] trunk/Tools
Revision
155085
Author
[email protected]
Date
2013-09-04 18:22:49 -0700 (Wed, 04 Sep 2013)

Log Message

[EFL][WK2] Move ShouldGoToBackForwardListItem to the list of passing API tests
https://bugs.webkit.org/show_bug.cgi?id=120646

Patch by Sergio Correia <[email protected]> on 2013-09-04
Reviewed by Gyuyoung Kim.

* TestWebKitAPI/PlatformEfl.cmake: Move ShouldGoToBackForwardListItem to the
list of passing tests, since it started to pass after r154045.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (155084 => 155085)


--- trunk/Tools/ChangeLog	2013-09-05 01:05:27 UTC (rev 155084)
+++ trunk/Tools/ChangeLog	2013-09-05 01:22:49 UTC (rev 155085)
@@ -1,3 +1,13 @@
+2013-09-04  Sergio Correia  <[email protected]>
+
+        [EFL][WK2] Move ShouldGoToBackForwardListItem to the list of passing API tests
+        https://bugs.webkit.org/show_bug.cgi?id=120646
+
+        Reviewed by Gyuyoung Kim.
+
+        * TestWebKitAPI/PlatformEfl.cmake: Move ShouldGoToBackForwardListItem to the
+        list of passing tests, since it started to pass after r154045.
+
 2013-09-04  Krzysztof Czech  <[email protected]>
 
         [ATK] Adds an accessibility support to access a value of the color control element

Modified: trunk/Tools/TestWebKitAPI/PlatformEfl.cmake (155084 => 155085)


--- trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2013-09-05 01:05:27 UTC (rev 155084)
+++ trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2013-09-05 01:22:49 UTC (rev 155085)
@@ -92,6 +92,7 @@
     ReloadPageAfterCrash
     ResizeWindowAfterCrash
     ResponsivenessTimerDoesntFireEarly
+    ShouldGoToBackForwardListItem
     TerminateTwice
     UserMessage
     WKConnection
@@ -123,7 +124,6 @@
     ResizeReversePaginatedWebView
     RestoreSessionStateContainingFormData
     ScrollPinningBehaviors
-    ShouldGoToBackForwardListItem
     WKPageGetScaleFactorNotZero
 )
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to