mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Enable 2dcontext tests.
This commit is contained in:
parent
2e1adb3fa6
commit
fdfcd7590a
559 changed files with 2805 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
skip: true
|
||||
[2dcontext]
|
||||
skip: false
|
||||
[dom]
|
||||
skip: false
|
||||
[domparsing]
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[canvas_complexshapes_arcto_001.htm]
|
||||
type: reftest
|
||||
reftype: ==
|
||||
refurl: /2dcontext/building-paths/canvas_complexshapes_arcto_001-ref.htm
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[canvas_complexshapes_beziercurveto_001.htm]
|
||||
type: reftest
|
||||
reftype: ==
|
||||
refurl: /2dcontext/building-paths/canvas_complexshapes_beziercurveto_001-ref.htm
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.copy.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.copy]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.destination-atop.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.destination-atop]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.destination-in.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.destination-in]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.destination-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.destination-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.destination-over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.destination-over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.lighter.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.lighter]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.source-atop.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.source-atop]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.source-in.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.source-in]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.source-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.source-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.source-over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.source-over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.canvas.xor.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.canvas.xor]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.copy.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.destination-atop.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.destination-in.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.destination-out.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.destination-over.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.lighter.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.source-atop.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.source-in.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.source-out.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.source-over.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.clip.xor.html]
|
||||
type: testharness
|
||||
[fill() does not affect pixels outside the clip region.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.canvas.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.canvaspattern.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.canvaspattern]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.default.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.default]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.fill.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.fill]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.image.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.image]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.imagepattern.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.imagepattern]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.invalid.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.invalid]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.globalAlpha.range.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.globalAlpha.range]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.copy.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.copy]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.destination-atop.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.destination-atop]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.destination-in.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.destination-in]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.destination-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.destination-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.destination-over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.destination-over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.lighter.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.lighter]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.source-atop.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.source-atop]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.source-in.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.source-in]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.source-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.source-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.source-over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.source-over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.image.xor.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.image.xor]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.casesensitive.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.casesensitive]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.clear.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.clear]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.darker.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.darker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.default.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.default]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.highlight.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.highlight]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.nullsuffix.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.nullsuffix]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.operation.unrecognised.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.operation.unrecognised]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.solid.destination-atop.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.solid.destination-atop]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.solid.destination-in.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.solid.destination-in]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.solid.destination-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.solid.destination-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.solid.destination-over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.solid.destination-over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.solid.lighter.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.solid.lighter]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.solid.source-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.solid.source-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.solid.xor.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.solid.xor]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.copy.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.copy]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.destination-atop.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.destination-atop]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.destination-in.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.destination-in]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.destination-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.destination-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.destination-over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.destination-over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.lighter.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.lighter]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.source-atop.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.source-atop]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.source-in.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.source-in]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.source-out.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.source-out]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.source-over.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.source-over]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.transparent.xor.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.composite.transparent.xor]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.fill.copy.html]
|
||||
type: testharness
|
||||
[fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.fill.destination-atop.html]
|
||||
type: testharness
|
||||
[fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.fill.destination-in.html]
|
||||
type: testharness
|
||||
[fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.fill.source-in.html]
|
||||
type: testharness
|
||||
[fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.fill.source-out.html]
|
||||
type: testharness
|
||||
[fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.image.copy.html]
|
||||
type: testharness
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.image.destination-atop.html]
|
||||
type: testharness
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.image.destination-in.html]
|
||||
type: testharness
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.image.source-in.html]
|
||||
type: testharness
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.image.source-out.html]
|
||||
type: testharness
|
||||
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.nocontext.copy.html]
|
||||
type: testharness
|
||||
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.nocontext.destination-atop.html]
|
||||
type: testharness
|
||||
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.nocontext.destination-in.html]
|
||||
type: testharness
|
||||
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.nocontext.source-in.html]
|
||||
type: testharness
|
||||
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.nocontext.source-out.html]
|
||||
type: testharness
|
||||
[drawImage() of a canvas with no context draws pixels as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.pattern.copy.html]
|
||||
type: testharness
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.pattern.destination-atop.html]
|
||||
type: testharness
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.pattern.destination-in.html]
|
||||
type: testharness
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.pattern.source-in.html]
|
||||
type: testharness
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.composite.uncovered.pattern.source-out.html]
|
||||
type: testharness
|
||||
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[canvas_compositing_globalcompositeoperation_001.htm]
|
||||
type: reftest
|
||||
reftype: ==
|
||||
refurl: /2dcontext/compositing/canvas_compositing_globalcompositeoperation_001-ref.htm
|
||||
expected: FAIL
|
|
@ -0,0 +1,5 @@
|
|||
[2d.missingargs.html]
|
||||
type: testharness
|
||||
[Missing arguments cause TypeError]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.voidreturn.html]
|
||||
type: testharness
|
||||
[void methods return undefined]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.drawImage.3arg.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.3arg]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.drawImage.5arg.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.5arg]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.drawImage.9arg.basic.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.9arg.basic]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.drawImage.9arg.destpos.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.9arg.destpos]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.drawImage.9arg.destsize.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.9arg.destsize]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.drawImage.9arg.sourcepos.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.9arg.sourcepos]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.drawImage.9arg.sourcesize.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.9arg.sourcesize]
|
||||
expected: FAIL
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue