RESOLVED FIXED 206992
Regression: http/tests/loading/remove-child-triggers-parser.html is failing consistently on windows
https://bugs.webkit.org/show_bug.cgi?id=206992
Summary Regression: http/tests/loading/remove-child-triggers-parser.html is failing c...
Attachments
Fixes the test (2.00 KB, patch)
2020-01-30 18:19 PST, Ryosuke Niwa
simon.fraser: review+
Aakash Jain
Comment 1 2020-01-30 04:35:07 PST
Diff: --- /home/buildbot/worker/Windows-EWS/build/layout-test-results/http/tests/loading/remove-child-triggers-parser-expected.txt +++ /home/buildbot/worker/Windows-EWS/build/layout-test-results/http/tests/loading/remove-child-triggers-parser-actual.txt @@ -3,3 +3,4 @@ main frame - didFinishDocumentLoadForFrame main frame - didHandleOnloadEventsForFrame main frame - didFinishLoadForFrame +ERROR: nil result from IDOMElement::innerText
Aakash Jain
Comment 2 2020-01-30 04:37:32 PST
Possible regression point: r255223 (Bug 103115:http/tests/loading/remove-child-triggers-parser.html is flaky)
Radar WebKit Bug Importer
Comment 3 2020-01-30 04:37:55 PST
Ryosuke Niwa
Comment 4 2020-01-30 14:47:49 PST
Huh, I guess IDOMElement::innerText doesn't like the fact there is no document element anymore. I guess we'd work around that in the test itself.
Ryosuke Niwa
Comment 5 2020-01-30 18:19:58 PST
Created attachment 389324 [details] Fixes the test
Ryosuke Niwa
Comment 6 2020-01-30 18:27:06 PST
Ryosuke Niwa
Comment 7 2020-03-03 21:17:45 PST
This test appears to be passing now.
Note You need to log in before you can comment on or make changes to this bug.