Title: [152734] trunk/LayoutTests
- Revision
- 152734
- Author
- [email protected]
- Date
- 2013-07-16 11:51:20 -0700 (Tue, 16 Jul 2013)
Log Message
Unreviewed. Adjust test and update results for AppleWin port after r151868.
* platform/win/accessibility/multiple-select-element-role-expected.txt:
* platform/win/accessibility/multiple-select-element-role.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (152733 => 152734)
--- trunk/LayoutTests/ChangeLog 2013-07-16 18:44:45 UTC (rev 152733)
+++ trunk/LayoutTests/ChangeLog 2013-07-16 18:51:20 UTC (rev 152734)
@@ -1,5 +1,12 @@
2013-07-16 Roger Fong <[email protected]>
+ Unreviewed. Adjust test and update results for AppleWin port after r151868.
+
+ * platform/win/accessibility/multiple-select-element-role-expected.txt:
+ * platform/win/accessibility/multiple-select-element-role.html:
+
+2013-07-16 Roger Fong <[email protected]>
+
Unreviewed rebaselines, AppleWin port.
* platform/win/fast/js/global-constructors-attributes-dedicated-worker-expected.txt: Added.
Modified: trunk/LayoutTests/platform/win/accessibility/multiple-select-element-role-expected.txt (152733 => 152734)
--- trunk/LayoutTests/platform/win/accessibility/multiple-select-element-role-expected.txt 2013-07-16 18:44:45 UTC (rev 152733)
+++ trunk/LayoutTests/platform/win/accessibility/multiple-select-element-role-expected.txt 2013-07-16 18:51:20 UTC (rev 152734)
@@ -1,7 +1,7 @@
This tests the accessibility roles of multiselect elements and their option elements.
PASS accessibilityController.focusedElement.role is "list"
-PASS accessibilityController.focusedElement.childAtIndex(0).role is "list item"
+PASS accessibilityController.focusedElement.childAtIndex(0).role is "text"
Modified: trunk/LayoutTests/platform/win/accessibility/multiple-select-element-role.html (152733 => 152734)
--- trunk/LayoutTests/platform/win/accessibility/multiple-select-element-role.html 2013-07-16 18:44:45 UTC (rev 152733)
+++ trunk/LayoutTests/platform/win/accessibility/multiple-select-element-role.html 2013-07-16 18:51:20 UTC (rev 152734)
@@ -26,7 +26,7 @@
document.getElementById("selectElement").focus();
shouldBe('accessibilityController.focusedElement.role', '"list"');
- shouldBe('accessibilityController.focusedElement.childAtIndex(0).role', '"list item"');
+ shouldBe('accessibilityController.focusedElement.childAtIndex(0).role', '"text"');
}
</script>
</body>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes