[GTK][WK2] accessibility/selection-states.html is failing
https://bugs.webkit.org/show_bug.cgi?id=116972

Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-09-20
Reviewed by Mario Sanchez Prada.

Tools:

isSelectable() was not exposed in Accessibility.

* WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl:

LayoutTests:

Unskipping accessibility/selection-states.html test.

* platform/gtk-wk2/TestExpectations:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156149 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 5758c46..c0a12cb 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2013-09-20  Krzysztof Czech  <k.czech@samsung.com>
+
+        [GTK][WK2] accessibility/selection-states.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=116972
+
+        Reviewed by Mario Sanchez Prada.
+
+        Unskipping accessibility/selection-states.html test.
+
+        * platform/gtk-wk2/TestExpectations:
+
 2013-09-20  Gabor Abraham  <abrhm@inf.u-szeged.hu>
 
         [Qt] Unreviewed gardening. Rebase tests.
diff --git a/LayoutTests/platform/gtk-wk2/TestExpectations b/LayoutTests/platform/gtk-wk2/TestExpectations
index 64c9968..e997c7a 100644
--- a/LayoutTests/platform/gtk-wk2/TestExpectations
+++ b/LayoutTests/platform/gtk-wk2/TestExpectations
@@ -342,7 +342,6 @@
 webkit.org/b/106345 platform/gtk/accessibility/input-slider.html [ Failure ]
 webkit.org/b/116970 accessibility/multiselect-list-reports-active-option.html [ Failure ]
 webkit.org/b/116971 accessibility/poorly-formed-aria-table.html [ Failure ]
-webkit.org/b/116972 accessibility/selection-states.html [ Failure ]
 webkit.org/b/106346 accessibility/svg-remote-element.html [ Failure ]
 webkit.org/b/116973 platform/gtk/accessibility/caret-browsing-select-focus.html [ Failure ]
 
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 04d8580..2efda15 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,14 @@
+2013-09-20  Krzysztof Czech  <k.czech@samsung.com>
+
+        [GTK][WK2] accessibility/selection-states.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=116972
+
+        Reviewed by Mario Sanchez Prada.
+
+        isSelectable() was not exposed in Accessibility.
+
+        * WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl:
+
 2013-09-19  Dan Bernstein  <mitz@apple.com>
 
         Attempted build fix after r156114.
diff --git a/Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl b/Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl
index 75e8f7b..011bf8b 100644
--- a/Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl
+++ b/Tools/WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl
@@ -73,6 +73,7 @@
     readonly attribute boolean isRequired;
     readonly attribute boolean isFocused;
     readonly attribute boolean isFocusable;
+    readonly attribute boolean isSelectable;
     readonly attribute boolean isSelected;
     readonly attribute boolean isMultiSelectable;
     readonly attribute boolean isExpanded;