Title: [176628] trunk/LayoutTests
- Revision
- 176628
- Author
- [email protected]
- Date
- 2014-12-02 01:47:19 -0800 (Tue, 02 Dec 2014)
Log Message
REGRESSION(r176122): [GTK] Layout Test platform/gtk/accessibility/table-hierarchy.html fails.
https://bugs.webkit.org/show_bug.cgi?id=139125
Patch by Andrzej Badowski <[email protected]> on 2014-12-02
Reviewed by Chris Fleizach.
Update test and expectation to fix regression.
* platform/gtk/accessibility/table-hierarchy-expected.txt:
* platform/gtk/accessibility/table-hierarchy.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (176627 => 176628)
--- trunk/LayoutTests/ChangeLog 2014-12-02 08:12:51 UTC (rev 176627)
+++ trunk/LayoutTests/ChangeLog 2014-12-02 09:47:19 UTC (rev 176628)
@@ -1,3 +1,15 @@
+2014-12-02 Andrzej Badowski <[email protected]>
+
+ REGRESSION(r176122): [GTK] Layout Test platform/gtk/accessibility/table-hierarchy.html fails.
+ https://bugs.webkit.org/show_bug.cgi?id=139125
+
+ Reviewed by Chris Fleizach.
+
+ Update test and expectation to fix regression.
+
+ * platform/gtk/accessibility/table-hierarchy-expected.txt:
+ * platform/gtk/accessibility/table-hierarchy.html:
+
2014-12-01 Benjamin Poulain <[email protected]>
Add the dynamic specificity of the selector list argument when matching :nth-child() and :nth-last-child()
Modified: trunk/LayoutTests/platform/gtk/accessibility/table-hierarchy-expected.txt (176627 => 176628)
--- trunk/LayoutTests/platform/gtk/accessibility/table-hierarchy-expected.txt 2014-12-02 08:12:51 UTC (rev 176627)
+++ trunk/LayoutTests/platform/gtk/accessibility/table-hierarchy-expected.txt 2014-12-02 09:47:19 UTC (rev 176628)
@@ -33,8 +33,8 @@
PASS table1.childAtIndex(i).role is 'AXRole: AXCell'
PASS table1.childAtIndex(i).role is 'AXRole: AXCell'
PASS children is 6
-PASS table2.childAtIndex(0).role is 'AXRole: AXRowHeader'
-PASS table2.childAtIndex(1).role is 'AXRole: AXCell'
+PASS table2.childAtIndex(0).role is 'AXRole: AXColumnHeader'
+PASS table2.childAtIndex(1).role is 'AXRole: AXColumnHeader'
PASS table2.childAtIndex(i).role is 'AXRole: AXCell'
PASS table2.childAtIndex(i).role is 'AXRole: AXCell'
PASS table2.childAtIndex(i).role is 'AXRole: AXCell'
@@ -43,8 +43,8 @@
PASS table3.childAtIndex(i).role is 'AXRole: AXCell'
PASS table3.childAtIndex(i).role is 'AXRole: AXCell'
PASS children is 6
-PASS table4.childAtIndex(0).role is 'AXRole: AXRowHeader'
-PASS table4.childAtIndex(1).role is 'AXRole: AXCell'
+PASS table4.childAtIndex(0).role is 'AXRole: AXColumnHeader'
+PASS table4.childAtIndex(1).role is 'AXRole: AXColumnHeader'
PASS table4.childAtIndex(i).role is 'AXRole: AXCell'
PASS table4.childAtIndex(i).role is 'AXRole: AXCell'
PASS table4.childAtIndex(i).role is 'AXRole: AXCell'
Modified: trunk/LayoutTests/platform/gtk/accessibility/table-hierarchy.html (176627 => 176628)
--- trunk/LayoutTests/platform/gtk/accessibility/table-hierarchy.html 2014-12-02 08:12:51 UTC (rev 176627)
+++ trunk/LayoutTests/platform/gtk/accessibility/table-hierarchy.html 2014-12-02 09:47:19 UTC (rev 176628)
@@ -55,8 +55,8 @@
}
children = table2.childrenCount;
shouldBe("children", "6");
- shouldBe("table2.childAtIndex(0).role", "'AXRole: AXRowHeader'");
- shouldBe("table2.childAtIndex(1).role", "'AXRole: AXCell'");
+ shouldBe("table2.childAtIndex(0).role", "'AXRole: AXColumnHeader'");
+ shouldBe("table2.childAtIndex(1).role", "'AXRole: AXColumnHeader'");
for (i = 2; i < children; ++i) {
shouldBe("table2.childAtIndex(i).role", "'AXRole: AXCell'");
}
@@ -67,8 +67,8 @@
}
children = table4.childrenCount;
shouldBe("children", "6");
- shouldBe("table4.childAtIndex(0).role", "'AXRole: AXRowHeader'");
- shouldBe("table4.childAtIndex(1).role", "'AXRole: AXCell'");
+ shouldBe("table4.childAtIndex(0).role", "'AXRole: AXColumnHeader'");
+ shouldBe("table4.childAtIndex(1).role", "'AXRole: AXColumnHeader'");
for (i = 2; i < children; ++i) {
shouldBe("table4.childAtIndex(i).role", "'AXRole: AXCell'");
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes