[Webkit-unassigned] [Bug 212200] New: [WPE] Three fast/spatial-navigation failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 21 05:25:20 PDT 2020


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

            Bug ID: 212200
           Summary: [WPE] Three fast/spatial-navigation failures
           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

The following three spatial-navigation tests are failing since being enabled, possibly for same or similar reasons:
- fast/spatial-navigation/snav-input.html
- fast/spatial-navigation/snav-textarea.html
- fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html

--- /app/webkit/WebKitBuild/Release/layout-test-results/fast/spatial-navigation/snav-input-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/fast/spatial-navigation/snav-input-actual.txt
@@ -12,15 +12,15 @@
 4              6
 8      
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "8"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 8. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "6"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 6. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "4"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 4. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"


--- /app/webkit/WebKitBuild/Release/layout-test-results/fast/spatial-navigation/snav-textarea-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/fast/spatial-navigation/snav-textarea-actual.txt
@@ -13,17 +13,17 @@
 8      
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "8"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 8. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "2"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 2. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "6"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 6. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "4"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be 4. Was start.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"


--- /app/webkit/WebKitBuild/Release/layout-test-results/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-actual.txt
@@ -2,5 +2,5 @@
 End
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
 PASS true is true
-PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be end. Was start.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200521/3962c82f/attachment-0001.htm>


More information about the webkit-unassigned mailing list