diff options
Diffstat (limited to 'LayoutTests/http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html')
-rw-r--r-- | LayoutTests/http/tests/appcache/resources/fallbacknamespace-networknamespace-existing-resource.html | 9 |
1 files changed, 9 insertions, 0 deletions
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> |