Move object reftest list into its own reftest.list. rs=dbaron

This commit is contained in:
jwalden@mit.edu 2007-06-07 12:18:51 -07:00
parent 81fe76e382
commit 54db155716
2 changed files with 55 additions and 54 deletions

View File

@ -0,0 +1,50 @@
== no-attrs.html no-attrs-ref.html
== 404-data.html 404-data-ref.html
== 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
== 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
#
# XXX missing tests 011-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

View File

@ -12,65 +12,16 @@ include printing/reftest.list
include bugs/reftest.list
# object/
== object/no-attrs.html object/no-attrs-ref.html
== object/404-data.html object/404-data-ref.html
== object/404-data-with-type.html object/404-data-with-type-ref.html
== object/page-as-data.html object/page-as-data-ref.html
== object/page-as-data-with-type.html object/page-as-data-with-type-ref.html
== object/connection-refused.html object/connection-refused-ref.html
== object/image.html object/image-ref.html
== object/image-with-type.html object/image-with-type-ref.html
== object/image-no-useful-extension-typesniff.html object/image-no-useful-extension-typesniff-ref.html
== object/image-no-useful-extension-with-type.html object/image-no-useful-extension-with-type-ref.html
#
# XXX missing tests 011-015 from http://biesi.damowmow.com/object/ here; need
# a controllable HTTP server (or preferably one run on the test machine)
# to add them
#
== object/malformed-should-fallback.html object/malformed-should-fallback-ref.html
== object/malformed-with-type.html object/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
#
== object/unknown-type.html object/unknown-type-ref.html
== object/malformed-xml.html object/malformed-xml-ref.html
== object/malformed-xml-with-type.html object/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 == object/svg.html object/svg-ref.html
fails == object/svg-with-type.html object/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
#
== object/malformed-uri.html object/malformed-uri-ref.html
include object/reftest.list
# pixel-rounding/
include pixel-rounding/reftest.list
# table-dom/
include table-dom/reftest.list
# table-background/
include table-background/reftest.list
include table-dom/reftest.list
# table-background/
include table-background/reftest.list
# table-width/
include table-width/reftest.list