Bug 142269 - [GTK] Layout Test fast/attachment/attachment-dom.html is failing
Summary: [GTK] Layout Test fast/attachment/attachment-dom.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:47 PST by Marcos Chavarría Teijeiro (irc: chavaone)
Modified: 2021-09-06 16:01 PDT (History)
5 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:47:23 PST
The fast/attachment/attachment-dom.html layout test is failing since the *-expected was updated on r180601 (https://trac.webkit.org/changeset/r180601).

--- /home/ch01/wk-tools/layout-test-results/fast/attachment/attachment-dom-expected.txt
+++ /home/ch01/wk-tools/layout-test-results/fast/attachment/attachment-dom-actual.txt
@@ -1,14 +1,10 @@
+CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: HTMLAttachmentElement
 This tests that attachments have an instance type of HTMLElement.

 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS attachment is an instance of HTMLAttachmentElement
-PASS attachment.file is null
-Setting attachment.file to a file created from resources/test-file.txt
-PASS attachment.file is file
-PASS attachment.file.name is 'test-file.txt'
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).

 TEST COMPLETE
Comment 1 Arcady Goldmints-Orlov 2021-09-06 13:17:38 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:35 PDT

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