blob: 45173417702df650ef8fb9aca4e7cf0b9eee4b34 [file] [log] [blame]
If we drag files onto an editable area, then attachments should not be inserted into the editable area since attachment elements are disabled.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.HTMLAttachmentElement is undefined.
PASS document.createElement("attachment") instanceof HTMLUnknownElement is true
PASS editable.querySelector("attachment") is null
PASS editable.textContent is ""
PASS successfullyParsed is true
TEST COMPLETE