Bug 1518442 - Part 4: Fix wpt test for Event-based form participation; r=smaug,edgar

Differential Revision: https://phabricator.services.mozilla.com/D43988

--HG--
extra : moz-landing-system : lando
This commit is contained in:
John Dai 2019-09-06 20:50:54 +00:00
parent a128680dbf
commit 15298a38b2
9 changed files with 0 additions and 126 deletions

View File

@ -41,9 +41,6 @@
[OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetX]
expected: FAIL
[FormDataEvent interface object name]
expected: FAIL
[SVGSVGElement interface: attribute onstorage]
expected: FAIL
@ -77,9 +74,6 @@
[ApplicationCache interface: attribute onprogress]
expected: FAIL
[FormDataEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[VideoTrack interface: attribute kind]
expected: FAIL
@ -134,9 +128,6 @@
[ElementInternals interface: operation reportValidity()]
expected: FAIL
[FormDataEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[VideoTrackList interface object length]
expected: FAIL
@ -341,9 +332,6 @@
[OffscreenCanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)]
expected: FAIL
[FormDataEvent interface: attribute formData]
expected: FAIL
[VideoTrackList interface object name]
expected: FAIL
@ -512,9 +500,6 @@
[OffscreenCanvasRenderingContext2D interface: operation createImageData(ImageData)]
expected: FAIL
[Stringification of new FormDataEvent("formdata", { formData: new FormData() })]
expected: FAIL
[AudioTrackList interface: attribute onchange]
expected: FAIL
@ -602,12 +587,6 @@
[VideoTrackList interface: attribute length]
expected: FAIL
[FormDataEvent interface: new FormDataEvent("formdata", { formData: new FormData() }) must inherit property "formData" with the proper type]
expected: FAIL
[FormDataEvent interface: existence and properties of interface object]
expected: FAIL
[VideoTrack interface object length]
expected: FAIL
@ -680,9 +659,6 @@
[Navigator interface: window.navigator must inherit property "unregisterProtocolHandler(DOMString, USVString)" with the proper type]
expected: FAIL
[FormDataEvent interface object length]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)]
expected: FAIL
@ -710,12 +686,6 @@
[AudioTrackList interface: attribute onaddtrack]
expected: FAIL
[FormDataEvent must be primary interface of new FormDataEvent("formdata", { formData: new FormData() })]
expected: FAIL
[FormDataEvent interface: existence and properties of interface prototype object]
expected: FAIL
[External interface object length]
expected: FAIL
@ -788,9 +758,6 @@
[ElementInternals interface: attribute validationMessage]
expected: FAIL
[SVGElement interface: attribute onformdata]
expected: FAIL
[ApplicationCache interface: attribute onobsolete]
expected: FAIL
@ -845,27 +812,15 @@
[Document interface: new Document() must inherit property "onsecuritypolicyviolation" with the proper type]
expected: FAIL
[Window interface: attribute onformdata]
expected: FAIL
[Document interface: iframe.contentDocument must inherit property "all" with the proper type]
expected: FAIL
[Document interface: documentWithHandlers must inherit property "onformdata" with the proper type]
expected: FAIL
[Window interface: window must inherit property "parent" with the proper type]
expected: FAIL
[Window interface: window must inherit property "frames" with the proper type]
expected: FAIL
[Window interface: window must inherit property "onformdata" with the proper type]
expected: FAIL
[Document interface: new Document() must inherit property "onformdata" with the proper type]
expected: FAIL
[Document interface: new Document() must inherit property "oncancel" with the proper type]
expected: FAIL
@ -875,9 +830,6 @@
[Document interface: attribute onsecuritypolicyviolation]
expected: FAIL
[Document interface: iframe.contentDocument must inherit property "onformdata" with the proper type]
expected: FAIL
[Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type]
expected: FAIL
@ -894,9 +846,6 @@
[Document interface: attribute oncancel]
expected: FAIL
[Document interface: attribute onformdata]
expected: FAIL
[Window interface: window must inherit property "oncancel" with the proper type]
expected: FAIL
@ -1049,9 +998,6 @@
[HTMLInputElement interface: createInput("color") must inherit property "dirName" with the proper type]
expected: FAIL
[HTMLElement interface: attribute onformdata]
expected: FAIL
[HTMLInputElement interface: createInput("week") must inherit property "dirName" with the proper type]
expected: FAIL
@ -1133,9 +1079,6 @@
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "dirName" with the proper type]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onformdata" with the proper type]
expected: FAIL
[HTMLFormElement interface: document.createElement("form") must inherit property "relList" with the proper type]
expected: FAIL

View File

@ -1,7 +0,0 @@
[FormDataEvent.window.html]
[Successful FormDataEvent constructor]
expected: FAIL
[Failing FormDataEvent constructor]
expected: FAIL

View File

@ -1,13 +0,0 @@
[constructing-form-data-set.html]
[Entries added to "formData" IDL attribute should be submitted.]
expected: FAIL
["formData" IDL attribute should have entries for form-associated elements in the first event handler, and the second handler can read entries set by the first handler.]
expected: FAIL
["formdata" event bubbles, and is not cancelable.]
expected: FAIL
["formdata" event bubbles in an orphan tree.]
expected: FAIL

View File

@ -1,10 +1,4 @@
[form-submission-algorithm.html]
[Cannot navigate (after constructing the entry list)]
expected: FAIL
[If constructing entry list flag of form is true, then return]
expected: FAIL
[If form's firing submission events is true, then return; 'invalid' event]
expected: FAIL

View File

@ -23,18 +23,6 @@
[onsecuritypolicyviolation: the content attribute must execute when an event is dispatched]
expected: FAIL
[onformdata: the content attribute must execute when an event is dispatched]
expected: FAIL
[onformdata: the content attribute must be compiled into a function as the corresponding property]
expected: FAIL
[onformdata: must be on the appropriate locations for GlobalEventHandlers]
expected: FAIL
[onformdata: the default value must be null]
expected: FAIL
[GlobalEventHandlers]
expected: FAIL

View File

@ -71,15 +71,6 @@
if not debug and (os == "mac"): FAIL
if not debug and (os == "win") and (version == "6.1.7601"): FAIL
[not shadowed formdata (window)]
expected: FAIL
[not shadowed formdata (document.body)]
expected: FAIL
[not shadowed formdata (document.createElement("body"))]
expected: FAIL
[HTMLBodyElement event handlers]
expected: FAIL

View File

@ -50,15 +50,6 @@
expected:
if not debug and not webrender and e10s and (os == "linux"): FAIL
[not shadowed formdata (document.body)]
expected: FAIL
[not shadowed formdata (document.createElement("frameset"))]
expected: FAIL
[not shadowed formdata (window)]
expected: FAIL
[event handlers]
expected: FAIL

View File

@ -11,12 +11,6 @@
[securitypolicyviolation is unaffected on a windowless frameset]
expected: FAIL
[formdata is unaffected on a windowless frameset]
expected: FAIL
[formdata is unaffected on a windowless body]
expected: FAIL
[event-handler-attributes-windowless-body]
expected: FAIL

View File

@ -1,7 +0,0 @@
[formdata.htm]
[|new FormData()| in formdata event handler should throw]
expected: FAIL
[Newly created FormData contains entries added to "formData" IDL attribute of FormDataEvent.]
expected: FAIL