RESOLVED DUPLICATE of bug 141699 142269
[GTK] Layout Test fast/attachment/attachment-dom.html is failing
https://bugs.webkit.org/show_bug.cgi?id=142269
Summary [GTK] Layout Test fast/attachment/attachment-dom.html is failing
Marcos Chavarría Teijeiro (irc: chavaone)
Reported 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
Attachments
Arcady Goldmints-Orlov
Comment 1 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.
Arcady Goldmints-Orlov
Comment 2 2021-09-06 16:01:35 PDT
*** This bug has been marked as a duplicate of bug 141699 ***
Note You need to log in before you can comment on or make changes to this bug.