| OLD | NEW |
| 1 ** Test that the volume slider is rendered correctly if the controls are near th
e top of the page ** | 1 ** Test that the volume slider is rendered correctly if the controls are near th
e top of the page ** |
| 2 | 2 |
| 3 ** Move mouse on top of the mute button ** | 3 ** Move mouse on top of the mute button ** |
| 4 | 4 |
| 5 ** Ensure layout is done after mouse move ** | 5 ** Ensure layout is done after mouse move ** |
| 6 | 6 |
| 7 ** The volume slider should not be positioned outside the page ** | 7 ** The volume slider should not be positioned outside the page ** |
| 8 EXPECTED (volumeSliderCoordinates[0] >= 0 && volumeSliderCoordinates[1] >= 0 ==
'true') OK | 8 EXPECTED (volumeSliderCoordinates[0] >= 0 && volumeSliderCoordinates[1] >= 0 ==
'true') OK |
| 9 END OF TEST | 9 END OF TEST |
| 10 | 10 |
| OLD | NEW |