Bug 212200 - [WPE] Three fast/spatial-navigation failures
Summary: [WPE] Three fast/spatial-navigation failures
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2020-05-21 05:25 PDT by Zan Dobersek
Modified: 2020-05-21 05:25 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 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.