== data:text/html, about:blank == data:text/plain, about:blank != data:text/plain,HELLO about:blank # these tests make sure async reftests work: skip-if(B2G) == test-async.xul test-async-ref.xul # bug 785074 skip-if(B2G) == test-async.html test-async-ref.html # bug 785074 # 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 skip-if(B2G) HTTP(..) == filter-1.xhtml filter-1-ref.xhtml skip-if(B2G) HTTP(..) == filter-2.xhtml filter-2-ref.xhtml # bug 773482 # test that the MozReftestInvalidate event fires == invalidation.html about:blank == zoom-invalidation.html zoom-invalidation-ref.html # bug 773482 # test that xulRuntime.OS works skip-if(B2G) 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 default-preferences include default-preferences-tests.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 skip-if(B2G) == page-width-4.1in.html page-width-4in.html # bug 774396 skip-if(B2G) == page-width-auto.html page-width-4in.html # bug 774396 skip-if(B2G) != page-height-2in.html page-height-2.1in.html # bug 774396 == 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 random-if(!browserIsRemote) == test-displayport.html test-displayport-ref.html # bug 593168 skip-if(!browserIsRemote) != test-displayport-2.html test-displayport-ref.html # bug 593168 skip-if(!browserIsRemote) fuzzy-if(OSX,1,4) fuzzy-if(layersOMTC,1,1390) == 647192-1.html 647192-1-ref.html skip-if(!browserIsRemote) == 656041-1.html 656041-1-ref.html skip-if(!browserIsRemote||layersOMTC) == test-displayport-bg.html test-displayport-ref.html # bug 694706 # IPC Position-fixed frames/layers test # Fixed layers are temporarily disabled (bug 656167). #skip-if(!browserIsRemote) == test-pos-fixed.html test-pos-fixed-ref.html #skip-if(!browserIsRemote) == test-bg-attachment-fixed.html test-bg-attachment-fixed-ref.html skip-if(!browserIsRemote) == test-pos-fixed-transform.html test-pos-fixed-transform-ref.html # reftest syntax: require-or require-or(unrecognizedCondition,skip) script scripttest-fail.html require-or(true&&unrecognizedCondition,skip) script scripttest-fail.html require-or(unrecognizedCondition&&true,skip) script scripttest-fail.html require-or(unrecognizedCondition,fails) script scripttest-fail.html require-or(true,fails) script scripttest-pass.html require-or(true&&true,fails) script scripttest-pass.html # tests for pref(...) syntax in manifest, including "fails" examples with incorrect prefs # a boolean pref pref(gfx.downloadable_fonts.enabled,true) HTTP(..) != font-download.html font-default.html pref(gfx.downloadable_fonts.enabled,false) HTTP(..) == font-download.html font-default.html fails pref(gfx.downloadable_fonts.enabled,0) HTTP(..) == font-download.html font-default.html fails pref(gfx.downloadable_fonts.enabled,"foo") HTTP(..) == font-download.html font-default.html # a non-existent pref fails pref(not.a.real.pref.name,1) == font-download.html font-default.html # an integer pref pref(font.size.variable.x-western,16) == font-size-16.html font-default.html pref(font.size.variable.x-western,16) != font-size-24.html font-default.html pref(font.size.variable.x-western,24) == font-size-24.html font-default.html pref(font.size.variable.x-western,24) != font-size-16.html font-default.html fails pref(font.size.variable.x-western,false) == font-size-16.html font-default.html fails pref(font.size.variable.x-western,"foo") == font-size-16.html font-default.html # a string pref pref(font.default.x-western,"serif") == font-serif.html font-default.html pref(font.default.x-western,"serif") != font-sans-serif.html font-default.html pref(font.default.x-western,"sans-serif") == font-sans-serif.html font-default.html pref(font.default.x-western,"sans-serif") != font-serif.html font-default.html fails pref(font.default.x-western,true) == font-serif.html font-default.html fails pref(font.default.x-western,0) == font-serif.html font-default.html # tests for ref-pref, and test-pref ref-pref(font.size.variable.x-western,16) == font-size-16.html font-default.html ref-pref(font.size.variable.x-western,16) != font-size-24.html font-default.html ref-pref(font.size.variable.x-western,24) == font-size-24.html font-default.html ref-pref(font.size.variable.x-western,24) != font-size-16.html font-default.html fails ref-pref(font.size.variable.x-western,false) == font-size-16.html font-default.html fails ref-pref(font.size.variable.x-western,"foo") == font-size-16.html font-default.html test-pref(font.size.variable.x-western,16) == font-default.html font-size-16.html test-pref(font.size.variable.x-western,16) != font-default.html font-size-24.html test-pref(font.size.variable.x-western,24) == font-default.html font-size-24.html test-pref(font.size.variable.x-western,24) != font-default.html font-size-16.html fails test-pref(font.size.variable.x-western,false) == font-default.html font-size-16.html fails test-pref(font.size.variable.x-western,"foo") == font-default.html font-size-16.html ref-pref(font.size.variable.x-western,16) test-pref(font.size.variable.x-western,24) != font-default.html font-default.html ref-pref(font.size.variable.x-western,24) test-pref(font.size.variable.x-western,16) != font-default.html font-default.html ref-pref(font.size.variable.x-western,24) test-pref(font.size.variable.x-western,24) == font-default.html font-default.html # reftest syntax: fuzzy(maxPixelDifference,maxNumberDifferingPixels) fuzzy(1,250000) == fuzzy.html fuzzy-ref.html fuzzy(1,250000) != too-fuzzy.html fuzzy-ref.html fuzzy-if(true,1,250000) == fuzzy.html fuzzy-ref.html fuzzy-if(false,2,1) == fuzzy-ref.html fuzzy-ref.html # When using 565 fuzzy.html and fuzzy-ref.html will compare as equal fails fuzzy-if(false,2,1) random-if(Android) == fuzzy.html fuzzy-ref.html