tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prefetch-generate-directives.html.ini (2477B)


      1 [prefetch-generate-directives.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4  [Test that script-src enabled with everything else disabled allows prefetching]
      5    expected: FAIL
      6 
      7  [Test that script-src enabled with default-src disabled allows prefetching]
      8    expected: FAIL
      9 
     10  [Test that img-src enabled with everything else disabled allows prefetching]
     11    expected: FAIL
     12 
     13  [Test that img-src enabled with default-src disabled allows prefetching]
     14    expected: FAIL
     15 
     16  [Test that connect-src enabled with everything else disabled allows prefetching]
     17    expected: FAIL
     18 
     19  [Test that connect-src enabled with default-src disabled allows prefetching]
     20    expected: FAIL
     21 
     22  [Test that object-src enabled with everything else disabled allows prefetching]
     23    expected: FAIL
     24 
     25  [Test that object-src enabled with default-src disabled allows prefetching]
     26    expected: FAIL
     27 
     28  [Test that font-src enabled with everything else disabled allows prefetching]
     29    expected: FAIL
     30 
     31  [Test that font-src enabled with default-src disabled allows prefetching]
     32    expected: FAIL
     33 
     34  [Test that manifest-src enabled with everything else disabled allows prefetching]
     35    expected: FAIL
     36 
     37  [Test that manifest-src enabled with default-src disabled allows prefetching]
     38    expected: FAIL
     39 
     40  [Test that media-src enabled with everything else disabled allows prefetching]
     41    expected: FAIL
     42 
     43  [Test that media-src enabled with default-src disabled allows prefetching]
     44    expected: FAIL
     45 
     46  [Test that style-src enabled with everything else disabled allows prefetching]
     47    expected: FAIL
     48 
     49  [Test that style-src enabled with default-src disabled allows prefetching]
     50    expected: FAIL
     51 
     52  [Test that child-src enabled with everything else disabled allows prefetching]
     53    expected: FAIL
     54 
     55  [Test that child-src enabled with default-src disabled allows prefetching]
     56    expected: FAIL
     57 
     58  [Test that frame-src enabled with everything else disabled allows prefetching]
     59    expected: FAIL
     60 
     61  [Test that frame-src enabled with default-src disabled allows prefetching]
     62    expected: FAIL
     63 
     64  [Test that worker-src enabled with everything else disabled allows prefetching]
     65    expected: FAIL
     66 
     67  [Test that worker-src enabled with default-src disabled allows prefetching]
     68    expected: FAIL
     69 
     70  [Test that permissive script-src-elem supersedes script-src]
     71    expected: FAIL
     72 
     73  [Test that permissive script-src supersedes script-src-elem]
     74    expected: FAIL