summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/resources
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/http/tests/appcache/resources')
-rw-r--r--LayoutTests/http/tests/appcache/resources/fallbacknamespace-fallback-resource.txt1
-rw-r--r--LayoutTests/http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html9
-rw-r--r--LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest7
3 files changed, 17 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/appcache/resources/fallbacknamespace-fallback-resource.txt b/LayoutTests/http/tests/appcache/resources/fallbacknamespace-fallback-resource.txt
new file mode 100644
index 0000000..c8beda4
--- /dev/null
+++ b/LayoutTests/http/tests/appcache/resources/fallbacknamespace-fallback-resource.txt
@@ -0,0 +1 @@
+This is the fallback resource used for the fallbacknamespace in the online-fallback-layering.html test.
diff --git a/LayoutTests/http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html b/LayoutTests/http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html
new file mode 100644
index 0000000..42362dc
--- /dev/null
+++ b/LayoutTests/http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html
@@ -0,0 +1,9 @@
+<!-- Used in the online-fallback-layering.html layout test. -->
+<html>
+<body>
+hello
+<script>
+parent.frameCreated();
+</script>
+</body>
+</html>
diff --git a/LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest b/LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest
new file mode 100644
index 0000000..d6507ff
--- /dev/null
+++ b/LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest
@@ -0,0 +1,7 @@
+CACHE MANIFEST
+
+FALLBACK:
+fallbacknamespace- fallbacknamespace-fallback-resource.txt
+
+NETWORK:
+fallbacknamespace-networknamespace-