Bug 188657
| Summary: | [WPE] fast/shadow-dom/range-input-element-shadow-manipulation.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Fixed within the range [r257048-r257050].
Gardened in https://bugs.webkit.org/show_bug.cgi?id=208987.