Bug 212200

Summary: [WPE] Three fast/spatial-navigation failures
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal Keywords: LayoutTestFailure
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Zan Dobersek
Reported 2020-05-21 05:25:20 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.