Embedder Prompt API

This commit is contained in:
Paul Rouget 2019-12-09 10:26:47 +01:00
parent 5f55cd5d71
commit 51f15a055e
17 changed files with 447 additions and 110 deletions

View file

@ -5,12 +5,6 @@
[Window method: blur]
expected: FAIL
[Window method: confirm]
expected: FAIL
[Window method: prompt]
expected: FAIL
[Window method: print]
expected: FAIL

View file

@ -1471,9 +1471,6 @@
[Document interface: operation queryCommandEnabled(DOMString)]
expected: FAIL
[Window interface: window must inherit property "prompt(DOMString, DOMString)" with the proper type]
expected: FAIL
[Window interface: window must inherit property "onsecuritypolicyviolation" with the proper type]
expected: FAIL
@ -1486,9 +1483,6 @@
[Document interface: calling queryCommandSupported(DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Window interface: calling confirm(DOMString) on window with too few arguments must throw TypeError]
expected: FAIL
[Window interface: operation focus()]
expected: FAIL
@ -1504,9 +1498,6 @@
[Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type]
expected: FAIL
[Window interface: operation prompt(DOMString, DOMString)]
expected: FAIL
[Document interface: documentWithHandlers must inherit property "dir" with the proper type]
expected: FAIL
@ -1525,9 +1516,6 @@
[Document interface: iframe.contentDocument must inherit property "queryCommandValue(DOMString)" with the proper type]
expected: FAIL
[Window interface: window must inherit property "confirm(DOMString)" with the proper type]
expected: FAIL
[Document interface: operation queryCommandSupported(DOMString)]
expected: FAIL
@ -1657,9 +1645,6 @@
[Window interface: window must inherit property "focus()" with the proper type]
expected: FAIL
[Window interface: calling prompt(DOMString, DOMString) on window with too few arguments must throw TypeError]
expected: FAIL
[Document interface: new Document() must inherit property "onauxclick" with the proper type]
expected: FAIL
@ -1696,9 +1681,6 @@
[Document interface: operation execCommand(DOMString, boolean, DOMString)]
expected: FAIL
[Window interface: operation confirm(DOMString)]
expected: FAIL
[Window interface: window must inherit property "toolbar" with the proper type]
expected: FAIL

View file

@ -1,5 +1,4 @@
[iframe_sandbox_block_modals-2.html]
expected: TIMEOUT
[Frames without `allow-modals` should not be able to open modal dialogs]
expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +1,4 @@
[iframe_sandbox_block_modals-3.html]
expected: TIMEOUT
[Frames without `allow-modals` should not be able to open modal dialogs]
expected: TIMEOUT
expected: FAIL

View file

@ -1,6 +1,5 @@
[iframe_sandbox_popups_escaping-3.html]
type: testharness
expected: CRASH
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL