| Index: LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
 | 
| diff --git a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
 | 
| index dbc192c3b292f950b5dba42a4ed5b28fc35603af..8bb0e10b6ef717412982781859b23e835d50e57f 100644
 | 
| --- a/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
 | 
| +++ b/LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt
 | 
| @@ -1,7 +1,9 @@
 | 
| -Test for bug 61461: Handle entering full screen security restrictions. Note that the original pass condition has been reversed.
 | 
| +CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Please use 'Element.requestFullscreen()' and 'Element.webkitRequestFullscreen()' instead.
 | 
| +Test for bug 61461: Handle entering full screen security restrictions
 | 
|  
 | 
| -To test manually, click the video "full screen" button - the page should NOT enter full screen mode.
 | 
| +To test manually, click the video "full screen" button - the page should enter full screen mode.
 | 
|  
 | 
| -EVENT(webkitfullscreenerror)
 | 
| +EVENT(webkitfullscreenchange)
 | 
| +TEST(document.getElementById('frame').contentDocument.width==document.width) OK
 | 
|  END OF TEST
 | 
|  
 | 
| 
 |