Bug 142268 - [GTK] Layout Test editing/pasteboard/copy-paste-attachment.html is failing
Summary: [GTK] Layout Test editing/pasteboard/copy-paste-attachment.html is failing
Status: RESOLVED DUPLICATE of bug 141699
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-04 01:27 PST by Marcos Chavarría Teijeiro (irc: chavaone)
Modified: 2021-09-06 16:01 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Chavarría Teijeiro (irc: chavaone) 2015-03-04 01:27:15 PST
The editing/pasteboard/copy-paste-attachment.html layout test is failing since it was added on r180785 (https://trac.webkit.org/changeset/r180785).

--- /home/ch01/wk-tools/layout-test-results/editing/pasteboard/copy-paste-attachment-expected.txt
+++ /home/ch01/wk-tools/layout-test-results/editing/pasteboard/copy-paste-attachment-actual.txt
@@ -7,8 +7,8 @@
 PASS attachment.file.name is 'abe.png'
 Perform Cut on the entire selection followed by Paste
 Checking the file name for the pasted attachment element
-PASS attachment.file.name is 'abe.png'
+FAIL attachment.file.name should be abe.png. Threw exception TypeError: undefined is not an object (evaluating 'attachment.file.name')
 PASS successfullyParsed is true

 TEST COMPLETE
-This is a paragraph with an attachment  and some other text.
+This is a paragraph with an attachment and some other text.
Comment 1 Arcady Goldmints-Orlov 2021-09-06 13:17:33 PDT
The root cause of this is the same as bug 141699: that the attachment element is not enabled on GLIB.
Comment 2 Arcady Goldmints-Orlov 2021-09-06 16:01:12 PDT

*** This bug has been marked as a duplicate of bug 141699 ***