Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt

Issue 717493003: Update UseCounter::deprecationMessage() cases to use the replacedBy function (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Pleas e use 'Element.requestFullscreen()' and 'Element.webkitRequestFullscreen()' inst ead. 1 CONSOLE WARNING: 'HTMLVideoElement.webkitEnterFullScreen()' is deprecated. Pleas e use 'Element.requestFullscreen()' or 'Element.webkitRequestFullscreen()' inste ad.
2 Test for bug 61461: Handle entering full screen security restrictions 2 Test for bug 61461: Handle entering full screen security restrictions
3 3
4 To test manually, click the video "full screen" button - the page should enter f ull screen mode. 4 To test manually, click the video "full screen" button - the page should enter f ull screen mode.
5 5
6 EVENT(webkitfullscreenchange) 6 EVENT(webkitfullscreenchange)
7 TEST(document.getElementById('frame').contentDocument.width==document.width) OK 7 TEST(document.getElementById('frame').contentDocument.width==document.width) OK
8 END OF TEST 8 END OF TEST
9 9
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/tracing/console-timeline-expected.txt » ('j') | Source/core/frame/UseCounter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698