Skip to content

Commit

Permalink
Bug 1622229 [wpt PR 22236] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 22236
wpt-type: metadata

UltraBlame original commit: 1109fcdb0f36a03cfe6d1b650f6bc244f9493dc0
  • Loading branch information
marco-c committed Mar 16, 2020
1 parent a056f19 commit 51b6494
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
30 changes: 0 additions & 30 deletions testing/web-platform/meta/html/dom/idlharness.https.html.ini
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,6 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[Document interface: new Document() must inherit property "onsecuritypolicyviolation" with the proper type]
expected: FAIL

[Document interface: iframe.contentDocument must inherit property "all" with the proper type]
expected: FAIL

[Document interface: new Document() must inherit property "oncancel" with the proper type]
expected: FAIL

Expand All @@ -775,12 +772,6 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
expected:
if os == "android": FAIL

[Document interface: new Document() must inherit property "all" with the proper type]
expected: FAIL

[Document interface: documentWithHandlers must inherit property "all" with the proper type]
expected: FAIL

[Document interface: attribute oncancel]
expected: FAIL

Expand Down Expand Up @@ -852,9 +843,6 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[HTMLInputElement interface: createInput("reset") must inherit property "dirName" with the proper type]
expected: FAIL
[HTMLAllCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError]
expected: FAIL
[HTMLTextAreaElement interface: attribute dirName]
expected: FAIL
Expand Down Expand Up @@ -885,9 +873,6 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[HTMLInputElement interface: createInput("file") must inherit property "dirName" with the proper type]
expected: FAIL
[Stringification of document.all]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "oncancel" with the proper type]
expected: FAIL
Expand Down Expand Up @@ -915,9 +900,6 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[HTMLInputElement interface: createInput("hidden") must inherit property "dirName" with the proper type]
expected: FAIL
[HTMLAllCollection must be primary interface of document.all]
expected: FAIL
[HTMLDialogElement interface: operation showModal()]
expected: FAIL
Expand All @@ -930,9 +912,6 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[HTMLDialogElement interface object length]
expected: FAIL
[HTMLAllCollection interface: document.all must inherit property "length" with the proper type]
expected: FAIL
[HTMLElement interface: attribute inputMode]
expected: FAIL
Expand Down Expand Up @@ -1023,9 +1002,6 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[HTMLDialogElement interface: attribute returnValue]
expected: FAIL

[HTMLAllCollection interface: document.all must inherit property "namedItem(DOMString)" with the proper type]
expected: FAIL

[HTMLLinkElement interface: document.createElement("link") must inherit property "imageSrcset" with the proper type]
expected: FAIL

Expand Down Expand Up @@ -1071,9 +1047,3 @@ prefs: [dom.security.featurePolicy.enabled:true, dom.security.featurePolicy.expe
[HTMLDialogElement interface: operation close(optional DOMString)]
expected: FAIL

[HTMLAllCollection interface: document.all must inherit property "item(optional DOMString)" with the proper type]
expected: FAIL

[HTMLAllCollection interface: calling item(optional DOMString) on document.all with too few arguments must throw TypeError]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[idlharness.https.window.html]
expected:
if (os == "win") and not debug: TIMEOUT
[MediaStreamTrack interface: track must inherit property "isolated" with the proper type]
expected: FAIL

Expand Down Expand Up @@ -56,3 +58,7 @@
[RTCError interface: attribute httpRequestStatusCode]
expected: FAIL

[idl_test setup]
expected:
if (os == "win") and not debug: TIMEOUT

0 comments on commit 51b6494

Please sign in to comment.