mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update web-platform-tests expected data to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
parent
2c9faf5363
commit
92b8d158da
75 changed files with 32 additions and 424 deletions
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.canvas.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.canvas]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.self.1.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.self.1]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.drawImage.self.2.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.drawImage.self.2]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.clearRect.nonfinite.html]
|
||||
type: testharness
|
||||
[clearRect() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[imagesmoothing.html]
|
||||
type: testharness
|
||||
[When the CanvasRenderingContext2D object is created, the attribute must be set to true.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.line.cap.butt.html]
|
||||
type: testharness
|
||||
[lineCap \'butt\' is rendered correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.line.cap.closed.html]
|
||||
type: testharness
|
||||
[Line caps are not drawn at the corners of an unclosed rectangle]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.line.cross.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.line.cross]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.line.join.open.html]
|
||||
type: testharness
|
||||
[Line joins are not drawn at the corner of an unclosed rectangle]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.line.miter.exceeded.html]
|
||||
type: testharness
|
||||
[Miter joins are not drawn when the miter limit is exceeded]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.line.miter.rightangle.html]
|
||||
type: testharness
|
||||
[Miter joins are not drawn when the miter limit is exceeded, on exact right angles]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.line.width.scaledefault.html]
|
||||
type: testharness
|
||||
[Default lineWidth strokes are affected by scale transformations]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.empty.html]
|
||||
type: testharness
|
||||
[arc() with an empty path does not draw a straight line to the start point]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.end.html]
|
||||
type: testharness
|
||||
[arc() adds the end point of the arc to the subpath]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.nonempty.html]
|
||||
type: testharness
|
||||
[arc() with a non-empty path does draw a straight line to the start point]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.selfintersect.1.html]
|
||||
type: testharness
|
||||
[arc() with lineWidth > 2*radius is drawn sensibly]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.shape.1.html]
|
||||
type: testharness
|
||||
[arc() from 0 to pi does not draw anything in the wrong half]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.shape.3.html]
|
||||
type: testharness
|
||||
[arc() from 0 to -pi/2 does not draw anything in the wrong quadrant]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.shape.5.html]
|
||||
type: testharness
|
||||
[arc() from 0 to 5pi does not draw crazy things]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.twopie.1.html]
|
||||
type: testharness
|
||||
[arc() draws nothing when end = start + 2pi-e and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.zero.1.html]
|
||||
type: testharness
|
||||
[arc() draws nothing when startAngle = endAngle and anticlockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.zero.2.html]
|
||||
type: testharness
|
||||
[arc() draws nothing when startAngle = endAngle and clockwise]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.arc.zeroradius.html]
|
||||
type: testharness
|
||||
[arc() with zero radius draws a line to the start point]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.bezierCurveTo.basic.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.bezierCurveTo.basic]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.bezierCurveTo.ensuresubpath.1.html]
|
||||
type: testharness
|
||||
[If there is no subpath, the first control point is added (and nothing is drawn up to it)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.bezierCurveTo.nonfinite.html]
|
||||
type: testharness
|
||||
[bezierCurveTo() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.bezierCurveTo.scaled.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.bezierCurveTo.scaled]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.closePath.newline.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.closePath.newline]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.closePath.nextpoint.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.closePath.nextpoint]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.lineTo.basic.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.lineTo.basic]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.lineTo.ensuresubpath.1.html]
|
||||
type: testharness
|
||||
[If there is no subpath, the point is added and nothing is drawn]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.lineTo.ensuresubpath.2.html]
|
||||
type: testharness
|
||||
[If there is no subpath, the point is added and used for subsequent drawing]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.lineTo.nextpoint.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.lineTo.nextpoint]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.lineTo.nonfinite.html]
|
||||
type: testharness
|
||||
[lineTo() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.moveTo.multiple.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.moveTo.multiple]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.moveTo.nonfinite.html]
|
||||
type: testharness
|
||||
[moveTo() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.quadraticCurveTo.basic.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.quadraticCurveTo.basic]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.quadraticCurveTo.ensuresubpath.1.html]
|
||||
type: testharness
|
||||
[If there is no subpath, the first control point is added (and nothing is drawn up to it)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.quadraticCurveTo.nonfinite.html]
|
||||
type: testharness
|
||||
[quadraticCurveTo() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.quadraticCurveTo.scaled.html]
|
||||
type: testharness
|
||||
[Canvas test: 2d.path.quadraticCurveTo.scaled]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.stroke.empty.html]
|
||||
type: testharness
|
||||
[Empty subpaths are not stroked]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.stroke.prune.closed.html]
|
||||
type: testharness
|
||||
[Zero-length line segments from closed paths are removed before stroking]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.stroke.prune.corner.html]
|
||||
type: testharness
|
||||
[Zero-length line segments are removed before stroking with miters]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.stroke.prune.curve.html]
|
||||
type: testharness
|
||||
[Zero-length line segments from quadraticCurveTo and bezierCurveTo are removed before stroking]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.path.stroke.prune.line.html]
|
||||
type: testharness
|
||||
[Zero-length line segments from lineTo are removed before stroking]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.imageData.get.nonfinite.html]
|
||||
type: testharness
|
||||
[getImageData() throws TypeError if arguments are not finite]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.imageData.put.nonfinite.html]
|
||||
type: testharness
|
||||
[putImageData() throws TypeError if arguments are not finite]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.stroke.cap.1.html]
|
||||
type: testharness
|
||||
[Shadows are not drawn for areas outside stroke caps]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.stroke.join.1.html]
|
||||
type: testharness
|
||||
[Shadows are not drawn for areas outside stroke joins]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.shadow.stroke.join.3.html]
|
||||
type: testharness
|
||||
[Shadows are drawn for stroke joins respecting miter limit]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.transformation.scale.nonfinite.html]
|
||||
type: testharness
|
||||
[scale() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.transformation.setTransform.nonfinite.html]
|
||||
type: testharness
|
||||
[setTransform() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.transformation.transform.nonfinite.html]
|
||||
type: testharness
|
||||
[transform() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.transformation.translate.nonfinite.html]
|
||||
type: testharness
|
||||
[translate() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-receive-utf16.htm]
|
||||
type: testharness
|
||||
[UTF-16 with BOM, no encoding in content-type]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-timeout-events.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: The send() method: timeout is not 0 ]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
[contenttype_bmp.html]
|
||||
type: testharness
|
||||
[BMP document.contentType === 'image/bmp']
|
||||
[BMP document.contentType === \'image/bmp\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[contenttype_css.html]
|
||||
type: testharness
|
||||
[CSS document.contentType === 'text/css']
|
||||
[CSS document.contentType === \'text/css\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[contenttype_datauri_01.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Data URI document.contentType === 'text/plain' when data URI MIME type is not set]
|
||||
[Data URI document.contentType === \'text/plain\' when data URI MIME type is not set]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[contenttype_datauri_02.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Data URI document.contentType === 'text/html' when data URI MIME type is set]
|
||||
[Data URI document.contentType === \'text/html\' when data URI MIME type is set]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[contenttype_gif.html]
|
||||
type: testharness
|
||||
[GIF document.contentType === 'image/gif']
|
||||
[GIF document.contentType === \'image/gif\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[contenttype_javascripturi.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Javascript URI document.contentType === 'text/html']
|
||||
[Javascript URI document.contentType === \'text/html\']
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[contenttype_jpg.html]
|
||||
type: testharness
|
||||
[JPG document.contentType === 'image/jpeg']
|
||||
[JPG document.contentType === \'image/jpeg\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[contenttype_mimeheader_01.html]
|
||||
type: testharness
|
||||
[Custom document.contentType === 'text/xml' when explicitly set to this value]
|
||||
[Custom document.contentType === \'text/xml\' when explicitly set to this value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[contenttype_png.html]
|
||||
type: testharness
|
||||
[PNG document.contentType === 'image/png']
|
||||
[PNG document.contentType === \'image/png\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[contenttype_xml.html]
|
||||
type: testharness
|
||||
[XML document.contentType === 'application/xml']
|
||||
[XML document.contentType === \'application/xml\']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -50,3 +50,4 @@
|
|||
|
||||
[TextEncoder interface: operation encode(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -17,3 +17,4 @@
|
|||
|
||||
[USVString handling: properly encoded MUSICAL SYMBOL G CLEF (U+1D11E)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,98 +0,0 @@
|
|||
[grouping-blockquote.sub.html]
|
||||
type: testharness
|
||||
[The prototype for blockquote is HTMLQuoteElement.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote should have \'cite\' as own property.]
|
||||
expected: FAIL
|
||||
|
||||
[If the cite content attribute is absent, the IDL attribute must return the empty string.]
|
||||
expected: FAIL
|
||||
|
||||
[Setting cite IDL sets content attribute to specified literal value.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #1: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #2: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #3: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #4: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #5: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #6: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #7: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #8: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #9: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #10: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #11: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #12: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #13: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #14: cite content attribute registers markup.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #1: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #2: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #3: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #4: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #5: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #6: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #7: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #8: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #9: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #10: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #11: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #12: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #13: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
||||
[blockquote #14: cite IDL reflects content attribute.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[event_constructor.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Web Storage]
|
||||
expected: FAIL
|
||||
|
||||
[storageeventinit test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[event_constructor_js.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Web Storage]
|
||||
expected: FAIL
|
||||
|
||||
[StorageEvent constructor and nulls]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[event_local_storageeventinit.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Web Storage]
|
||||
expected: FAIL
|
||||
|
||||
[storageeventinit test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[event_session_storageeventinit.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Web Storage]
|
||||
expected: FAIL
|
||||
|
||||
[storageeventinit test]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[missing_arguments.html]
|
||||
type: testharness
|
||||
[Should throw TypeError for function "function () { new StorageEvent(); }".]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[storage_local_key.html]
|
||||
type: testharness
|
||||
[Web Storage 3]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue