diff options
author | Moonchild <moonchild@palemoon.org> | 2020-12-31 22:46:09 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-12-31 22:46:09 +0000 |
commit | 0bb464bfc13e3a0239fd268de265fc332014b385 (patch) | |
tree | 5b3075f86ebe79961b047fc5e338d65b933f3f23 /layout/reftests/object | |
parent | e011a048e431bd850bfd42b5fb8c6eec0b6b878e (diff) | |
download | uxp-0bb464bfc13e3a0239fd268de265fc332014b385.tar.gz |
Issue #1053 - Part 2b: Remove android from /layout reftests
Also cleans up some other obsolete checks and stylo reftest lists.
Diffstat (limited to 'layout/reftests/object')
-rw-r--r-- | layout/reftests/object/reftest-stylo.list | 60 | ||||
-rw-r--r-- | layout/reftests/object/reftest.list | 2 |
2 files changed, 1 insertions, 61 deletions
diff --git a/layout/reftests/object/reftest-stylo.list b/layout/reftests/object/reftest-stylo.list deleted file mode 100644 index 629e954f4a..0000000000 --- a/layout/reftests/object/reftest-stylo.list +++ /dev/null @@ -1,60 +0,0 @@ -# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing -== no-attrs.html no-attrs.html -random HTTP == 404-data.html 404-data.html -random HTTP == 404-data-with-type.html 404-data-with-type.html -random == page-as-data.html page-as-data.html -random == page-as-data-with-type.html page-as-data-with-type.html -random == connection-refused.html connection-refused.html -== image.html image.html -== image-with-type.html image-with-type.html -random == image-no-useful-extension-typesniff.html image-no-useful-extension-typesniff.html -# bug 773482 -# Initial mulet triage: parity with B2G/B2G Desktop -fails == image-no-useful-extension-with-type.html image-no-useful-extension-with-type.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). -# -random HTTP == type-overridden-by-server.html type-overridden-by-server.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.html -== malformed-with-type.html malformed-with-type.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.html -== malformed-xml.html malformed-xml.html -== malformed-xml-with-type.html malformed-xml-with-type.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 -random == svg.html svg.html -== svg-with-type.html svg-with-type.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.html diff --git a/layout/reftests/object/reftest.list b/layout/reftests/object/reftest.list index 1437c897c2..0b22c0ffa4 100644 --- a/layout/reftests/object/reftest.list +++ b/layout/reftests/object/reftest.list @@ -6,7 +6,7 @@ HTTP == 404-data-with-type.html 404-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-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 |