NEW 212200
[WPE] Three fast/spatial-navigation failures
https://bugs.webkit.org/show_bug.cgi?id=212200
Summary [WPE] Three fast/spatial-navigation failures
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.