Closed
Bug 1493460
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13172 - Unbreak html/dom/interfaces.https.html
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13172 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13172
Details from upstream follow.
Michael[tm] Smith <mike@w3.org> wrote:
> Unbreak html/dom/interfaces.https.html
>
> This change makes /interfaces/touch-events.idl get fetched, rather
> than /interfaces/touchevents.idl (which doesn't exist).
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=be624e7136d87c0a07422b029e1b76a675567218
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 3 tests and 5442 subtests
OK : 3
PASS : 5020
FAIL : 422
New tests that have failures or other problems:
/html/dom/interfaces.https.html?exclude=(Document|Window|HTML.*)
ApplicationCache interface object length: FAIL
ApplicationCache interface object name: FAIL
ApplicationCache interface: attribute oncached: FAIL
ApplicationCache interface: attribute onchecking: FAIL
ApplicationCache interface: attribute ondownloading: FAIL
ApplicationCache interface: attribute onerror: FAIL
ApplicationCache interface: attribute onnoupdate: FAIL
ApplicationCache interface: attribute onobsolete: FAIL
ApplicationCache interface: attribute onprogress: FAIL
ApplicationCache interface: attribute onupdateready: FAIL
ApplicationCache interface: attribute status: FAIL
ApplicationCache interface: constant CHECKING on interface object: FAIL
ApplicationCache interface: constant CHECKING on interface prototype object: FAIL
ApplicationCache interface: constant DOWNLOADING on interface object: FAIL
ApplicationCache interface: constant DOWNLOADING on interface prototype object: FAIL
ApplicationCache interface: constant IDLE on interface object: FAIL
ApplicationCache interface: constant IDLE on interface prototype object: FAIL
ApplicationCache interface: constant OBSOLETE on interface object: FAIL
ApplicationCache interface: constant OBSOLETE on interface prototype object: FAIL
ApplicationCache interface: constant UNCACHED on interface object: FAIL
ApplicationCache interface: constant UNCACHED on interface prototype object: FAIL
ApplicationCache interface: constant UPDATEREADY on interface object: FAIL
ApplicationCache interface: constant UPDATEREADY on interface prototype object: FAIL
ApplicationCache interface: existence and properties of interface object: FAIL
ApplicationCache interface: existence and properties of interface prototype object: FAIL
ApplicationCache interface: existence and properties of interface prototype object's "constructor" property: FAIL
ApplicationCache interface: existence and properties of interface prototype object's @@unscopables property: FAIL
ApplicationCache interface: operation abort(): FAIL
ApplicationCache interface: operation swapCache(): FAIL
ApplicationCache interface: operation update(): FAIL
ApplicationCache interface: window.applicationCache must inherit property "abort()" with the proper type: FAIL
ApplicationCache must be primary interface of window.applicationCache: FAIL
AudioTrack interface object length: FAIL
AudioTrack interface object name: FAIL
AudioTrack interface: attribute enabled: FAIL
AudioTrack interface: attribute id: FAIL
AudioTrack interface: attribute kind: FAIL
AudioTrack interface: attribute label: FAIL
AudioTrack interface: attribute language: FAIL
AudioTrack interface: existence and properties of interface object: FAIL
AudioTrack interface: existence and properties of interface prototype object: FAIL
AudioTrack interface: existence and properties of interface prototype object's "constructor" property: FAIL
AudioTrack interface: existence and properties of interface prototype object's @@unscopables property: FAIL
AudioTrackList interface object length: FAIL
AudioTrackList interface object name: FAIL
AudioTrackList interface: attribute length: FAIL
AudioTrackList interface: attribute onaddtrack: FAIL
AudioTrackList interface: attribute onchange: FAIL
AudioTrackList interface: attribute onremovetrack: FAIL
AudioTrackList interface: existence and properties of interface object: FAIL
AudioTrackList interface: existence and properties of interface prototype object: FAIL
AudioTrackList interface: existence and properties of interface prototype object's "constructor" property: FAIL
AudioTrackList interface: existence and properties of interface prototype object's @@unscopables property: FAIL
AudioTrackList interface: operation getTrackById(DOMString): FAIL
BarProp interface: attribute visible: FAIL
CanvasPattern interface: operation setTransform(DOMMatrix2DInit): FAIL
CanvasRenderingContext2D interface: attribute direction: FAIL
CanvasRenderingContext2D interface: attribute imageSmoothingQuality: FAIL
CanvasRenderingContext2D interface: calling scrollPathIntoView(Path2D) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError: FAIL
CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "direction" with the proper type: FAIL
CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getTransform()" with the proper type: FAIL
CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "imageSmoothingQuality" with the proper type: FAIL
CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "resetClip()" with the proper type: FAIL
CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scrollPathIntoView()" with the proper type: FAIL
CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scrollPathIntoView(Path2D)" with the proper type: FAIL
CanvasRenderingContext2D interface: operation getTransform(): FAIL
CanvasRenderingContext2D interface: operation resetClip(): FAIL
CanvasRenderingContext2D interface: operation scrollPathIntoView(): FAIL
CanvasRenderingContext2D interface: operation scrollPathIntoView(Path2D): FAIL
CanvasRenderingContext2D interface: operation setTransform(DOMMatrix2DInit): FAIL
CanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
History interface: attribute index: FAIL
History interface: window.history must inherit property "index" with the proper type: FAIL
ImageBitmapRenderingContext interface: attribute canvas: FAIL
Location interface: stringifier: FAIL
Location interface: window.location must have own property "ancestorOrigins": FAIL
MessageEvent interface: new MessageEvent("message", { data: 5 }) must inherit property "source" with the proper type: FAIL
Navigator interface: calling unregisterProtocolHandler(DOMString, USVString) on window.navigator with too few arguments must throw TypeError: FAIL
Navigator interface: operation unregisterProtocolHandler(DOMString, USVString): FAIL
Navigator interface: window.navigator must inherit property "unregisterProtocolHandler(DOMString, USVString)" with the proper type: FAIL
OffscreenCanvas interface object length: FAIL
OffscreenCanvas interface object name: FAIL
OffscreenCanvas interface: attribute height: FAIL
OffscreenCanvas interface: attribute width: FAIL
OffscreenCanvas interface: existence and properties of interface object: FAIL
OffscreenCanvas interface: existence and properties of interface prototype object: FAIL
OffscreenCanvas interface: existence and properties of interface prototype object's "constructor" property: FAIL
OffscreenCanvas interface: existence and properties of interface prototype object's @@unscopables property: FAIL
OffscreenCanvas interface: operation convertToBlob(ImageEncodeOptions): FAIL
OffscreenCanvas interface: operation getContext(OffscreenRenderingContextId, any): FAIL
OffscreenCanvas interface: operation transferToImageBitmap(): FAIL
OffscreenCanvasRenderingContext2D interface object length: FAIL
OffscreenCanvasRenderingContext2D interface object name: FAIL
OffscreenCanvasRenderingContext2D interface: attribute canvas: FAIL
OffscreenCanvasRenderingContext2D interface: attribute fillStyle: FAIL
OffscreenCanvasRenderingContext2D interface: attribute filter: FAIL
OffscreenCanvasRenderingContext2D interface: attribute globalAlpha: FAIL
OffscreenCanvasRenderingContext2D interface: attribute globalCompositeOperation: FAIL
OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingEnabled: FAIL
OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingQuality: FAIL
OffscreenCanvasRenderingContext2D interface: attribute lineCap: FAIL
OffscreenCanvasRenderingContext2D interface: attribute lineDashOffset: FAIL
OffscreenCanvasRenderingContext2D interface: attribute lineJoin: FAIL
OffscreenCanvasRenderingContext2D interface: attribute lineWidth: FAIL
OffscreenCanvasRenderingContext2D interface: attribute miterLimit: FAIL
OffscreenCanvasRenderingContext2D interface: attribute shadowBlur: FAIL
OffscreenCanvasRenderingContext2D interface: attribute shadowColor: FAIL
OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetX: FAIL
OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetY: FAIL
OffscreenCanvasRenderingContext2D interface: attribute strokeStyle: FAIL
OffscreenCanvasRenderingContext2D interface: existence and properties of interface object: FAIL
OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object: FAIL
OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's "constructor" property: FAIL
OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's @@unscopables property: FAIL
OffscreenCanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean): FAIL
OffscreenCanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation beginPath(): FAIL
OffscreenCanvasRenderingContext2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation clearRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation clip(CanvasFillRule): FAIL
OffscreenCanvasRenderingContext2D interface: operation clip(Path2D, CanvasFillRule): FAIL
OffscreenCanvasRenderingContext2D interface: operation closePath(): FAIL
OffscreenCanvasRenderingContext2D interface: operation commit(): FAIL
OffscreenCanvasRenderingContext2D interface: operation createImageData(ImageData): FAIL
OffscreenCanvasRenderingContext2D interface: operation createImageData(long, long): FAIL
OffscreenCanvasRenderingContext2D interface: operation createLinearGradient(double, double, double, double): FAIL
OffscreenCanvasRenderingContext2D interface: operation createPattern(CanvasImageSource, DOMString): FAIL
OffscreenCanvasRenderingContext2D interface: operation createRadialGradient(double, double, double, double, double, double): FAIL
OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, boolean): FAIL
OffscreenCanvasRenderingContext2D interface: operation fill(CanvasFillRule): FAIL
OffscreenCanvasRenderingContext2D interface: operation fill(Path2D, CanvasFillRule): FAIL
OffscreenCanvasRenderingContext2D interface: operation fillRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation getImageData(long, long, long, long): FAIL
OffscreenCanvasRenderingContext2D interface: operation getLineDash(): FAIL
OffscreenCanvasRenderingContext2D interface: operation getTransform(): FAIL
OffscreenCanvasRenderingContext2D interface: operation isPointInPath(Path2D, unrestricted double, unrestricted double, CanvasFillRule): FAIL
OffscreenCanvasRenderingContext2D interface: operation isPointInPath(unrestricted double, unrestricted double, CanvasFillRule): FAIL
OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation lineTo(unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation moveTo(unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long): FAIL
OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long, long, long, long, long): FAIL
OffscreenCanvasRenderingContext2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation resetClip(): FAIL
OffscreenCanvasRenderingContext2D interface: operation resetTransform(): FAIL
OffscreenCanvasRenderingContext2D interface: operation restore(): FAIL
OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation save(): FAIL
OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation setLineDash([object Object]): FAIL
OffscreenCanvasRenderingContext2D interface: operation setTransform(DOMMatrix2DInit): FAIL
OffscreenCanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation stroke(): FAIL
OffscreenCanvasRenderingContext2D interface: operation stroke(Path2D): FAIL
OffscreenCanvasRenderingContext2D interface: operation strokeRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation transform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double): FAIL
OffscreenCanvasRenderingContext2D interface: operation translate(unrestricted double, unrestricted double): FAIL
PromiseRejectionEvent interface object length: FAIL
PromiseRejectionEvent interface object name: FAIL
PromiseRejectionEvent interface: attribute promise: FAIL
PromiseRejectionEvent interface: attribute reason: FAIL
PromiseRejectionEvent interface: existence and properties of interface object: FAIL
PromiseRejectionEvent interface: existence and properties of interface prototype object: FAIL
PromiseRejectionEvent interface: existence and properties of interface prototype object's "constructor" property: FAIL
PromiseRejectionEvent interface: existence and properties of interface prototype object's @@unscopables property: FAIL
SVGElement interface: attribute nonce: FAIL
SVGElement interface: attribute oncancel: FAIL
SVGElement interface: attribute oncuechange: FAIL
SVGElement interface: attribute onsecuritypolicyviolation: FAIL
Stringification of window.applicationCache: FAIL
TextMetrics interface: attribute actualBoundingBoxAscent: FAIL
TextMetrics interface: attribute actualBoundingBoxDescent: FAIL
TextMetrics interface: attribute actualBoundingBoxLeft: FAIL
TextMetrics interface: attribute actualBoundingBoxRight: FAIL
TextMetrics interface: attribute emHeightAscent: FAIL
TextMetrics interface: attribute emHeightDescent: FAIL
TextMetrics interface: attribute fontBoundingBoxAscent: FAIL
TextMetrics interface: attribute fontBoundingBoxDescent: FAIL
TextMetrics interface: operation getBaselines(): FAIL
VideoTrack interface object length: FAIL
VideoTrack interface object name: FAIL
VideoTrack interface: attribute id: FAIL
VideoTrack interface: attribute kind: FAIL
VideoTrack interface: attribute label: FAIL
VideoTrack interface: attribute language: FAIL
VideoTrack interface: attribute selected: FAIL
VideoTrack interface: existence and properties of interface object: FAIL
VideoTrack interface: existence and properties of interface prototype object: FAIL
VideoTrack interface: existence and properties of interface prototype object's "constructor" property: FAIL
VideoTrack interface: existence and properties of interface prototype object's @@unscopables property: FAIL
VideoTrackList interface object length: FAIL
VideoTrackList interface object name: FAIL
VideoTrackList interface: attribute length: FAIL
VideoTrackList interface: attribute onaddtrack: FAIL
VideoTrackList interface: attribute onchange: FAIL
VideoTrackList interface: attribute onremovetrack: FAIL
VideoTrackList interface: attribute selectedIndex: FAIL
VideoTrackList interface: existence and properties of interface object: FAIL
VideoTrackList interface: existence and properties of interface prototype object: FAIL
VideoTrackList interface: existence and properties of interface prototype object's "constructor" property: FAIL
VideoTrackList interface: existence and properties of interface prototype object's @@unscopables property: FAIL
VideoTrackList interface: operation getTrackById(DOMString): FAIL
/html/dom/interfaces.https.html?include=(Document|Window)
Document interface: attribute alinkColor: FAIL
Document interface: attribute all: FAIL
Document interface: attribute bgColor: FAIL
Document interface: attribute cookie: FAIL
Document interface: attribute designMode: FAIL
Document interface: attribute domain: FAIL
Document interface: attribute fgColor: FAIL
Document interface: attribute linkColor: FAIL
Document interface: attribute oncancel: FAIL
Document interface: attribute oncuechange: FAIL
Document interface: attribute onsecuritypolicyviolation: FAIL
Document interface: attribute vlinkColor: FAIL
Document interface: calling execCommand(DOMString, boolean, DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling open(DOMString, DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling open(USVString, DOMString, DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling queryCommandEnabled(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling queryCommandIndeterm(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling queryCommandState(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling queryCommandSupported(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling queryCommandValue(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling write(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: calling writeln(DOMString) on new Document() with too few arguments must throw TypeError: FAIL
Document interface: iframe.contentDocument must inherit property "all" with the proper type: FAIL
Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type: FAIL
Document interface: iframe.contentDocument must inherit property "oncancel" with the proper type: FAIL
Document interface: iframe.contentDocument must inherit property "oncuechange" with the proper type: FAIL
Document interface: iframe.contentDocument must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
Document interface: new Document() must inherit property "alinkColor" with the proper type: FAIL
Document interface: new Document() must inherit property "all" with the proper type: FAIL
Document interface: new Document() must inherit property "bgColor" with the proper type: FAIL
Document interface: new Document() must inherit property "captureEvents()" with the proper type: FAIL
Document interface: new Document() must inherit property "clear()" with the proper type: FAIL
Document interface: new Document() must inherit property "close()" with the proper type: FAIL
Document interface: new Document() must inherit property "cookie" with the proper type: FAIL
Document interface: new Document() must inherit property "designMode" with the proper type: FAIL
Document interface: new Document() must inherit property "domain" with the proper type: FAIL
Document interface: new Document() must inherit property "execCommand(DOMString, boolean, DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "fgColor" with the proper type: FAIL
Document interface: new Document() must inherit property "linkColor" with the proper type: FAIL
Document interface: new Document() must inherit property "oncancel" with the proper type: FAIL
Document interface: new Document() must inherit property "oncuechange" with the proper type: FAIL
Document interface: new Document() must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
Document interface: new Document() must inherit property "open(DOMString, DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "open(USVString, DOMString, DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "queryCommandEnabled(DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "queryCommandIndeterm(DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "queryCommandState(DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "queryCommandSupported(DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "queryCommandValue(DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "releaseEvents()" with the proper type: FAIL
Document interface: new Document() must inherit property "vlinkColor" with the proper type: FAIL
Document interface: new Document() must inherit property "write(DOMString)" with the proper type: FAIL
Document interface: new Document() must inherit property "writeln(DOMString)" with the proper type: FAIL
Document interface: operation captureEvents(): FAIL
Document interface: operation clear(): FAIL
Document interface: operation close(): FAIL
Document interface: operation execCommand(DOMString, boolean, DOMString): FAIL
Document interface: operation open(DOMString, DOMString): FAIL
Document interface: operation open(USVString, DOMString, DOMString): FAIL
Document interface: operation queryCommandEnabled(DOMString): FAIL
Document interface: operation queryCommandIndeterm(DOMString): FAIL
Document interface: operation queryCommandState(DOMString): FAIL
Document interface: operation queryCommandSupported(DOMString): FAIL
Document interface: operation queryCommandValue(DOMString): FAIL
Document interface: operation releaseEvents(): FAIL
Document interface: operation write(DOMString): FAIL
Document interface: operation writeln(DOMString): FAIL
Window interface: attribute oncancel: FAIL
Window interface: attribute oncuechange: FAIL
Window interface: attribute onrejectionhandled: FAIL
Window interface: attribute onsecuritypolicyviolation: FAIL
Window interface: attribute onunhandledrejection: FAIL
Window interface: operation postMessage(any, USVString, [object Object]): FAIL
Window interface: operation postMessage(any, [object Object], WindowPostMessageOptions): FAIL
Window interface: window must inherit property "frames" with the proper type: FAIL
Window interface: window must inherit property "oncancel" with the proper type: FAIL
Window interface: window must inherit property "oncuechange" with the proper type: FAIL
Window interface: window must inherit property "onrejectionhandled" with the proper type: FAIL
Window interface: window must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
Window interface: window must inherit property "onunhandledrejection" with the proper type: FAIL
Window interface: window must inherit property "parent" with the proper type: FAIL
Window interface: window must inherit property "self" with the proper type: FAIL
/html/dom/interfaces.https.html?include=HTML.*
HTMLAllCollection interface: calling item(DOMString) on document.all with too few arguments must throw TypeError: FAIL
HTMLAllCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError: FAIL
HTMLAllCollection interface: document.all must inherit property "item(DOMString)" with the proper type: FAIL
HTMLAllCollection interface: document.all must inherit property "length" with the proper type: FAIL
HTMLAllCollection interface: document.all must inherit property "namedItem(DOMString)" with the proper type: FAIL
HTMLAllCollection interface: operation item(DOMString): FAIL
HTMLAllCollection must be primary interface of document.all: FAIL
HTMLBodyElement interface: attribute onrejectionhandled: FAIL
HTMLBodyElement interface: attribute onunhandledrejection: FAIL
HTMLBodyElement interface: document.createElement("body") must inherit property "onrejectionhandled" with the proper type: FAIL
HTMLBodyElement interface: document.createElement("body") must inherit property "onunhandledrejection" with the proper type: FAIL
HTMLCanvasElement interface: document.createElement("canvas") must inherit property "transferControlToOffscreen()" with the proper type: FAIL
HTMLCanvasElement interface: operation transferControlToOffscreen(): FAIL
HTMLDialogElement interface object length: FAIL
HTMLDialogElement interface object name: FAIL
HTMLDialogElement interface: attribute open: FAIL
HTMLDialogElement interface: attribute returnValue: FAIL
HTMLDialogElement interface: existence and properties of interface object: FAIL
HTMLDialogElement interface: existence and properties of interface prototype object: FAIL
HTMLDialogElement interface: existence and properties of interface prototype object's "constructor" property: FAIL
HTMLDialogElement interface: existence and properties of interface prototype object's @@unscopables property: FAIL
HTMLDialogElement interface: operation close(DOMString): FAIL
HTMLDialogElement interface: operation show(): FAIL
HTMLDialogElement interface: operation showModal(): FAIL
HTMLElement interface: attribute inputMode: FAIL
HTMLElement interface: attribute nonce: FAIL
HTMLElement interface: attribute oncancel: FAIL
HTMLElement interface: attribute oncuechange: FAIL
HTMLElement interface: attribute onsecuritypolicyviolation: FAIL
HTMLElement interface: attribute translate: FAIL
HTMLElement interface: document.createElement("noscript") must inherit property "inputMode" with the proper type: FAIL
HTMLElement interface: document.createElement("noscript") must inherit property "nonce" with the proper type: FAIL
HTMLElement interface: document.createElement("noscript") must inherit property "oncancel" with the proper type: FAIL
HTMLElement interface: document.createElement("noscript") must inherit property "oncuechange" with the proper type: FAIL
HTMLElement interface: document.createElement("noscript") must inherit property "onsecuritypolicyviolation" with the proper type: FAIL
HTMLElement interface: document.createElement("noscript") must inherit property "translate" with the proper type: FAIL
HTMLFrameSetElement interface: attribute onrejectionhandled: FAIL
HTMLFrameSetElement interface: attribute onunhandledrejection: FAIL
HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onrejectionhandled" with the proper type: FAIL
HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onunhandledrejection" with the proper type: FAIL
HTMLIFrameElement interface: attribute allowUserMedia: FAIL
HTMLIFrameElement interface: attribute delegateStickyUserActivation: FAIL
HTMLImageElement interface: document.createElement("img") must inherit property "decode()" with the proper type: FAIL
HTMLImageElement interface: new Image() must inherit property "decode()" with the proper type: FAIL
HTMLImageElement interface: operation decode(): FAIL
HTMLInputElement interface: attribute dirName: FAIL
HTMLInputElement interface: createInput("button") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("checkbox") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("color") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("date") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("datetime-local") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("email") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("file") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("file") must inherit property "files" with the proper type: FAIL
HTMLInputElement interface: createInput("hidden") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("image") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("month") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("number") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("password") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("radio") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("range") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("reset") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("search") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("submit") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("tel") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("text") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("time") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("url") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: createInput("week") must inherit property "dirName" with the proper type: FAIL
HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type: FAIL
HTMLMarqueeElement interface object length: FAIL
HTMLMarqueeElement interface object name: FAIL
HTMLMarqueeElement interface: attribute behavior: FAIL
HTMLMarqueeElement interface: attribute bgColor: FAIL
HTMLMarqueeElement interface: attribute direction: FAIL
HTMLMarqueeElement interface: attribute height: FAIL
HTMLMarqueeElement interface: attribute hspace: FAIL
HTMLMarqueeElement interface: attribute loop: FAIL
HTMLMarqueeElement interface: attribute onbounce: FAIL
HTMLMarqueeElement interface: attribute onfinish: FAIL
HTMLMarqueeElement interface: attribute onstart: FAIL
HTMLMarqueeElement interface: attribute scrollAmount: FAIL
HTMLMarqueeElement interface: attribute scrollDelay: FAIL
HTMLMarqueeElement interface: attribute trueSpeed: FAIL
HTMLMarqueeElement interface: attribute vspace: FAIL
HTMLMarqueeElement interface: attribute width: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "behavior" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "bgColor" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "direction" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "height" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "hspace" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "loop" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onbounce" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onfinish" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "onstart" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "scrollAmount" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "scrollDelay" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "start()" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "stop()" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "trueSpeed" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "vspace" with the proper type: FAIL
HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "width" with the proper type: FAIL
HTMLMarqueeElement interface: existence and properties of interface object: FAIL
HTMLMarqueeElement interface: existence and properties of interface prototype object: FAIL
HTMLMarqueeElement interface: existence and properties of interface prototype object's "constructor" property: FAIL
HTMLMarqueeElement interface: existence and properties of interface prototype object's @@unscopables property: FAIL
HTMLMarqueeElement interface: operation start(): FAIL
HTMLMarqueeElement interface: operation stop(): FAIL
HTMLMarqueeElement must be primary interface of document.createElement("marquee"): FAIL
HTMLMediaElement interface: attribute audioTracks: FAIL
HTMLMediaElement interface: attribute videoTracks: FAIL
HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type: FAIL
HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate()" with the proper type: FAIL
HTMLMediaElement interface: document.createElement("audio") must inherit property "srcObject" with the proper type: FAIL
HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type: FAIL
HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type: FAIL
HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate()" with the proper type: FAIL
HTMLMediaElement interface: document.createElement("video") must inherit property "srcObject" with the proper type: FAIL
HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type: FAIL
HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type: FAIL
HTMLMediaElement interface: new Audio() must inherit property "getStartDate()" with the proper type: FAIL
HTMLMediaElement interface: new Audio() must inherit property "srcObject" with the proper type: FAIL
HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type: FAIL
HTMLMediaElement interface: operation getStartDate(): FAIL
HTMLSlotElement interface: calling assignedElements(AssignedNodesOptions) on document.createElement("slot") with too few arguments must throw TypeError: FAIL
HTMLSlotElement interface: document.createElement("slot") must inherit property "assignedElements(AssignedNodesOptions)" with the proper type: FAIL
HTMLSlotElement interface: operation assignedElements(AssignedNodesOptions): FAIL
HTMLTextAreaElement interface: attribute dirName: FAIL
HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "dirName" with the proper type: FAIL
HTMLVideoElement interface: attribute playsInline: FAIL
HTMLVideoElement interface: document.createElement("video") must inherit property "playsInline" with the proper type: FAIL
Stringification of document.all: FAIL
Stringification of document.createElement("marquee"): FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8a09253fc18d
[wpt PR 13172] - Unbreak html/dom/interfaces.https.html, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•