diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /layout/reftests/object/reftest.list | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/reftests/object/reftest.list')
-rw-r--r-- | layout/reftests/object/reftest.list | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/layout/reftests/object/reftest.list b/layout/reftests/object/reftest.list new file mode 100644 index 0000000000..1437c897c2 --- /dev/null +++ b/layout/reftests/object/reftest.list @@ -0,0 +1,57 @@ +== no-attrs.html no-attrs-ref.html +HTTP == 404-data.html 404-data-ref.html +HTTP == 404-data-with-type.html 404-data-with-type-ref.html +== page-as-data.html page-as-data-ref.html +== page-as-data-with-type.html page-as-data-with-type-ref.html +== connection-refused.html connection-refused-ref.html +== image.html image-ref.html +== image-with-type.html image-with-type-ref.html +fails-if(Android) == image-no-useful-extension-typesniff.html image-no-useful-extension-typesniff-ref.html +== image-no-useful-extension-with-type.html image-no-useful-extension-with-type-ref.html +# +# This test must be run on an HTTP server because it relies on the HTTP +# Content-Type overriding the type specified by the attribute on the object, +# but when run from a local file the type attribute will override the +# content-sniffed assumed type (text/html based entirely on the extension). +# +HTTP == type-overridden-by-server.html type-overridden-by-server-ref.html +# +# XXX missing tests 012-015 from http://biesi.damowmow.com/object/ here; need +# a controllable HTTP server (or preferably one run on the test machine) +# to add them +# +== malformed-should-fallback.html malformed-should-fallback-ref.html +== malformed-with-type.html malformed-with-type-ref.html +# +# XXX missing tests 018-021 from http://biesi.damowmow.com/object/ here; need +# a controllable HTTP server (or preferably one run on the test machine) +# to add them +# +== unknown-type.html unknown-type-ref.html +== malformed-xml.html malformed-xml-ref.html +== malformed-xml-with-type.html malformed-xml-with-type-ref.html +# +# XXX missing tests 025-28 from http://biesi.damowmow.com/object/ here; would +# need to require Flash on the test machine to run them +# +# XXX need to support <img src="foo.svg"> for these to pass +fails == svg.html svg-ref.html +fails == svg-with-type.html svg-with-type-ref.html +# +# XXX missing test 031 from http://biesi.damowmow.com/object/ here; need to +# first support the standby attribute on objects, then need to figure out +# how to reproduce the setup needed for that test such that reftest will +# handle it correctly, since a still-loading image probably delays the +# snapshot reftest takes +# +# XXX missing test 032 from http://biesi.damowmow.com/object/ here; would +# need to require Java on test machine to run it +# +# XXX missing test 033 from http://biesi.damowmow.com/object/ here; not sure +# how nullplugin testing should work +# +# +# XXX missing test 034 from http://biesi.damowmow.com/object/ here; would +# need to require Flash on the test machine to run them +# +== malformed-uri.html malformed-uri-ref.html |