Bug 195129 - REGRESSION(r241586:r241590): [GTK] Accessibility tests in need of rebase
Summary: REGRESSION(r241586:r241590): [GTK] Accessibility tests in need of rebase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joanmarie Diggs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-27 16:35 PST by Alicia Boya García
Modified: 2019-03-19 13:27 PDT (History)
11 users (show)

See Also:


Attachments
Patch (74.27 KB, patch)
2019-03-19 12:33 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-02-27 16:35:34 PST
Failing since r241586:r241590:

accessibility/image-link.html
accessibility/image-map2.html
accessibility/lists.html
accessibility/math-multiscript-attributes.html
accessibility/roles-exposed.html
accessibility/table-attributes.html
accessibility/table-cell-spans.html
accessibility/table-cells.html
accessibility/table-one-cell.html
accessibility/table-sections.html
accessibility/table-with-rules.html
accessibility/transformed-element.html
accessibility/gtk/object-attributes.html

Most diffs are just a difference in precision and may just need a rebase, e.g:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/image-link-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/image-link-actual.txt
@@ -6,8 +6,8 @@
 AXRole: AXLink
 AXParent: AXSection
 AXChildren: 1
-AXPosition: { 8.000000, 99.000000 }
-AXSize: { 280.000000, 214.000000 }
+AXPosition: { 8.00000, 99.0000 }
+AXSize: { 280.000, 214.000 }
 AXTitle: Delicious cake
 AXDescription: 
 AXValue: <obj>
@@ -27,8 +27,8 @@
 AXRole: AXImage
 AXParent: AXLink: Delicious cake
 AXChildren: 0
-AXPosition: { 8.000000, 100.000000 }
-AXSize: { 280.000000, 210.000000 }
+AXPosition: { 8.00000, 100.000 }
+AXSize: { 280.000, 210.000 }
 AXTitle: Delicious cake
 AXDescription: 
 AXFocusable: 0

While other look more fishy:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/roles-exposed-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/roles-exposed-actual.txt
@@ -80,7 +80,7 @@
       AXRole: AXLabel
       
 footer
-      AXRole: AXFooter
+      AXRole: AXLandmarkContentInfo
       
 form
       AXRole: AXForm
Comment 1 Alicia Boya García 2019-02-27 16:42:36 PST
accessibility/gtk/xml-roles-exposed.html is also failing in a similar way, whose solution may just be a rebase.

@@ -25,8 +25,8 @@
 AXRole: AXDialog
 AXParent: AXWebArea
 AXChildren: 0
-AXPosition: { 0.000000, 0.000000 }
-AXSize: { 0.000000, 0.000000 }
+AXPosition:  { 0.00000, 0.00000 }
+AXSize: { 0.00000, 0.00000 }
 AXTitle: 
 AXDescription: 
 AXValue:
Comment 2 Joanmarie Diggs 2019-03-19 12:29:57 PDT
> While other look more fishy:
>  footer
> -      AXRole: AXFooter
> +      AXRole: AXLandmarkContentInfo

That would be a bug fix. It, too, just needs a rebase.
Comment 3 Joanmarie Diggs 2019-03-19 12:33:02 PDT
Created attachment 365204 [details]
Patch
Comment 4 WebKit Commit Bot 2019-03-19 13:27:57 PDT
Comment on attachment 365204 [details]
Patch

Clearing flags on attachment: 365204

Committed r243167: <https://trac.webkit.org/changeset/243167>
Comment 5 WebKit Commit Bot 2019-03-19 13:27:59 PDT
All reviewed patches have been landed.  Closing bug.