Bug 191402
Summary: | [GTK] fast/css/has-attachment.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, crzwdjk |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alicia Boya García
The following test started failing since r237931-237935:
fast/css/has-attachment.html
--- /home/buildbot/wpe/wpe-linux-64-debug-tests/build/layout-test-results/fast/css/has-attachment-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-debug-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
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 ***