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 / Tests | Assignee: | 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 |
Marcos ChavarrÃa Teijeiro (irc: chavaone)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Arcady Goldmints-Orlov
The root cause of this is the same as bug 141699: that the attachment element is not enabled on GLIB.
Arcady Goldmints-Orlov
*** This bug has been marked as a duplicate of bug 141699 ***