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.

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

mercurial