Title: [139226] trunk/LayoutTests
Revision
139226
Author
roger_f...@apple.com
Date
2013-01-09 12:41:55 -0800 (Wed, 09 Jan 2013)

Log Message

Unreviewed. Rebaseline some accessibility test results on Win7 port.

* platform/win/accessibility/canvas-fallback-content-2-expected.txt:
* platform/win/platform/win/accessibility: Added.
* platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Added.
* platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (139225 => 139226)


--- trunk/LayoutTests/ChangeLog	2013-01-09 20:41:11 UTC (rev 139225)
+++ trunk/LayoutTests/ChangeLog	2013-01-09 20:41:55 UTC (rev 139226)
@@ -1,3 +1,13 @@
+2013-01-09  Roger Fong  <roger_f...@apple.com>
+
+        Unreviewed. Rebaseline some accessibility test results on Win7 port.
+
+        * platform/win/accessibility/canvas-fallback-content-2-expected.txt:
+        * platform/win/platform/win/accessibility: Added.
+        * platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt: Added.
+        * platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt: Added.
+        * proximity/basic-operation.html:
+
 2013-01-09  Robert Hogan  <rob...@webkit.org>
 
         REGRESSION(r111439): Focus ring is rendered incorrectly in fast/inline/continuation-outlines-with-layers.html

Modified: trunk/LayoutTests/platform/win/accessibility/canvas-fallback-content-2-expected.txt (139225 => 139226)


--- trunk/LayoutTests/platform/win/accessibility/canvas-fallback-content-2-expected.txt	2013-01-09 20:41:11 UTC (rev 139225)
+++ trunk/LayoutTests/platform/win/accessibility/canvas-fallback-content-2-expected.txt	2013-01-09 20:41:55 UTC (rev 139226)
@@ -189,7 +189,7 @@
 PASS document.activeElement == element2 is true
 PASS axElement2.role is axElement1.role
 PASS axElement2.roleDescription is axElement1.roleDescription
-PASS axElement2.title is axElement1.title
+FAIL axElement2.title should be 2. Was .
 PASS axElement2.description is axElement1.description
 PASS axElement2.helpText is axElement1.helpText
 PASS axElement2.stringValue is axElement1.stringValue

Added: trunk/LayoutTests/platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt (0 => 139226)


--- trunk/LayoutTests/platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/platform/win/accessibility/option-element-selection-and-focus-events-expected.txt	2013-01-09 20:41:55 UTC (rev 139226)
@@ -0,0 +1,10 @@
+Received focus event for object 'option 2'.
+Received selection event for object 'option 2'.
+Received value change event for object 'option 2', value 'option 2'.
+Received focus event for object 'option 1'.
+Received selection event for object 'option 1'.
+Received value change event for object 'option 1', value 'option 1'.
+
+This tests that changing selection in a non-multiple select element fires focus and selection events for the selected option element.
+
+This test should only be run inside of DumpRenderTree.

Added: trunk/LayoutTests/platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt (0 => 139226)


--- trunk/LayoutTests/platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/platform/win/accessibility/select-element-valuechange-event-expected.txt	2013-01-09 20:41:55 UTC (rev 139226)
@@ -0,0 +1,6 @@
+Received value change event for object 'Option 2', value 'Option 2'.
+Received value change event for object 'Option 3', value 'Option 3'.
+This tests that we broadcast value change events when the selected item changes.
+
+
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to