== data:text/html, about:blank == data:text/plain, about:blank != data:text/plain,HELLO about:blank # these tests make sure async reftests work: == test-async.xul test-async-ref.xul == test-async.html test-async-ref.html # test that zoom works (and really zooms, not just scales) == test-zoom.html test-zoom-ref.html # Makes sure that the file: protocol handler and HTTP server both # choose HTML vs. XHTML processing based on the file extensions. != html-vs-xhtml-by-extension.html html-vs-xhtml-by-extension.xhtml HTTP != html-vs-xhtml-by-extension.html html-vs-xhtml-by-extension.xhtml # make sure red and green colors are not the default and are different from # each other != green.html default.html != green.html red.html != red.html default.html # Make sure about:blank works, even via HTTP. == blank.html about:blank == about:blank blank.html HTTP == blank.html about:blank HTTP == about:blank blank.html # same for data: == default.html data:text/html,
Text
== data:text/html,
Text
default.html HTTP == default.html data:text/html,
Text
HTTP == data:text/html,
Text
default.html != blank.html default.html HTTP != blank.html default.html HTTP(..) == filter-1.xhtml filter-1-ref.xhtml HTTP(..) == filter-2.xhtml filter-2-ref.xhtml # test that the MozReftestInvalidate event fires == invalidation.html about:blank == zoom-invalidation.html zoom-invalidation-ref.html # test parsing of asserts() expressions asserts(0) load about:blank asserts(0-5) load about:blank asserts-if(true,0) load about:blank asserts-if(false,7) load about:blank asserts-if(true,0-4) load about:blank asserts-if(false,6-8) load about:blank