browser/devtools/commandline/test/browser_cmd_appcache_invalid_appcache.appcache

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/devtools/commandline/test/browser_cmd_appcache_invalid_appcache.appcache	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,55 @@
     1.4 +# some comment
     1.5 +
     1.6 +CACHE MANIFEST
     1.7 +# the above is a required line
     1.8 +# this is a comment
     1.9 +# spaces are ignored
    1.10 +# blank lines are ignored
    1.11 +
    1.12 +images/sound-icon.png
    1.13 +images/background.png
    1.14 +
    1.15 +NETWORK:
    1.16 +/checking.cgi
    1.17 +/checking.*
    1.18 +
    1.19 +CACHE:
    1.20 +../rel.html
    1.21 +../../rel.html
    1.22 +../../../rel.html
    1.23 +../../../../rel.html
    1.24 +../../../../../rel.html
    1.25 +/../invalid.html
    1.26 +/test.css
    1.27 +/test.js
    1.28 +test.png
    1.29 +browser_cmd_appcache_invalid_index.html
    1.30 +/main/features.js
    1.31 +/main/settings/index.css
    1.32 +http://example.com/scene.jpg
    1.33 +/section1/blockedbyfallback.html
    1.34 +http://example.com/images/world.jpg
    1.35 +/section2/blockedbyfallback.html
    1.36 +browser_cmd_appcache_invalid_page1.html
    1.37 +/main/home
    1.38 +main/app.js
    1.39 +browser_cmd_appcache_invalid_page2.html
    1.40 +/settings/home
    1.41 +/settings/app.js
    1.42 +browser_cmd_appcache_invalid_page3.html
    1.43 +http://example.com/logo.png
    1.44 +http://example.com/check.png
    1.45 +http://example.com/cr oss.png
    1.46 +/checking*.png
    1.47 +
    1.48 +SETTINGS:
    1.49 +prefer-online
    1.50 +fast
    1.51 +
    1.52 +FALLBACK:
    1.53 +/section1/ /offline1.html
    1.54 +/section2/ offline2.html
    1.55 +dadsdsd
    1.56 +* offline3.html
    1.57 +
    1.58 +BLAH:

mercurial