Cargoify servo

This commit is contained in:
Jack Moffitt 2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View file

@ -0,0 +1,5 @@
[2d.getcontext.shared.html]
type: testharness
[getContext(\'2d\') returns objects which share canvas state]
expected: FAIL

View file

@ -0,0 +1,5 @@
[2d.type.extend.html]
type: testharness
[Interface methods can be added]
expected: FAIL

View file

@ -0,0 +1,5 @@
[2d.type.prototype.html]
type: testharness
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
expected: FAIL

View file

@ -0,0 +1,5 @@
[2d.type.replace.html]
type: testharness
[Interface methods can be overridden]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.colour.html]
type: testharness
[Initial state is transparent black]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.2dstate.html]
type: testharness
[Resetting the canvas state resets 2D state variables]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.clip.html]
type: testharness
[Resetting the canvas state resets the current clip region]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.different.html]
type: testharness
[Changing size resets canvas to transparent black]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.gradient.html]
type: testharness
[Resetting the canvas state does not invalidate any existing gradients]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.path.html]
type: testharness
[Resetting the canvas state resets the current path]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.pattern.html]
type: testharness
[Resetting the canvas state does not invalidate any existing patterns]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.same.html]
type: testharness
[Setting size (not changing the value) resets canvas to transparent black]
expected: FAIL

View file

@ -0,0 +1,5 @@
[initial.reset.transform.html]
type: testharness
[Resetting the canvas state resets the current transformation matrix]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.dataURI.html]
type: testharness
[data: URIs do not count as different-origin, and do not taint the canvas]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.drawImage.canvas.sub.html]
type: testharness
[drawImage of unclean canvas makes the canvas origin-unclean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.drawImage.image.sub.html]
type: testharness
[drawImage of different-origin image makes the canvas origin-unclean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.pattern.canvas.fillStyle.sub.html]
type: testharness
[Setting fillStyle to a pattern of an unclean canvas makes the canvas origin-unclean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.pattern.canvas.strokeStyle.sub.html]
type: testharness
[Setting strokeStyle to a pattern of an unclean canvas makes the canvas origin-unclean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.pattern.canvas.timing.sub.html]
type: testharness
[Pattern safety depends on whether the source was origin-clean, not on whether it still is clean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.pattern.create.sub.html]
type: testharness
[Creating an unclean pattern does not make the canvas origin-unclean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.pattern.cross.sub.html]
type: testharness
[Using an unclean pattern makes the target canvas origin-unclean, not the pattern canvas]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.pattern.image.fillStyle.sub.html]
type: testharness
[Setting fillStyle to a pattern of a different-origin image makes the canvas origin-unclean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.pattern.image.strokeStyle.sub.html]
type: testharness
[Setting strokeStyle to a pattern of a different-origin image makes the canvas origin-unclean]
expected: FAIL

View file

@ -0,0 +1,5 @@
[security.reset.sub.html]
type: testharness
[Resetting the canvas state does not reset the origin-clean flag]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.decimal.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.em.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.exp.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.hex.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.octal.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.percent.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.plus.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.space.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.trailingjunk.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.whitespace.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.parse.zero.html]
type: testharness
[Parsing of non-negative integers]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.decimal.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.em.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.exp.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.hex.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.octal.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.percent.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.plus.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.space.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.trailingjunk.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.whitespace.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[size.attributes.setAttribute.zero.html]
type: testharness
[Parsing of non-negative integers in setAttribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.arguments.1.html]
type: testharness
[toDataURL ignores extra arguments]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.arguments.2.html]
type: testharness
[toDataURL ignores extra arguments]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.arguments.3.html]
type: testharness
[toDataURL ignores extra arguments]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.bogustype.html]
type: testharness
[toDataURL with a syntactically invalid type returns a PNG]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.default.html]
type: testharness
[toDataURL with no arguments returns a PNG]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.jpeg.alpha.html]
type: testharness
[toDataURL with JPEG composites onto black]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.jpeg.primarycolours.html]
type: testharness
[toDataURL with JPEG handles simple colours correctly]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.jpeg.quality.basic.html]
type: testharness
[toDataURL with JPEG uses the quality parameter]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.jpeg.quality.notnumber.html]
type: testharness
[toDataURL with JPEG handles non-numeric quality parameters]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.jpeg.quality.outsiderange.html]
type: testharness
[toDataURL with JPEG handles out-of-range quality parameters]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.lowercase.ascii.html]
type: testharness
[toDataURL type is case-insensitive]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.lowercase.unicode.html]
type: testharness
[toDataURL type is ASCII-case-insensitive]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.nocontext.html]
type: testharness
[toDataURL works before any context has been got]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.png.complexcolours.html]
type: testharness
[toDataURL with PNG handles non-primary and non-solid colours correctly]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.png.html]
type: testharness
[toDataURL with image/png returns a PNG]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.png.primarycolours.html]
type: testharness
[toDataURL with PNG handles simple colours correctly]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.unrecognised.html]
type: testharness
[toDataURL with an unhandled type returns a PNG]
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.zeroheight.html]
type: testharness
[toDataURL on zero-size canvas returns \'data:,\']
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.zerosize.html]
type: testharness
[toDataURL on zero-size canvas returns \'data:,\']
expected: FAIL

View file

@ -0,0 +1,5 @@
[toDataURL.zerowidth.html]
type: testharness
[toDataURL on zero-size canvas returns \'data:,\']
expected: FAIL