Bug 188657 - [WPE] fast/shadow-dom/range-input-element-shadow-manipulation.html is failing
Summary: [WPE] fast/shadow-dom/range-input-element-shadow-manipulation.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2018-08-16 09:08 PDT by Zan Dobersek
Modified: 2020-03-12 03:24 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2018-08-16 09:08:06 PDT
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
Comment 1 Diego Pino 2020-03-12 03:24:26 PDT
Fixed within the range [r257048-r257050].

Gardened in https://bugs.webkit.org/show_bug.cgi?id=208987.