Bug 175418

Summary: [GTK] accessibility/add-children-pseudo-element.html is failing
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: 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
Reported 2017-08-10 02:06:52 PDT
accessibility/add-children-pseudo-element.html [ Failure ] is failing since added in r220463
Attachments
Nan Wang
Comment 1 2017-08-10 02:41:51 PDT
What is the failure?
Miguel Gomez
Comment 2 2017-08-10 03:01:49 PDT
(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
Comment 3 2017-08-10 08:22:51 PDT
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
Comment 4 2023-01-25 19:35:40 PST
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.
Note You need to log in before you can comment on or make changes to this bug.