tor-browser

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

reftest.list (2631B)


      1 == no-attrs.html no-attrs-ref.html
      2 HTTP == 404-data.html 404-data-ref.html
      3 HTTP == 404-data-with-type.html 404-data-with-type-ref.html
      4 == page-as-data.html page-as-data-ref.html
      5 == page-as-data-with-type.html page-as-data-with-type-ref.html
      6 == connection-refused.html connection-refused-ref.html
      7 == image.html image-ref.html
      8 == image-with-type.html image-with-type-ref.html
      9 fails-if(Android) == image-no-useful-extension-typesniff.html image-no-useful-extension-typesniff-ref.html
     10 == image-no-useful-extension-with-type.html image-no-useful-extension-with-type-ref.html
     11 #
     12 # This test must be run on an HTTP server because it relies on the HTTP
     13 # Content-Type overriding the type specified by the attribute on the object,
     14 # but when run from a local file the type attribute will override the
     15 # content-sniffed assumed type (text/html based entirely on the extension).
     16 #
     17 HTTP == type-overridden-by-server.html type-overridden-by-server-ref.html
     18 #
     19 # XXX missing tests 012-015 from http://biesi.damowmow.com/object/ here; need
     20 #     a controllable HTTP server (or preferably one run on the test machine)
     21 #     to add them
     22 #
     23 == malformed-should-fallback.html malformed-should-fallback-ref.html
     24 == malformed-with-type.html malformed-with-type-ref.html
     25 #
     26 # XXX missing tests 018-021 from http://biesi.damowmow.com/object/ here; need
     27 #     a controllable HTTP server (or preferably one run on the test machine)
     28 #     to add them
     29 #
     30 == unknown-type.html unknown-type-ref.html
     31 == malformed-xml.html malformed-xml-ref.html
     32 == malformed-xml-with-type.html malformed-xml-with-type-ref.html
     33 #
     34 # XXX missing tests 025-28 from http://biesi.damowmow.com/object/ here; would
     35 #     need to require Flash on the test machine to run them
     36 #
     37 # XXX need to support <img src="foo.svg"> for these to pass
     38 fails == svg.html svg-ref.html
     39 fails == svg-with-type.html svg-with-type-ref.html
     40 #
     41 # XXX missing test 031 from http://biesi.damowmow.com/object/ here; need to
     42 #     first support the standby attribute on objects, then need to figure out
     43 #     how to reproduce the setup needed for that test such that reftest will
     44 #     handle it correctly, since a still-loading image probably delays the
     45 #     snapshot reftest takes
     46 #
     47 # XXX missing test 032 from http://biesi.damowmow.com/object/ here; would
     48 #     need to require Java on test machine to run it
     49 #
     50 # XXX missing test 033 from http://biesi.damowmow.com/object/ here; not sure
     51 #     how nullplugin testing should work
     52 #
     53 #
     54 # XXX missing test 034 from http://biesi.damowmow.com/object/ here; would
     55 #     need to require Flash on the test machine to run them
     56 #
     57 == malformed-uri.html malformed-uri-ref.html