Bug 142269

Summary: [GTK] Layout Test fast/attachment/attachment-dom.html is failing
Product: WebKit Reporter: Marcos Chavarría Teijeiro (irc: chavaone) <chavarria1991>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, clopez, crzwdjk, sam, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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 ***