diff --git a/tests/wpt/metadata/2dcontext/compositing/canvas_compositing_globalcompositeoperation_001.htm.ini b/tests/wpt/metadata/2dcontext/compositing/canvas_compositing_globalcompositeoperation_001.htm.ini index 05810955f1d..7ef0ad19d0a 100644 --- a/tests/wpt/metadata/2dcontext/compositing/canvas_compositing_globalcompositeoperation_001.htm.ini +++ b/tests/wpt/metadata/2dcontext/compositing/canvas_compositing_globalcompositeoperation_001.htm.ini @@ -3,4 +3,4 @@ reftype: == refurl: /2dcontext/compositing/canvas_compositing_globalcompositeoperation_001-ref.htm expected: FAIL - disabled: intermittent pass #5803 + disabled: intermittent pass (issue 5803) diff --git a/tests/wpt/metadata/2dcontext/line-styles/canvas_linestyles_linecap_001.htm.ini b/tests/wpt/metadata/2dcontext/line-styles/canvas_linestyles_linecap_001.htm.ini index 5bdb0f12a0b..25ab9afd73f 100644 --- a/tests/wpt/metadata/2dcontext/line-styles/canvas_linestyles_linecap_001.htm.ini +++ b/tests/wpt/metadata/2dcontext/line-styles/canvas_linestyles_linecap_001.htm.ini @@ -2,4 +2,4 @@ type: reftest reftype: == refurl: /2dcontext/line-styles/canvas_linestyles_linecap_001-ref.htm - disabled: intermittently passing #5714 + disabled: intermittently passing (issue 5714) diff --git a/tests/wpt/metadata/2dcontext/shadows/canvas_shadows_002.htm.ini b/tests/wpt/metadata/2dcontext/shadows/canvas_shadows_002.htm.ini index cd494eae431..211fa229d89 100644 --- a/tests/wpt/metadata/2dcontext/shadows/canvas_shadows_002.htm.ini +++ b/tests/wpt/metadata/2dcontext/shadows/canvas_shadows_002.htm.ini @@ -1,3 +1,3 @@ [canvas_shadows_002.htm] type: reftest - disabled: intermittent failure #5207 + disabled: intermittent failure (issue 5207) diff --git a/tests/wpt/metadata/2dcontext/the-canvas-state/canvas_state_restore_001.htm.ini b/tests/wpt/metadata/2dcontext/the-canvas-state/canvas_state_restore_001.htm.ini index 4924ed36848..0d1cecd9ca0 100644 --- a/tests/wpt/metadata/2dcontext/the-canvas-state/canvas_state_restore_001.htm.ini +++ b/tests/wpt/metadata/2dcontext/the-canvas-state/canvas_state_restore_001.htm.ini @@ -3,4 +3,4 @@ reftype: == refurl: /2dcontext/the-canvas-state/canvas_state_restore_001-ref.htm expected: FAIL - disabled: intermittent pass #5764 + disabled: intermittent pass (issue 5764) diff --git a/tests/wpt/metadata/2dcontext/transformations/canvas_transformations_reset_001.html.ini b/tests/wpt/metadata/2dcontext/transformations/canvas_transformations_reset_001.html.ini new file mode 100644 index 00000000000..7faf80e06d1 --- /dev/null +++ b/tests/wpt/metadata/2dcontext/transformations/canvas_transformations_reset_001.html.ini @@ -0,0 +1,3 @@ +[canvas_transformations_reset_001.html] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini b/tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini index 24d11eb6ab6..814a91bbbcd 100644 --- a/tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini +++ b/tests/wpt/metadata/FileAPI/blob/Blob-constructor.html.ini @@ -117,3 +117,6 @@ [Newlines should not change when endings is 'native'.] expected: FAIL + [Blob interface object] + expected: FAIL + diff --git a/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini b/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini index bfffe9f7587..d0ae41a4f29 100644 --- a/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini +++ b/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini @@ -30,9 +30,6 @@ [XMLHttpRequest interface: operation send([object Object\],[object Object\])] expected: FAIL - [XMLHttpRequest interface: calling open(ByteString,USVString,boolean,USVString,USVString) on new XMLHttpRequest() with too few arguments must throw TypeError] - expected: FAIL - [XMLHttpRequest interface: new XMLHttpRequest() must inherit property "overrideMimeType" with the proper type (20)] expected: FAIL diff --git a/tests/wpt/metadata/animation-timing/callback-invoked.html.ini b/tests/wpt/metadata/animation-timing/callback-invoked.html.ini index 60487ba50cc..c829e4716cf 100644 --- a/tests/wpt/metadata/animation-timing/callback-invoked.html.ini +++ b/tests/wpt/metadata/animation-timing/callback-invoked.html.ini @@ -2,3 +2,4 @@ type: testharness [requestAnimationFrame callback is invoked at least once before the timeout] expected: FAIL + diff --git a/tests/wpt/metadata/dom/interfaces.html.ini b/tests/wpt/metadata/dom/interfaces.html.ini index 8c0aa331508..dc8584b084f 100644 --- a/tests/wpt/metadata/dom/interfaces.html.ini +++ b/tests/wpt/metadata/dom/interfaces.html.ini @@ -153,12 +153,6 @@ [Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError] expected: FAIL - [Document interface: calling prepend([object Object\],[object Object\]) on xmlDoc with too few arguments must throw TypeError] - expected: FAIL - - [Document interface: calling append([object Object\],[object Object\]) on xmlDoc with too few arguments must throw TypeError] - expected: FAIL - [Document interface: xmlDoc must inherit property "query" with the proper type (34)] expected: FAIL @@ -201,12 +195,6 @@ [DocumentFragment interface: calling getElementById(DOMString) on document.createDocumentFragment() with too few arguments must throw TypeError] expected: FAIL - [DocumentFragment interface: calling prepend([object Object\],[object Object\]) on document.createDocumentFragment() with too few arguments must throw TypeError] - expected: FAIL - - [DocumentFragment interface: calling append([object Object\],[object Object\]) on document.createDocumentFragment() with too few arguments must throw TypeError] - expected: FAIL - [DocumentFragment interface: document.createDocumentFragment() must inherit property "query" with the proper type (7)] expected: FAIL @@ -225,15 +213,6 @@ [DocumentType interface object length] expected: FAIL - [DocumentType interface: calling before([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError] - expected: FAIL - - [DocumentType interface: calling after([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError] - expected: FAIL - - [DocumentType interface: calling replaceWith([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError] - expected: FAIL - [Element interface: existence and properties of interface object] expected: FAIL @@ -297,12 +276,6 @@ [Element interface: calling removeAttributeNode(Attr) on element with too few arguments must throw TypeError] expected: FAIL - [Element interface: calling prepend([object Object\],[object Object\]) on element with too few arguments must throw TypeError] - expected: FAIL - - [Element interface: calling append([object Object\],[object Object\]) on element with too few arguments must throw TypeError] - expected: FAIL - [Element interface: element must inherit property "query" with the proper type (33)] expected: FAIL @@ -315,15 +288,6 @@ [Element interface: calling queryAll(DOMString) on element with too few arguments must throw TypeError] expected: FAIL - [Element interface: calling before([object Object\],[object Object\]) on element with too few arguments must throw TypeError] - expected: FAIL - - [Element interface: calling after([object Object\],[object Object\]) on element with too few arguments must throw TypeError] - expected: FAIL - - [Element interface: calling replaceWith([object Object\],[object Object\]) on element with too few arguments must throw TypeError] - expected: FAIL - [NamedNodeMap interface object length] expected: FAIL @@ -348,42 +312,18 @@ [Text interface object length] expected: FAIL - [CharacterData interface: calling before([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError] - expected: FAIL - - [CharacterData interface: calling after([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError] - expected: FAIL - - [CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError] - expected: FAIL - [ProcessingInstruction interface: existence and properties of interface object] expected: FAIL [ProcessingInstruction interface object length] expected: FAIL - [CharacterData interface: calling before([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError] - expected: FAIL - - [CharacterData interface: calling after([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError] - expected: FAIL - - [CharacterData interface: calling replaceWith([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError] - expected: FAIL - [Comment interface: existence and properties of interface object] expected: FAIL [Comment interface object length] expected: FAIL - [CharacterData interface: calling before([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError] - expected: FAIL - - [CharacterData interface: calling after([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError] - expected: FAIL - [Range interface: operation collapse(boolean)] expected: FAIL @@ -513,12 +453,6 @@ [DOMTokenList interface: operation toggle(DOMString,boolean)] expected: FAIL - [DOMTokenList interface: calling add(DOMString) on document.body.classList with too few arguments must throw TypeError] - expected: FAIL - - [DOMTokenList interface: calling remove(DOMString) on document.body.classList with too few arguments must throw TypeError] - expected: FAIL - [DOMSettableTokenList interface: existence and properties of interface object] expected: FAIL @@ -534,12 +468,60 @@ [DOMSettableTokenList interface: attribute value] expected: FAIL - [CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError] - expected: FAIL - [Range interface object length] expected: FAIL [NodeIterator interface object length] expected: FAIL + [Document interface: operation prepend([object Object\],[object Object\])] + expected: FAIL + + [Document interface: operation append([object Object\],[object Object\])] + expected: FAIL + + [DocumentFragment interface: operation prepend([object Object\],[object Object\])] + expected: FAIL + + [DocumentFragment interface: operation append([object Object\],[object Object\])] + expected: FAIL + + [DocumentType interface: operation before([object Object\],[object Object\])] + expected: FAIL + + [DocumentType interface: operation after([object Object\],[object Object\])] + expected: FAIL + + [DocumentType interface: operation replaceWith([object Object\],[object Object\])] + expected: FAIL + + [Element interface: operation prepend([object Object\],[object Object\])] + expected: FAIL + + [Element interface: operation append([object Object\],[object Object\])] + expected: FAIL + + [Element interface: operation before([object Object\],[object Object\])] + expected: FAIL + + [Element interface: operation after([object Object\],[object Object\])] + expected: FAIL + + [Element interface: operation replaceWith([object Object\],[object Object\])] + expected: FAIL + + [CharacterData interface: operation before([object Object\],[object Object\])] + expected: FAIL + + [CharacterData interface: operation after([object Object\],[object Object\])] + expected: FAIL + + [CharacterData interface: operation replaceWith([object Object\],[object Object\])] + expected: FAIL + + [DOMTokenList interface: operation add(DOMString)] + expected: FAIL + + [DOMTokenList interface: operation remove(DOMString)] + expected: FAIL + diff --git a/tests/wpt/metadata/dom/nodes/CharacterData-deleteData.html.ini b/tests/wpt/metadata/dom/nodes/CharacterData-deleteData.html.ini new file mode 100644 index 00000000000..7b63f4aa498 --- /dev/null +++ b/tests/wpt/metadata/dom/nodes/CharacterData-deleteData.html.ini @@ -0,0 +1,3 @@ +[CharacterData-deleteData.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/nameditem-06.html.ini b/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/nameditem-06.html.ini index bfe33cc4ab4..ae5df38a074 100644 --- a/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/nameditem-06.html.ini +++ b/tests/wpt/metadata/html/dom/documents/dom-tree-accessors/nameditem-06.html.ini @@ -6,9 +6,6 @@ [If there are two imgs, a collection should be returned. (name)] expected: FAIL - [If there are two imgs, nothing should be returned. (id)] - expected: FAIL - [If there are two imgs, the one with a name should be returned. (name and id)] expected: FAIL diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index 9dbf7c9c8d2..6c68c5ffa9d 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -1179,12 +1179,6 @@ [Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type (81)] expected: FAIL - [Document interface: calling prepend([object Object\],[object Object\]) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError] - expected: FAIL - - [Document interface: calling append([object Object\],[object Object\]) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError] - expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "query" with the proper type (89)] expected: FAIL @@ -2178,12 +2172,6 @@ [Element interface: calling removeAttributeNode(Attr) on document.createElement("noscript") with too few arguments must throw TypeError] expected: FAIL - [Element interface: calling prepend([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError] - expected: FAIL - - [Element interface: calling append([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError] - expected: FAIL - [Element interface: document.createElement("noscript") must inherit property "query" with the proper type (33)] expected: FAIL @@ -2196,15 +2184,6 @@ [Element interface: calling queryAll(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError] expected: FAIL - [Element interface: calling before([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError] - expected: FAIL - - [Element interface: calling after([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError] - expected: FAIL - - [Element interface: calling replaceWith([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError] - expected: FAIL - [HTMLUnknownElement interface: existence and properties of interface object] expected: FAIL @@ -5889,9 +5868,6 @@ [HTMLSelectElement interface: calling namedItem(DOMString) on document.createElement("select") with too few arguments must throw TypeError] expected: FAIL - [HTMLSelectElement interface: calling remove(long) on document.createElement("select") with too few arguments must throw TypeError] - expected: FAIL - [HTMLSelectElement interface: document.createElement("select") must inherit property "selectedOptions" with the proper type (17)] expected: FAIL @@ -6711,9 +6687,6 @@ [HTMLCanvasElement interface object length] expected: FAIL - [HTMLCanvasElement interface: operation getContext(DOMString,any)] - expected: FAIL - [HTMLCanvasElement interface: operation probablySupportsContext(DOMString,any)] expected: FAIL @@ -6729,9 +6702,6 @@ [HTMLCanvasElement interface: operation toBlob(FileCallback,DOMString,any)] expected: FAIL - [HTMLCanvasElement interface: calling getContext(DOMString,any) on document.createElement("canvas") with too few arguments must throw TypeError] - expected: FAIL - [HTMLCanvasElement interface: document.createElement("canvas") must inherit property "probablySupportsContext" with the proper type (3)] expected: FAIL @@ -6807,9 +6777,6 @@ [CanvasRenderingContext2D interface: operation fill(CanvasFillRule)] expected: FAIL - [CanvasRenderingContext2D interface: operation stroke(Path2D)] - expected: FAIL - [CanvasRenderingContext2D interface: operation drawSystemFocusRing(Element)] expected: FAIL @@ -6894,9 +6861,6 @@ [CanvasRenderingContext2D interface: attribute direction] expected: FAIL - [CanvasRenderingContext2D interface: operation arcTo(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double)] - expected: FAIL - [CanvasRenderingContext2D interface: operation arc(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,boolean)] expected: FAIL @@ -6939,12 +6903,6 @@ [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "shadowColor" with the proper type (24)] expected: FAIL - [CanvasRenderingContext2D interface: calling fill(Path2D,CanvasFillRule) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] - expected: FAIL - - [CanvasRenderingContext2D interface: calling stroke(Path2D) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] - expected: FAIL - [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "drawSystemFocusRing" with the proper type (33)] expected: FAIL @@ -6978,9 +6936,6 @@ [CanvasRenderingContext2D interface: calling scrollPathIntoView(Path2D) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] expected: FAIL - [CanvasRenderingContext2D interface: calling clip(Path2D,CanvasFillRule) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] - expected: FAIL - [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "resetClip" with the proper type (41)] expected: FAIL @@ -7026,12 +6981,6 @@ [CanvasRenderingContext2D interface: calling measureText(DOMString) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] expected: FAIL - [CanvasRenderingContext2D interface: calling drawImage(CanvasImageSource,unrestricted double,unrestricted double,unrestricted double,unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] - expected: FAIL - - [CanvasRenderingContext2D interface: calling drawImage(CanvasImageSource,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] - expected: FAIL - [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "addHitRegion" with the proper type (52)] expected: FAIL @@ -7068,9 +7017,6 @@ [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "direction" with the proper type (69)] expected: FAIL - [CanvasRenderingContext2D interface: calling arcTo(unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError] - expected: FAIL - [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "ellipse" with the proper type (79)] expected: FAIL @@ -9477,3 +9423,21 @@ [Location interface: window.location must have own property "reload"] expected: FAIL + [CanvasRenderingContext2D interface: operation fill(Path2D,CanvasFillRule)] + expected: FAIL + + [CanvasRenderingContext2D interface: operation clip(Path2D,CanvasFillRule)] + expected: FAIL + + [CanvasRenderingContext2D interface: operation drawImage(CanvasImageSource,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double,unrestricted double)] + expected: FAIL + + [CanvasRenderingContext2D interface: operation createImageData(double,double)] + expected: FAIL + + [CanvasRenderingContext2D interface: operation putImageData(ImageData,double,double,double,double,double,double)] + expected: FAIL + + [WorkerGlobalScope interface: operation importScripts(DOMString)] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/reflection-embedded.html.ini b/tests/wpt/metadata/html/dom/reflection-embedded.html.ini index 1269ad6f764..01a2c1106a7 100644 --- a/tests/wpt/metadata/html/dom/reflection-embedded.html.ini +++ b/tests/wpt/metadata/html/dom/reflection-embedded.html.ini @@ -1125,18 +1125,6 @@ [img.lowsrc: IDL set to object "test-valueOf" followed by IDL get] expected: FAIL - [img.hspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [img.hspace: setAttribute() to object "3" followed by IDL get] - expected: FAIL - - [img.vspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [img.vspace: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [img.longDesc: setAttribute() to "" followed by IDL get] expected: FAIL @@ -7347,9 +7335,6 @@ [object.hspace: setAttribute() to object "2" followed by IDL get] expected: FAIL - [object.hspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [object.hspace: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -7662,9 +7647,6 @@ [object.vspace: setAttribute() to object "2" followed by IDL get] expected: FAIL - [object.vspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [object.vspace: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -11310,9 +11292,6 @@ [video.width: setAttribute() to object "2" followed by IDL get] expected: FAIL - [video.width: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [video.width: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -11496,9 +11475,6 @@ [video.height: setAttribute() to object "2" followed by IDL get] expected: FAIL - [video.height: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [video.height: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -16977,24 +16953,12 @@ [canvas.width: setAttribute() to 4294967295 followed by IDL get] expected: FAIL - [canvas.width: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [canvas.width: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [canvas.height: setAttribute() to 2147483648 followed by IDL get] expected: FAIL [canvas.height: setAttribute() to 4294967295 followed by IDL get] expected: FAIL - [canvas.height: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [canvas.height: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [canvas.itemScope: typeof IDL attribute] expected: FAIL diff --git a/tests/wpt/metadata/html/dom/reflection-forms.html.ini b/tests/wpt/metadata/html/dom/reflection-forms.html.ini index dfe37db7f85..2e22a912497 100644 --- a/tests/wpt/metadata/html/dom/reflection-forms.html.ini +++ b/tests/wpt/metadata/html/dom/reflection-forms.html.ini @@ -5268,9 +5268,6 @@ [input.maxLength: setAttribute() to object "2" followed by IDL get] expected: FAIL - [input.maxLength: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [input.maxLength: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -5766,12 +5763,6 @@ [input.required: IDL set to object "test-valueOf" followed by IDL get] expected: FAIL - [input.size: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [input.size: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [input.src: typeof IDL attribute] expected: FAIL @@ -8226,12 +8217,6 @@ [select.required: IDL set to object "test-valueOf" followed by IDL get] expected: FAIL - [select.size: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [select.size: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [select.itemScope: typeof IDL attribute] expected: FAIL @@ -11505,12 +11490,6 @@ [textarea.autofocus: IDL set to object "test-valueOf" followed by IDL get] expected: FAIL - [textarea.cols: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [textarea.cols: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [textarea.dirName: typeof IDL attribute] expected: FAIL @@ -12396,9 +12375,6 @@ [textarea.maxLength: setAttribute() to object "2" followed by IDL get] expected: FAIL - [textarea.maxLength: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [textarea.maxLength: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -12420,12 +12396,6 @@ [textarea.maxLength: IDL set to 2147483647 followed by getAttribute()] expected: FAIL - [textarea.rows: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [textarea.rows: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [textarea.itemScope: typeof IDL attribute] expected: FAIL diff --git a/tests/wpt/metadata/html/dom/reflection-grouping.html.ini b/tests/wpt/metadata/html/dom/reflection-grouping.html.ini index 97ec7c6c7fd..f3b4d3465ea 100644 --- a/tests/wpt/metadata/html/dom/reflection-grouping.html.ini +++ b/tests/wpt/metadata/html/dom/reflection-grouping.html.ini @@ -2835,9 +2835,6 @@ [pre.width: setAttribute() to object "2" followed by IDL get] expected: FAIL - [pre.width: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [pre.width: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -4755,9 +4752,6 @@ [ol.start: setAttribute() to object "2" followed by IDL get] expected: FAIL - [ol.start: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [ol.start: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -6876,9 +6870,6 @@ [li.value: setAttribute() to object "2" followed by IDL get] expected: FAIL - [li.value: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [li.value: setAttribute() to object "3" followed by IDL get] expected: FAIL diff --git a/tests/wpt/metadata/html/dom/reflection-obsolete.html.ini b/tests/wpt/metadata/html/dom/reflection-obsolete.html.ini index 6333960758e..92fde45eabd 100644 --- a/tests/wpt/metadata/html/dom/reflection-obsolete.html.ini +++ b/tests/wpt/metadata/html/dom/reflection-obsolete.html.ini @@ -1431,9 +1431,6 @@ [applet.hspace: setAttribute() to object "2" followed by IDL get] expected: FAIL - [applet.hspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [applet.hspace: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -1911,9 +1908,6 @@ [applet.vspace: setAttribute() to object "2" followed by IDL get] expected: FAIL - [applet.vspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [applet.vspace: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -3474,9 +3468,6 @@ [marquee.hspace: setAttribute() to object "2" followed by IDL get] expected: FAIL - [marquee.hspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [marquee.hspace: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -3660,9 +3651,6 @@ [marquee.scrollAmount: setAttribute() to object "2" followed by IDL get] expected: FAIL - [marquee.scrollAmount: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [marquee.scrollAmount: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -3846,9 +3834,6 @@ [marquee.scrollDelay: setAttribute() to object "2" followed by IDL get] expected: FAIL - [marquee.scrollDelay: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [marquee.scrollDelay: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -4140,9 +4125,6 @@ [marquee.vspace: setAttribute() to object "2" followed by IDL get] expected: FAIL - [marquee.vspace: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [marquee.vspace: setAttribute() to object "3" followed by IDL get] expected: FAIL diff --git a/tests/wpt/metadata/html/dom/reflection-tabular.html.ini b/tests/wpt/metadata/html/dom/reflection-tabular.html.ini index 0ce072a63a7..5b5631272d1 100644 --- a/tests/wpt/metadata/html/dom/reflection-tabular.html.ini +++ b/tests/wpt/metadata/html/dom/reflection-tabular.html.ini @@ -3480,9 +3480,6 @@ [colgroup.span: setAttribute() to object "2" followed by IDL get] expected: FAIL - [colgroup.span: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [colgroup.span: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -5031,9 +5028,6 @@ [col.span: setAttribute() to object "2" followed by IDL get] expected: FAIL - [col.span: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [col.span: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -11544,12 +11538,6 @@ [td.tabIndex: IDL set to -2147483648 followed by getAttribute()] expected: FAIL - [td.colSpan: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [td.colSpan: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [td.rowSpan: typeof IDL attribute] expected: FAIL @@ -11712,9 +11700,6 @@ [td.rowSpan: setAttribute() to object "2" followed by IDL get] expected: FAIL - [td.rowSpan: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [td.rowSpan: setAttribute() to object "3" followed by IDL get] expected: FAIL @@ -13737,12 +13722,6 @@ [th.tabIndex: IDL set to -2147483648 followed by getAttribute()] expected: FAIL - [th.colSpan: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - - [th.colSpan: setAttribute() to object "3" followed by IDL get] - expected: FAIL - [th.rowSpan: typeof IDL attribute] expected: FAIL @@ -13905,9 +13884,6 @@ [th.rowSpan: setAttribute() to object "2" followed by IDL get] expected: FAIL - [th.rowSpan: setAttribute() to object "3" followed by getAttribute()] - expected: FAIL - [th.rowSpan: setAttribute() to object "3" followed by IDL get] expected: FAIL diff --git a/tests/wpt/metadata/html/rendering/non-replaced-elements/tables/table-width-150percent.html.ini b/tests/wpt/metadata/html/rendering/non-replaced-elements/tables/table-width-150percent.html.ini deleted file mode 100644 index 76a75c6f128..00000000000 --- a/tests/wpt/metadata/html/rendering/non-replaced-elements/tables/table-width-150percent.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[table-width-150percent.html] - type: reftest - reftype: == - refurl: /html/rendering/non-replaced-elements/tables/table-width-150percent-ref.html - expected: PASS diff --git a/tests/wpt/metadata/workers/interfaces.worker.js.ini b/tests/wpt/metadata/workers/interfaces.worker.js.ini index 72fc189cb2a..4eab9abace6 100644 --- a/tests/wpt/metadata/workers/interfaces.worker.js.ini +++ b/tests/wpt/metadata/workers/interfaces.worker.js.ini @@ -75,9 +75,6 @@ [WorkerGlobalScope interface: self must inherit property "ononline" with the proper type (6)] expected: FAIL - [WorkerGlobalScope interface: calling importScripts(DOMString) on self with too few arguments must throw TypeError] - expected: FAIL - [WorkerNavigator interface object length] expected: FAIL @@ -147,3 +144,6 @@ [WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type (8)] expected: FAIL + [WorkerGlobalScope interface: operation importScripts(DOMString)] + expected: FAIL + diff --git a/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/incoming-message.html.ini b/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/incoming-message.html.ini deleted file mode 100644 index 2ac22957f95..00000000000 --- a/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/incoming-message.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[incoming-message.html] - type: testharness - [close() and incoming message] - expected: FAIL - diff --git a/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/setInterval.html.ini b/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/setInterval.html.ini deleted file mode 100644 index d861d4edc27..00000000000 --- a/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/setInterval.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[setInterval.html] - type: testharness - [close() and setInterval] - expected: FAIL - diff --git a/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/setTimeout.html.ini b/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/setTimeout.html.ini deleted file mode 100644 index fc1d81fcb64..00000000000 --- a/tests/wpt/metadata/workers/interfaces/WorkerGlobalScope/close/setTimeout.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[setTimeout.html] - type: testharness - [close() and setTimeout] - expected: FAIL -