blob: 2db3c68c08d6e9f663655bad02dbe80563147479 [file] [log] [blame]
This tests calling setData with a malformed URL in a null origin document. The malformed value should not be readable in another document
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS urlReadInSameDocument is "http://webkit.org/b/🤔?x=8 + 6"
PASS JSON.stringify(typesInSameDocument) is "[\"text/uri-list\"]"
PASS JSON.stringify(itemsInSameDocument) is "[{\"kind\":\"string\",\"type\":\"text/uri-list\"}]"
PASS event.clipboardData.getData("url") is "http://webkit.org/b/%F0%9F%A4%94?x=8%20+%206"
PASS JSON.stringify(event.clipboardData.types) is "[\"text/uri-list\"]"
PASS JSON.stringify(Array.from(event.clipboardData.items).map((item) => ({kind: item.kind, type: item.type}))) is "[{\"kind\":\"string\",\"type\":\"text/uri-list\"}]"
PASS successfullyParsed is true
TEST COMPLETE