Bug 122109

Summary: [EFL] accessibility/file-upload-button-stringvalue.html is failing.
Product: WebKit Reporter: Krzysztof Czech <k.czech>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: lucas.de.marchi, mario, mcatanzaro
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Krzysztof Czech
Reported 2013-09-30 08:23:07 PDT
Default value (no files selected): -accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None) -accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None) +accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected +accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected Drag and drop a single file: -accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: file1.txt -accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: file1.txt +accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected +accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected Drag and drop two files: -accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None) -accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: 2 files +accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected +accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected
Attachments
Krzysztof Czech
Comment 1 2013-09-30 08:28:02 PDT
It fails on efl-wk1. The reason is missing DRT's implementation of beginDragWithFiles On efl-wk2 this test does not work properly as well. In general it does not work properly on other platforms too.
Mario Sanchez Prada
Comment 2 2013-09-30 08:42:45 PDT
(In reply to comment #1) > It fails on efl-wk1. The reason is missing DRT's implementation of > beginDragWithFiles I see. But then would it make more sense to add the test as a expected failure in TestExpectations other than updating the port specific files to expect the wrong results? > On efl-wk2 this test does not work properly as well. > In general it does not work properly on other platforms too. Yes, that's my understanding as well.
Krzysztof Czech
Comment 3 2013-09-30 08:55:07 PDT
> I see. But then would it make more sense to add the test as a expected failure in TestExpectations other than updating the port specific files to expect the wrong results? > I already did that see https://bugs.webkit.org/show_bug.cgi?id=122103
Krzysztof Czech
Comment 4 2013-09-30 08:55:27 PDT
(In reply to comment #3) > > I see. But then would it make more sense to add the test as a expected failure in TestExpectations other than updating the port specific files to expect the wrong results? I already did that see https://bugs.webkit.org/show_bug.cgi?id=122103
Mario Sanchez Prada
Comment 5 2013-09-30 09:20:12 PDT
(In reply to comment #4) > (In reply to comment #3) > > > I see. But then would it make more sense to add the test as a expected failure in TestExpectations other than updating the port specific files to expect the wrong results? > I already did that see https://bugs.webkit.org/show_bug.cgi?id=122103 I saw that. Sorry for the confusing comment
Michael Catanzaro
Comment 6 2017-03-11 10:44:09 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
Note You need to log in before you can comment on or make changes to this bug.