[Webkit-unassigned] [Bug 188658] New: [WPE] fast/shadow-dom/trusted-event-scoped-flags.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 09:09:25 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188658

            Bug ID: 188658
           Summary: [WPE] fast/shadow-dom/trusted-event-scoped-flags.html
                    is failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zan at falconsigh.net
                CC: webkit-unassigned at lists.webkit.org

The fast/shadow-dom/trusted-event-scoped-flags.html test is failing on WPE:

--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/shadow-dom/trusted-event-scoped-flags-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/fast/shadow-dom/trusted-event-scoped-flags-actual.txt
@@ -28,8 +28,8 @@
 PASS composed is true

 input.value = "hello"; eventSender.mouseMoveTo(input.offsetLeft + 1, y); eventSender.mouseDown();
-PASS log(input, "select"); eventSender.mouseMoveTo(input.offsetLeft + input.offsetWidth - 2, y); eventSender.mouseUp(); eventType is "select"
-PASS composed is false
+FAIL log(input, "select"); eventSender.mouseMoveTo(input.offsetLeft + input.offsetWidth - 2, y); eventSender.mouseUp(); eventType should be select (of type string). Was undefined (of type undefined).
+FAIL composed should be false (of type boolean). Was undefined (of type undefined).

 PASS log(editableElement, "selectstart"); eventSender.mouseMoveTo(editableElement.offsetLeft + 1, y); eventSender.mouseDown(); eventType is "selectstart"
 PASS composed is false

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180816/a03c8570/attachment.html>


More information about the webkit-unassigned mailing list