diff options
Diffstat (limited to 'testing/web-platform/meta/editing/edit-context/edit-context-property.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/editing/edit-context/edit-context-property.tentative.html.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/editing/edit-context/edit-context-property.tentative.html.ini b/testing/web-platform/meta/editing/edit-context/edit-context-property.tentative.html.ini new file mode 100644 index 0000000000..37ed574220 --- /dev/null +++ b/testing/web-platform/meta/editing/edit-context/edit-context-property.tentative.html.ini @@ -0,0 +1,15 @@ +[edit-context-property.tentative.html] + [Check the existence of HTMLElement.editContext] + expected: FAIL + + [HTMLElement.editContext must throw a TypeError if set to something other than an EditContext] + expected: FAIL + + [HTMLElement.editContext can be set on the shadow root elements plus canvas.] + expected: FAIL + + [Setting HTMLElement.editContext must throw a NotSupportedError for disallowed elements] + expected: FAIL + + [An EditContext can only be associated with one element at a time] + expected: FAIL |