Title: [175785] trunk/LayoutTests
Revision
175785
Author
[email protected]
Date
2014-11-08 19:18:40 -0800 (Sat, 08 Nov 2014)

Log Message

http/tests/navigation/redirect-on-back-updates-history-item.html leaks a cookie
https://bugs.webkit.org/show_bug.cgi?id=138507

Reviewed by Pratik Solanki.

* http/tests/navigation/resources/redirect-updates-history-item-done.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (175784 => 175785)


--- trunk/LayoutTests/ChangeLog	2014-11-09 03:17:40 UTC (rev 175784)
+++ trunk/LayoutTests/ChangeLog	2014-11-09 03:18:40 UTC (rev 175785)
@@ -1,3 +1,12 @@
+2014-11-08  Alexey Proskuryakov  <[email protected]>
+
+        http/tests/navigation/redirect-on-back-updates-history-item.html leaks a cookie
+        https://bugs.webkit.org/show_bug.cgi?id=138507
+
+        Reviewed by Pratik Solanki.
+
+        * http/tests/navigation/resources/redirect-updates-history-item-done.html:
+
 2014-11-07  Chris Dumez  <[email protected]>
 
         Move 'webkit-clip-path' CSS property to the new StyleBuilder

Modified: trunk/LayoutTests/http/tests/navigation/resources/redirect-updates-history-item-done.html (175784 => 175785)


--- trunk/LayoutTests/http/tests/navigation/resources/redirect-updates-history-item-done.html	2014-11-09 03:17:40 UTC (rev 175784)
+++ trunk/LayoutTests/http/tests/navigation/resources/redirect-updates-history-item-done.html	2014-11-09 03:18:40 UTC (rev 175785)
@@ -1,5 +1,7 @@
 <script src=""
 <script>
+clearLocationCookie();
+
 _onload_ = function() {
     if (window.testRunner)
         testRunner.notifyDone();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to