https://bugs.webkit.org/show_bug.cgi?id=143229
Unreviewed.
Revision r182012 updates the way a role=button + aria-pressed object should be exposed as AXCheckbox. We need to create a new baseline.
Patch by Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com> on 2015-03-30
* platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182149
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-03-30 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
+
+ Rebaseline accessibility/aria-toggle-button-with-title.html
+ https://bugs.webkit.org/show_bug.cgi?id=143229
+
+ Unreviewed.
+
+ Revision r182012 updates the way a role=button + aria-pressed object should be exposed as AXCheckbox. We need to create a new baseline.
+
+ * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Added.
+
2015-03-30 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3
--- /dev/null
+Toggle button
+Button title
+This tests that a toggle button properly exposes the title when there isn't a direct relation and textUnderElement is required to be used.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Role: AXRole: AXToggleButton
+PASS tbutton1.title is 'AXTitle: Toggle button'
+Role: AXRole: AXButton
+PASS button.title is 'AXTitle: Button title'
+