== 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 # make sure we don't fall over if the root is missing == no-root.html about:blank # 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 that xulRuntime.OS works fails-if(xulRuntime.OS!="Linux"&&!Android) == data:text/html,Linux data:text/html, fails-if(xulRuntime.OS!="WINNT") == data:text/html,Win data:text/html, fails-if(xulRuntime.OS!="Darwin") == data:text/html,Mac data:text/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 # test that
is display:block == div.html div-ref.html # test script keyword include scripttests.list # test url-prefix include urlprefixtests.list # test that all corners are visible != corners-1.html corners-1-ref.html != corners-2.html corners-2-ref.html != corners-3.html corners-3-ref.html != corners-4.html corners-4-ref.html # Test that the harness gives the correct page dimensions. != page-width-3.9in.html page-width-4in.html == page-width-4.1in.html page-width-4in.html == page-width-auto.html page-width-4in.html != page-height-2in.html page-height-2.1in.html == page-height-2in.html page-height-nobreak.html == page-height-2.1in.html page-height-forcebreak.html # Check that tests that need focus are skipped when it's not available needs-focus load needs-focus.html # Bug 632636 fails == data:text/plain,HELLO about:blank needs-focus == data:text/plain, about:blank # Sanity check of viewport+displayport overrides fails-if(!browserIsRemote) == test-displayport.html test-displayport-ref.html # bug 593168 skip-if(!browserIsRemote) != test-displayport-2.html test-displayport-ref.html # bug 593168 # IPC Position-fixed frames/layers test == test-pos-fixed.html test-pos-fixed-ref.html