Diff
Modified: branches/safari-537.73-branch/LayoutTests/ChangeLog (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/ChangeLog 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/ChangeLog 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,38 @@
2013-11-07 Chris Fleizach <[email protected]>
+ AX: Audio and Video attachments are not output to VoiceOver
+ https://bugs.webkit.org/show_bug.cgi?id=123479
+
+ Unreviewed.
+
+ A number of the rebaselines from the original merge must have failed to apply.
+ This rebaselines those tests that are failing with the new expected results.
+
+ * fullscreen/full-screen-crash-offsetLeft-expected.txt:
+ * fullscreen/full-screen-no-style-sharing-expected.txt:
+ * fullscreen/full-screen-stacking-context-expected.txt:
+ * fullscreen/video-controls-drag-expected.txt:
+ * fullscreen/video-controls-override-expected.txt:
+ * fullscreen/video-controls-timeline-expected.txt:
+ * fullscreen/video-cursor-auto-hide-expected.txt:
+ * fullscreen/video-specified-size-expected.txt:
+ * media/media-initialTime-expected.txt:
+ * media/media-startTime-expected.txt:
+ * media/media-volume-slider-rendered-below-expected.txt:
+ * media/media-volume-slider-rendered-normal-expected.txt:
+ * media/track/track-cue-mutable-text-expected.txt:
+ * media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt:
+ * media/video-controls-fullscreen-volume-expected.txt:
+ * media/video-controls-toggling-expected.txt:
+ * media/video-controls-visible-exiting-fullscreen-expected.txt:
+ * platform/mac/accessibility/media-element-expected.txt:
+ * platform/mac/media/video-controls-captions-trackmenu-expected.txt:
+ * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt:
+ * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
+ * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
+
+2013-11-07 Chris Fleizach <[email protected]>
+
Merge r158743
2013-11-06 Chris Fleizach <[email protected]>
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-crash-offsetLeft-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-crash-offsetLeft-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-crash-offsetLeft-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
Bug 89785: REGRESSION(r116446): Crash in RenderBoxModelObject::adjustedPositionRelativeToOffsetParent
PASSED, the page didn't crash.
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-no-style-sharing-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-no-style-sharing-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-no-style-sharing-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
EVENT(webkitfullscreenchange) TEST(video2.clientWidth==document.body.clientWidth) OK
END OF TEST
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-stacking-context-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-stacking-context-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/full-screen-stacking-context-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,4 +1,5 @@
This tests that a full screen element in a lower stacking context blocks a sibling in a higher stacking context. After entering full screen mode, only a black box should be visible. Click go full screen to run the test.
+
EVENT(webkitfullscreenchange)
END OF TEST
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-drag-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-drag-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-drag-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
This tests that the video element's controls are draggable in full screen. Press any key to continue.
+
EVENT(webkitfullscreenchange)
First drag.
EXPECTED (endBox.left - startBox.left == '15') OK
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-override-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-override-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-override-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
This tests that the video element's "controls" attribute is overridden in full screen mode, and that the controls are correctly hidden upon exiting full screen. Press any key to continue.
+
EVENT(webkitfullscreenchange)
EXPECTED (shadowRoot = internals.shadowRoot(video) != 'null') OK
EXPECTED (panel = mediaControlsElement(shadowRoot.firstChild, '-webkit-media-controls-panel') != 'null') OK
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-timeline-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-timeline-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/video-controls-timeline-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
This tests that the video element's timeline controls are draggable in full screen. Press any key to continue.
+
EVENT(canplaythrough)
EVENT(webkitfullscreenchange)
EVENT(mousedown)
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/video-cursor-auto-hide-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/video-cursor-auto-hide-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/video-cursor-auto-hide-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
This tests that the cursor hides after hovering over a video element in full screen mode.
+
EVENT(webkitfullscreenchange)
EXPECTED (window.internals.getCurrentCursorInfo(document) == 'type=Pointer hotSpot=0,0') OK
EXPECTED (window.internals.getCurrentCursorInfo(document) == 'type=None hotSpot=0,0') OK
Modified: branches/safari-537.73-branch/LayoutTests/fullscreen/video-specified-size-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/fullscreen/video-specified-size-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/fullscreen/video-specified-size-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
EVENT(webkitfullscreenchange) TEST(video.clientWidth==document.body.clientWidth) OK
END OF TEST
Modified: branches/safari-537.73-branch/LayoutTests/media/media-initialTime-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/media-initialTime-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/media-initialTime-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
Test the, so far unused, 'initialTime' attribute.
EVENT(loadeddata)
Modified: branches/safari-537.73-branch/LayoutTests/media/media-startTime-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/media-startTime-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/media-startTime-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
Test the, so far unused, 'startTime' attribute.
EVENT(loadeddata)
Modified: branches/safari-537.73-branch/LayoutTests/media/media-volume-slider-rendered-below-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/media-volume-slider-rendered-below-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/media-volume-slider-rendered-below-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
** Test that the volume slider is rendered correctly if the controls are near the top of the page **
** Move mouse on top of the mute button **
Modified: branches/safari-537.73-branch/LayoutTests/media/media-volume-slider-rendered-normal-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/media-volume-slider-rendered-normal-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/media-volume-slider-rendered-normal-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
Tests that the video controls are properly rendered when the display none is set and unset.
+
** The volume slider should have almost the same left offset as the mute button **
EXPECTED (volumeSliderElement.offsetLeft >= muteButtonElement.offsetLeft - threshold == 'true') OK
EXPECTED (volumeSliderElement.offsetLeft <= muteButtonElement.offsetLeft + threshold == 'true') OK
Modified: branches/safari-537.73-branch/LayoutTests/media/track/track-cue-mutable-text-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/track/track-cue-mutable-text-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/track/track-cue-mutable-text-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
Test that cue text is mutable.
Modified: branches/safari-537.73-branch/LayoutTests/media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,6 +1,6 @@
-
Test that all enabled tracks are included in the track menu.
+
EVENT(canplaythrough)
*** Initially both tracks are disabled so neither should be selected.
Modified: branches/safari-537.73-branch/LayoutTests/media/video-controls-fullscreen-volume-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/video-controls-fullscreen-volume-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/video-controls-fullscreen-volume-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,3 +1,4 @@
+
EVENT(canplay)
EVENT(webkitfullscreenchange)
RUN(video.volume = 1)
Modified: branches/safari-537.73-branch/LayoutTests/media/video-controls-toggling-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/video-controls-toggling-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/video-controls-toggling-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
Tests that showing / hiding video controls uses the sets the display:none property
+
** Playing the video **
RUN(video.play())
Modified: branches/safari-537.73-branch/LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,4 +1,5 @@
Tests that video controls are shwon after exiting fullscreen
+
EVENT(canplaythrough)
** Move mouse to the play button and start playing the video **
Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/media-element-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/media-element-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/accessibility/media-element-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -5,59 +5,64 @@
State at 'canplaythrough' event:
- description: AXDescription: video playback
- role: AXRole: AXToolbar
+ description: AXDescription:
+ role: AXRole: AXGroup
+ subrole: AXSubrole: AXVideo
- description: AXDescription: back 30 seconds
- role: AXRole: AXButton
+ description: AXDescription: video playback
+ role: AXRole: AXToolbar
- description: AXDescription: play
- role: AXRole: AXButton
+ description: AXDescription: back 30 seconds
+ role: AXRole: AXButton
- description: AXDescription: elapsed time
- role: AXRole: AXGroup
- subrole: AXSubrole: AXApplicationTimer
+ description: AXDescription: play
+ role: AXRole: AXButton
- description: AXDescription:
+ description: AXDescription: elapsed time
role: AXRole: AXGroup
+ subrole: AXSubrole: AXApplicationTimer
description: AXDescription:
- role: AXRole: AXStaticText
+ role: AXRole: AXGroup
- description: AXDescription:
- role: AXRole: AXSlider
- subrole: AXSubrole: AXTimeline
+ description: AXDescription:
+ role: AXRole: AXStaticText
description: AXDescription:
- role: AXRole: AXValueIndicator
+ role: AXRole: AXSlider
+ subrole: AXSubrole: AXTimeline
- description: AXDescription: remaining time
- role: AXRole: AXGroup
- subrole: AXSubrole: AXApplicationTimer
+ description: AXDescription:
+ role: AXRole: AXValueIndicator
- description: AXDescription:
+ description: AXDescription: remaining time
role: AXRole: AXGroup
+ subrole: AXSubrole: AXApplicationTimer
description: AXDescription:
- role: AXRole: AXStaticText
+ role: AXRole: AXGroup
- description: AXDescription: enter fullscreen
- role: AXRole: AXButton
+ description: AXDescription:
+ role: AXRole: AXStaticText
- description: AXDescription: mute
- role: AXRole: AXButton
+ description: AXDescription: enter fullscreen
+ role: AXRole: AXButton
+ description: AXDescription: mute
+ role: AXRole: AXButton
+
+
Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
Test that we are able to trigger the list of captions, and select from the list.
+
EVENT(canplaythrough)
*** Set the user language preference.
Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
Test that we are able to trigger the list of captions, and then click elsewhere to hide it.
+
EVENT(canplaythrough)
*** Set the user language preference.
Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
Test that captions and subtitles menu items are localized.
+
EVENT(canplaythrough)
*** Set the user language preference.
Modified: branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt (158877 => 158878)
--- branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt 2013-11-07 23:16:26 UTC (rev 158877)
+++ branches/safari-537.73-branch/LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt 2013-11-07 23:25:09 UTC (rev 158878)
@@ -1,5 +1,6 @@
Test that captions and subtitles are sorted in the menu according to user preferences.
+
EVENT(canplaythrough)
*** Set the user language preference.