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
I don't understand how this can happen. Does Gtk have localStorage?
(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 :(
Looks like window.location.reload() has no effect, or is delayed so much that the cache update finishes before reload.
Passes now.