Bug 61121

Summary: [GTK] http/tests/appcache/interrupted-update.html
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, bugs-noreply, csaavedra, zan
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Philippe Normand 2011-05-19 06:01:16 PDT
Consistently fails on the 3 GTK bots:

--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/http/tests/appcache/interrupted-update-expected.txt	2011-05-19 05:38:28.589866680 -0700
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/http/tests/appcache/interrupted-update-actual.txt	2011-05-19 05:38:28.589866680 -0700
@@ -1,7 +1,6 @@
 CONSOLE MESSAGE: line 37: Reloading...
 Test that an application cache update works again after interruption.
 
-Reloaded
 CHECKING
 DOWNLOADING
 PROGRESS 0/9

Will skip for now
Comment 1 Alexey Proskuryakov 2011-05-19 08:47:04 PDT
I don't understand how this can happen. Does Gtk have localStorage?
Comment 2 Philippe Normand 2011-05-19 09:02:52 PDT
(In reply to comment #1)
> I don't understand how this can happen. Does Gtk have localStorage?

Yes it does, and it's enabled in DRT. Weird issue indeed :(
Comment 3 Alexey Proskuryakov 2011-05-19 09:12:19 PDT
Looks like window.location.reload() has no effect, or is delayed so much that the cache update finishes before reload.
Comment 4 Claudio Saavedra 2018-05-28 08:55:27 PDT
Passes now.