Bug 161583
| Summary: | [GTK] Layout test accessibility/auto-fill-types.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | alex, bugs-noreply, cfleizach, jdiggs, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
Layout test accessibility/auto-fill-types.html has been broken since it was added in r198333 ("AX: Implement AutoFill Available attribute for a text field"):
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/auto-fill-types-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/auto-fill-types-actual.txt
@@ -5,14 +5,14 @@
Initial auto-fill available: false
-Auto-fill type: none
+Auto-fill type:
Contact button role: AXRole: AXButton
-Contact button label: AXDescription: contact info auto fill
-Auto-fill type: contacts
+Contact button label: AXDescription:
+Auto-fill type:
Credentials button role: AXRole: AXButton
-Credentials button label: AXDescription: password auto fill
-Auto-fill type: credentials
-Post auto-fill available: true
+Credentials button label: AXDescription:
+Auto-fill type:
+Post auto-fill available: false
PASS successfullyParsed is true
TEST COMPLETE
Updating expectations accordingly.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/28156960>
Alejandro G. Castro
On 303837@main I updated the test expectation to failure because it has been failing with a text diff since 300689@main-300693@main.
I added the faliure update is the following diff:
--- a/LayoutTests/platform/glib/TestExpectations
+++ b/LayoutTests/platform/glib/TestExpectations
@@ -3669,7 +3669,7 @@ webkit.org/b/160246 fast/text/multiple-feature-properties.html [ ImageOnlyFailur
webkit.org/b/160248 fast/text/combining-mark-paint.html [ ImageOnlyFailure ]
webkit.org/b/160248 fast/text/synthetic-bold-transformed.html [ ImageOnlyFailure ]
webkit.org/b/160249 fast/shrink-wrap/rect-shrink-wrap.html [ ImageOnlyFailure ]
-webkit.org/b/161583 accessibility/auto-fill-types.html [ Timeout ]
+webkit.org/b/161583 accessibility/auto-fill-types.html [ Failure ]
webkit.org/b/162815 fast/text/variations/font-face-clamp.html [ ImageOnlyFailure ]
webkit.org/b/162815 fast/text/variations/font-selection-properties.html [ ImageOnlyFailure ]
webkit.org/b/162815 fast/text/variations/skia-postscript-name.html [ ImageOnlyFailure ]