Bug 175418
Summary: | [GTK] accessibility/add-children-pseudo-element.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro, n_wang |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Miguel Gomez
accessibility/add-children-pseudo-element.html [ Failure ]
is failing since added in r220463
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nan Wang
What is the failure?
Miguel Gomez
(In reply to Nan Wang from comment #1)
> What is the failure?
This is the diff between the expected and the result:
--- /home/igalia/magomez/WebKit/layout-test-results/accessibility/add-children-pseudo-element-expected.txt
+++ /home/igalia/magomez/WebKit/layout-test-results/accessibility/add-children-pseudo-element-actual.txt
@@ -4,8 +4,8 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS element.childrenCount is 3
-PASS element.childrenCount is 2
+FAIL element.childrenCount should be 3. Was 2.
+FAIL element.childrenCount should be 2. Was 1.
PASS successfullyParsed is true
TEST COMPLETE
and there's also a message in stderr:
g_strstr_len: assertion 'haystack != NULL' failed
Michael Catanzaro
Running the test with G_DEBUG=fatal-criticals would get a nice backtrace to find out why NULL is being passed to g_strstr.
Diego Pino
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.