ApplicationCache - verify that an open network whitelist doesn't break online vs...
authormichaeln@google.com <michaeln@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 22 Jun 2012 22:30:31 +0000 (22:30 +0000)
committermichaeln@google.com <michaeln@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 22 Jun 2012 22:30:31 +0000 (22:30 +0000)
https://bugs.webkit.org/show_bug.cgi?id=89714

An explicit online network namespace should trump a fallback namespace, the fallback should not be used.
Chrome had a bug where if a '*' was in the NETWORK section, explicit entries got ignored, and that
expected behavior was botched. See http://code.google.com/p/chromium/issues/detail?id=133816 for more
details about the chrome bug and code change this LayoutTest aims to verify.

Reviewed by Tony Chang.

* http/tests/appcache/resources/online-fallback-layering.manifest:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121062 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest

index c15a421..ff44cc0 100644 (file)
@@ -1,3 +1,17 @@
+2012-06-22  Michael Nordman  <michaeln@google.com>
+
+        ApplicationCache - verify that an open network whitelist doesn't break online vs fallback layering.
+        https://bugs.webkit.org/show_bug.cgi?id=89714
+
+        An explicit online network namespace should trump a fallback namespace, the fallback should not be used.
+        Chrome had a bug where if a '*' was in the NETWORK section, explicit entries got ignored, and that
+        expected behavior was botched. See http://code.google.com/p/chromium/issues/detail?id=133816 for more
+        details about the chrome bug and code change this LayoutTest aims to verify.
+
+        Reviewed by Tony Chang.
+
+        * http/tests/appcache/resources/online-fallback-layering.manifest:
+
 2012-06-22  Joshua Bell  <jsbell@chromium.org>
 
         IndexedDB: Snapshot metadata in front end to avoid IPC round-trips