Bug 194009 - [WPE] fast/css/has-attachment.html is failing
Summary: [WPE] fast/css/has-attachment.html is failing
Status: RESOLVED DUPLICATE of bug 141699
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2019-01-29 23:35 PST by Zan Dobersek
Modified: 2021-09-06 16:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2019-01-29 23:35:32 PST
The fast/css/has-attachment.html layout test is failing:

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/css/has-attachment-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/css/has-attachment-actual.txt
@@ -1,11 +1,11 @@
+CONSOLE MESSAGE: line 15: ReferenceError: Can't find variable: HTMLAttachmentElement
 This tests the :has-attachment pseudoclass.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
 PASS getComputedStyle(target).clear is "both"
-PASS getComputedStyle(target).clear is "none"
-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:16:56 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:03:42 PDT

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