michael@0: [DEFAULT] michael@0: support-files = michael@0: android.json michael@0: file_drawImage_document_domain.html michael@0: image_anim-gr.gif michael@0: image_anim-gr.png michael@0: image_anim-poster-gr.png michael@0: image_broken.png michael@0: image_ggrr-256x256.png michael@0: image_green-16x16.png michael@0: image_green-1x1.png michael@0: image_green-redirect michael@0: image_green-redirect^headers^ michael@0: image_green.png michael@0: image_red-16x16.png michael@0: image_red.png michael@0: image_redtransparent.png michael@0: image_rgrg-256x256.png michael@0: image_rrgg-256x256.png michael@0: image_transparent.png michael@0: image_transparent50.png michael@0: image_yellow.png michael@0: image_yellow75.png michael@0: michael@0: [test_2d.clearRect.image.offscreen.html] michael@0: [test_2d.clip.winding.html] michael@0: [test_2d.composite.canvas.color-burn.html] michael@0: [test_2d.composite.canvas.color-dodge.html] michael@0: [test_2d.composite.canvas.color.html] michael@0: [test_2d.composite.canvas.darken.html] michael@0: [test_2d.composite.canvas.destination-atop.html] michael@0: [test_2d.composite.canvas.destination-in.html] michael@0: [test_2d.composite.canvas.difference.html] michael@0: [test_2d.composite.canvas.exclusion.html] michael@0: [test_2d.composite.canvas.hard-light.html] michael@0: [test_2d.composite.canvas.hue.html] michael@0: [test_2d.composite.canvas.lighten.html] michael@0: [test_2d.composite.canvas.luminosity.html] michael@0: [test_2d.composite.canvas.multiply.html] michael@0: [test_2d.composite.canvas.overlay.html] michael@0: [test_2d.composite.canvas.saturation.html] michael@0: [test_2d.composite.canvas.screen.html] michael@0: [test_2d.composite.canvas.soft-light.html] michael@0: [test_2d.composite.canvas.source-in.html] michael@0: [test_2d.composite.canvas.source-out.html] michael@0: [test_2d.composite.image.destination-atop.html] michael@0: [test_2d.composite.image.destination-in.html] michael@0: [test_2d.composite.image.source-in.html] michael@0: [test_2d.composite.image.source-out.html] michael@0: # xor and lighter aren't well handled by cairo; they mostly work, but we don't want michael@0: # to test that michael@0: [test_2d.composite.solid.xor.html] michael@0: disabled = michael@0: [test_2d.composite.solid.lighter.html] michael@0: disabled = michael@0: [test_2d.composite.transparent.xor.html] michael@0: disabled = michael@0: [test_2d.composite.transparent.lighter.html] michael@0: disabled = michael@0: [test_2d.composite.image.xor.html] michael@0: disabled = michael@0: [test_2d.composite.image.lighter.html] michael@0: disabled = michael@0: [test_2d.composite.canvas.xor.html] michael@0: disabled = michael@0: [test_2d.composite.canvas.lighter.html] michael@0: disabled = michael@0: [test_2d.composite.clip.xor.html] michael@0: disabled = michael@0: [test_2d.composite.clip.lighter.html] michael@0: disabled = michael@0: [test_2d.composite.solid.color-burn.html] michael@0: [test_2d.composite.solid.color-dodge.html] michael@0: [test_2d.composite.solid.color.html] michael@0: [test_2d.composite.solid.darken.html] michael@0: [test_2d.composite.solid.difference.html] michael@0: [test_2d.composite.solid.exclusion.html] michael@0: [test_2d.composite.solid.hard-light.html] michael@0: [test_2d.composite.solid.hue.html] michael@0: [test_2d.composite.solid.lighten.html] michael@0: [test_2d.composite.solid.luminosity.html] michael@0: [test_2d.composite.solid.multiply.html] michael@0: [test_2d.composite.solid.overlay.html] michael@0: [test_2d.composite.solid.saturation.html] michael@0: [test_2d.composite.solid.screen.html] michael@0: [test_2d.composite.solid.soft-light.html] michael@0: [test_2d.composite.uncovered.image.destination-atop.html] michael@0: # This test fails in Suite on Linux for some reason, disable it there michael@0: skip-if = os == 'linux' && buildapp == 'suite' michael@0: [test_2d.composite.uncovered.fill.color-burn.html] michael@0: [test_2d.composite.uncovered.fill.color-dodge.html] michael@0: [test_2d.composite.uncovered.fill.color.html] michael@0: [test_2d.composite.uncovered.fill.darken.html] michael@0: [test_2d.composite.uncovered.fill.difference.html] michael@0: [test_2d.composite.uncovered.fill.exclusion.html] michael@0: [test_2d.composite.uncovered.fill.hard-light.html] michael@0: [test_2d.composite.uncovered.fill.hue.html] michael@0: [test_2d.composite.uncovered.fill.lighten.html] michael@0: [test_2d.composite.uncovered.fill.luminosity.html] michael@0: [test_2d.composite.uncovered.fill.multiply.html] michael@0: [test_2d.composite.uncovered.fill.overlay.html] michael@0: [test_2d.composite.uncovered.fill.saturation.html] michael@0: [test_2d.composite.uncovered.fill.screen.html] michael@0: [test_2d.composite.uncovered.fill.soft-light.html] michael@0: # Tests that fail on non-Mac (bug 407107) michael@0: [test_2d.composite.uncovered.fill.source-in.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.composite.uncovered.fill.destination-in.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.composite.uncovered.fill.source-out.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.composite.uncovered.fill.destination-atop.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.composite.uncovered.image.destination-in.html] michael@0: [test_2d.composite.uncovered.image.source-in.html] michael@0: [test_2d.composite.uncovered.image.source-out.html] michael@0: # Tests that fail on non-Mac (bug 407107) michael@0: [test_2d.composite.uncovered.pattern.source-in.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.composite.uncovered.pattern.destination-in.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.composite.uncovered.pattern.source-out.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.composite.uncovered.pattern.destination-atop.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.drawImage.zerocanvas.html] michael@0: [test_2d.fill.winding.html] michael@0: # These tests do not pass on any platform; Quartz backend won't pass them michael@0: # because we fall back to pixman when one circle doesn't contain the other. michael@0: # See bug 512647. michael@0: [test_2d.gradient.radial.cone.shape2.html] michael@0: disabled = bug 512647 michael@0: [test_2d.gradient.radial.cone.behind.html] michael@0: disabled = bug 512647 michael@0: [test_2d.gradient.radial.cone.beside.html] michael@0: disabled = bug 512647 michael@0: # This is an issue with Quartz's handling of radial gradients and some numeric michael@0: # imprecision that results in errors here. SkiaGL (on Android/Gonk) also has michael@0: # a similar problem. michael@0: [test_2d.gradient.radial.inside2.html] michael@0: skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk' michael@0: [test_2d.gradient.radial.inside3.html] michael@0: skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk' michael@0: [test_2d.gradient.radial.outside1.html] michael@0: skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk' michael@0: [test_2d.gradient.radial.cone.front.html] michael@0: skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk' michael@0: [test_2d.gradient.radial.cone.top.html] michael@0: skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk' michael@0: # Tests that fail on non-Mac (bug 407107) michael@0: [test_2d.gradient.radial.outside2.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.gradient.radial.outside3.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: # These tests only pass on Mac OS X >= 10.5; see bug 450114 michael@0: [test_2d.gradient.radial.touch1.html] michael@0: disabled = bug 450114 michael@0: [test_2d.gradient.radial.touch2.html] michael@0: disabled = bug 450114 michael@0: [test_2d.gradient.radial.touch3.html] michael@0: disabled = bug 450114 michael@0: [test_2d.gradient.radial.equal.html] michael@0: disabled = bug 450114 michael@0: [test_2d.isPointInPath.winding.html] michael@0: [test_2d.line.cap.closed.html] michael@0: # This is another Quartz bug -- closed paths that don't lie fully within the michael@0: # destination bounds seem to have problems with the BEVEL/SQUARE join/cap combo. michael@0: # The joins are rendered as if with MITER; the correct behaviour is also seen michael@0: # if BUTT is used instead of SQUARE. michael@0: skip-if = toolkit == 'cocoa' michael@0: [test_2d.line.join.parallel.html] michael@0: # Tests that fail on Mac (possibly because spec is underdefined?). Bug 407105 michael@0: # XXX vlad don't test these anywhere, cairo behaviour changed michael@0: skip-if = toolkit == 'cocoa' michael@0: # Tests that fail on non-Mac (bug 407107) michael@0: [test_2d.path.arc.shape.3.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: [test_2d.path.rect.selfintersect.html] michael@0: skip-if = toolkit != 'cocoa' michael@0: # This test is bogus according to the spec; see bug 407107 michael@0: [test_2d.path.rect.zero.6.html] michael@0: disabled = bug 407107 michael@0: [test_2d.strokeRect.zero.5.html] michael@0: [test_bug613794.html] michael@0: [test_bug753758.html] michael@0: [test_bug764125.html] michael@0: [test_bug856472.html] michael@0: [test_bug866575.html] michael@0: [test_bug902651.html] michael@0: [test_canvas.html] michael@0: skip-if = (toolkit == 'gonk' && debug) #debug-only crash; bug 933541 michael@0: [test_canvas_focusring.html] michael@0: skip-if = (toolkit == 'gonk' && !debug) #specialpowers.wrap michael@0: [test_canvas_font_setter.html] michael@0: [test_canvas_path.html] michael@0: [test_hitregion_canvas.html] michael@0: skip-if = os == "android" || appname == "b2g" michael@0: [test_canvas_strokeStyle_getter.html] michael@0: [test_drawImageIncomplete.html] michael@0: [test_drawImage_document_domain.html] michael@0: [test_drawImage_edge_cases.html] michael@0: [test_drawWindow.html] michael@0: support-files = file_drawWindow_source.html file_drawWindow_common.js michael@0: skip-if = (buildapp == 'b2g' && toolkit != 'gonk') michael@0: [test_ImageData_ctor.html] michael@0: [test_isPointInStroke.html] michael@0: [test_mozDashOffset.html] michael@0: [test_mozGetAsFile.html] michael@0: [test_strokeText_throw.html] michael@0: [test_toBlob.html] michael@0: [test_toDataURL_alpha.html] michael@0: [test_toDataURL_lowercase_ascii.html] michael@0: [test_toDataURL_parameters.html] michael@0: [test_windingRuleUndefined.html] michael@0: [test_2d.fillText.gradient.html]