NEW161583
[GTK] Layout test accessibility/auto-fill-types.html fails
https://bugs.webkit.org/show_bug.cgi?id=161583
Summary [GTK] Layout test accessibility/auto-fill-types.html fails
Michael Catanzaro
Reported 2016-09-04 19:30:27 PDT
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
Radar WebKit Bug Importer
Comment 1 2016-09-04 19:30:44 PDT
Alejandro G. Castro
Comment 2 2025-12-03 09:12:40 PST
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 ]
Note You need to log in before you can comment on or make changes to this bug.