servo/tests/wpt/metadata/cssom-view/interfaces.html.ini

329 lines
14 KiB
INI

[interfaces.html]
type: testharness
[Element interface: document.createElement('div') must inherit property "scrollIntoView()" with the proper type]
expected: FAIL
[Element interface: document.createElement('div') must inherit property "scrollIntoView([object Object\],[object Object\])" with the proper type]
expected: FAIL
[Element interface: calling scrollIntoView([object Object\],[object Object\]) on document.createElement('div') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('div') must inherit property "getBoxQuads(BoxQuadOptions)" with the proper type]
expected: FAIL
[Element interface: calling getBoxQuads(BoxQuadOptions) on document.createElement('div') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('div') must inherit property "convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions) on document.createElement('div') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('div') must inherit property "convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions) on document.createElement('div') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('div') must inherit property "convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions) on document.createElement('div') with too few arguments must throw TypeError]
expected: FAIL
[HTMLImageElement interface: attribute x]
expected: FAIL
[HTMLImageElement interface: attribute y]
expected: FAIL
[HTMLImageElement interface: document.createElement('img') must inherit property "x" with the proper type]
expected: FAIL
[HTMLImageElement interface: document.createElement('img') must inherit property "y" with the proper type]
expected: FAIL
[Element interface: document.createElement('img') must inherit property "scrollIntoView()" with the proper type]
expected: FAIL
[Element interface: document.createElement('img') must inherit property "scrollIntoView([object Object\],[object Object\])" with the proper type]
expected: FAIL
[Element interface: calling scrollIntoView([object Object\],[object Object\]) on document.createElement('img') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('img') must inherit property "getBoxQuads(BoxQuadOptions)" with the proper type]
expected: FAIL
[Element interface: calling getBoxQuads(BoxQuadOptions) on document.createElement('img') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('img') must inherit property "convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions) on document.createElement('img') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('img') must inherit property "convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions) on document.createElement('img') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement('img') must inherit property "convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions) on document.createElement('img') with too few arguments must throw TypeError]
expected: FAIL
[Window interface: attribute screen]
expected: FAIL
[Window interface: attribute innerWidth]
expected: FAIL
[Window interface: attribute innerHeight]
expected: FAIL
[Window interface: attribute scrollX]
expected: FAIL
[Window interface: attribute pageXOffset]
expected: FAIL
[Window interface: attribute scrollY]
expected: FAIL
[Window interface: attribute pageYOffset]
expected: FAIL
[Window interface: attribute screenX]
expected: FAIL
[Window interface: attribute screenY]
expected: FAIL
[Window interface: attribute outerWidth]
expected: FAIL
[Window interface: attribute outerHeight]
expected: FAIL
[Window interface: attribute devicePixelRatio]
expected: FAIL
[Document interface: operation caretPositionFromPoint(double, double)]
expected: FAIL
[Document interface: attribute scrollingElement]
expected: FAIL
[Document interface: operation getBoxQuads(BoxQuadOptions)]
expected: FAIL
[Document interface: operation convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Document interface: operation convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Document interface: operation convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Document interface: document must inherit property "caretPositionFromPoint(double, double)" with the proper type]
expected: FAIL
[Document interface: calling caretPositionFromPoint(double, double) on document with too few arguments must throw TypeError]
expected: FAIL
[Document interface: document must inherit property "scrollingElement" with the proper type]
expected: FAIL
[Document interface: document must inherit property "getBoxQuads(BoxQuadOptions)" with the proper type]
expected: FAIL
[Document interface: calling getBoxQuads(BoxQuadOptions) on document with too few arguments must throw TypeError]
expected: FAIL
[Document interface: document must inherit property "convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Document interface: calling convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions) on document with too few arguments must throw TypeError]
expected: FAIL
[Document interface: document must inherit property "convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Document interface: calling convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions) on document with too few arguments must throw TypeError]
expected: FAIL
[Document interface: document must inherit property "convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Document interface: calling convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions) on document with too few arguments must throw TypeError]
expected: FAIL
[Element interface: operation scrollIntoView()]
expected: FAIL
[Element interface: operation scrollIntoView([object Object\],[object Object\])]
expected: FAIL
[Element interface: operation getBoxQuads(BoxQuadOptions)]
expected: FAIL
[Element interface: operation convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Element interface: operation convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Element interface: operation convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Element interface: document.createElementNS('x', 'y') must inherit property "scrollIntoView()" with the proper type]
expected: FAIL
[Element interface: document.createElementNS('x', 'y') must inherit property "scrollIntoView([object Object\],[object Object\])" with the proper type]
expected: FAIL
[Element interface: calling scrollIntoView([object Object\],[object Object\]) on document.createElementNS('x', 'y') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElementNS('x', 'y') must inherit property "getBoxQuads(BoxQuadOptions)" with the proper type]
expected: FAIL
[Element interface: calling getBoxQuads(BoxQuadOptions) on document.createElementNS('x', 'y') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElementNS('x', 'y') must inherit property "convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions) on document.createElementNS('x', 'y') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElementNS('x', 'y') must inherit property "convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions) on document.createElementNS('x', 'y') with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElementNS('x', 'y') must inherit property "convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Element interface: calling convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions) on document.createElementNS('x', 'y') with too few arguments must throw TypeError]
expected: FAIL
[Text interface: operation getBoxQuads(BoxQuadOptions)]
expected: FAIL
[Text interface: operation convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Text interface: operation convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Text interface: operation convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)]
expected: FAIL
[Text interface: document.createTextNode('x') must inherit property "getBoxQuads(BoxQuadOptions)" with the proper type]
expected: FAIL
[Text interface: calling getBoxQuads(BoxQuadOptions) on document.createTextNode('x') with too few arguments must throw TypeError]
expected: FAIL
[Text interface: document.createTextNode('x') must inherit property "convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Text interface: calling convertQuadFromNode(DOMQuadInit, GeometryNode, ConvertCoordinateOptions) on document.createTextNode('x') with too few arguments must throw TypeError]
expected: FAIL
[Text interface: document.createTextNode('x') must inherit property "convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Text interface: calling convertRectFromNode(DOMRectReadOnly, GeometryNode, ConvertCoordinateOptions) on document.createTextNode('x') with too few arguments must throw TypeError]
expected: FAIL
[Text interface: document.createTextNode('x') must inherit property "convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions)" with the proper type]
expected: FAIL
[Text interface: calling convertPointFromNode(DOMPointInit, GeometryNode, ConvertCoordinateOptions) on document.createTextNode('x') with too few arguments must throw TypeError]
expected: FAIL
[Range interface: operation getClientRects()]
expected: FAIL
[Range interface: operation getBoundingClientRect()]
expected: FAIL
[Range interface: new Range() must inherit property "getClientRects()" with the proper type]
expected: FAIL
[Range interface: new Range() must inherit property "getBoundingClientRect()" with the proper type]
expected: FAIL
[Screen interface: attribute availWidth]
expected: FAIL
[Screen interface: attribute availHeight]
expected: FAIL
[Screen interface: attribute width]
expected: FAIL
[Screen interface: attribute height]
expected: FAIL
[Screen interface: screen must inherit property "availWidth" with the proper type]
expected: FAIL
[Screen interface: screen must inherit property "availHeight" with the proper type]
expected: FAIL
[Screen interface: screen must inherit property "width" with the proper type]
expected: FAIL
[Screen interface: screen must inherit property "height" with the proper type]
expected: FAIL
[CaretPosition interface: existence and properties of interface object]
expected: FAIL
[CaretPosition interface object length]
expected: FAIL
[CaretPosition interface object name]
expected: FAIL
[CaretPosition interface: existence and properties of interface prototype object]
expected: FAIL
[CaretPosition interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CaretPosition interface: attribute offsetNode]
expected: FAIL
[CaretPosition interface: attribute offset]
expected: FAIL
[CaretPosition interface: operation getClientRect()]
expected: FAIL
[CaretPosition must be primary interface of document.caretPositionFromPoint(5, 5)]
expected: FAIL
[Stringification of document.caretPositionFromPoint(5, 5)]
expected: FAIL
[CaretPosition interface: document.caretPositionFromPoint(5, 5) must inherit property "offsetNode" with the proper type]
expected: FAIL
[CaretPosition interface: document.caretPositionFromPoint(5, 5) must inherit property "offset" with the proper type]
expected: FAIL
[CaretPosition interface: document.caretPositionFromPoint(5, 5) must inherit property "getClientRect()" with the proper type]
expected: FAIL