The fast/shadow-dom/range-input-element-shadow-manipulation.html test is failing on WPE: --- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/shadow-dom/range-input-element-shadow-manipulation-expected.txt +++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/shadow-dom/range-input-element-shadow-manipulation-actual.txt @@ -1,5 +1,7 @@ -PASS Passes if we did not debug assert. -PASS successfullyParsed is true +CONSOLE MESSAGE: line 11: TypeError: null is not an object (evaluating 'range.commonAncestorContainer') +FAIL Unexpected error: TypeError: null is not an object (evaluating 'range.commonAncestorContainer') +FAIL successfullyParsed should be true. Was false. +Some tests failed. TEST COMPLETE
Fixed within the range [r257048-r257050]. Gardened in https://bugs.webkit.org/show_bug.cgi?id=208987.