Bug 122109
Summary: | [EFL] accessibility/file-upload-button-stringvalue.html is failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Krzysztof Czech <k.czech> |
Component: | WebKit EFL | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Krzysztof Czech
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
(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
> 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
(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
(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
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.