browser/devtools/commandline/test/browser_cmd_appcache_invalid_appcache.appcache

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # some comment
michael@0 2
michael@0 3 CACHE MANIFEST
michael@0 4 # the above is a required line
michael@0 5 # this is a comment
michael@0 6 # spaces are ignored
michael@0 7 # blank lines are ignored
michael@0 8
michael@0 9 images/sound-icon.png
michael@0 10 images/background.png
michael@0 11
michael@0 12 NETWORK:
michael@0 13 /checking.cgi
michael@0 14 /checking.*
michael@0 15
michael@0 16 CACHE:
michael@0 17 ../rel.html
michael@0 18 ../../rel.html
michael@0 19 ../../../rel.html
michael@0 20 ../../../../rel.html
michael@0 21 ../../../../../rel.html
michael@0 22 /../invalid.html
michael@0 23 /test.css
michael@0 24 /test.js
michael@0 25 test.png
michael@0 26 browser_cmd_appcache_invalid_index.html
michael@0 27 /main/features.js
michael@0 28 /main/settings/index.css
michael@0 29 http://example.com/scene.jpg
michael@0 30 /section1/blockedbyfallback.html
michael@0 31 http://example.com/images/world.jpg
michael@0 32 /section2/blockedbyfallback.html
michael@0 33 browser_cmd_appcache_invalid_page1.html
michael@0 34 /main/home
michael@0 35 main/app.js
michael@0 36 browser_cmd_appcache_invalid_page2.html
michael@0 37 /settings/home
michael@0 38 /settings/app.js
michael@0 39 browser_cmd_appcache_invalid_page3.html
michael@0 40 http://example.com/logo.png
michael@0 41 http://example.com/check.png
michael@0 42 http://example.com/cr oss.png
michael@0 43 /checking*.png
michael@0 44
michael@0 45 SETTINGS:
michael@0 46 prefer-online
michael@0 47 fast
michael@0 48
michael@0 49 FALLBACK:
michael@0 50 /section1/ /offline1.html
michael@0 51 /section2/ offline2.html
michael@0 52 dadsdsd
michael@0 53 * offline3.html
michael@0 54
michael@0 55 BLAH:

mercurial