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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fullscreen/api/resources/report-fullscreen-enabled.html

Issue 2898503002: Reenable feature policy control over fullscreen (Closed)
Patch Set: Fixing last test nits Created 3 years, 4 months 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
(Empty)
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>IFrame fullscreenEnabled attribute reporter</title>
4 <body>
5 <script>
6 parent.postMessage({"report": {
7 "api": "fullscreen",
8 "enabled": document.fullscreenEnabled,
9 "frame": window.name
10 }}, "*");
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698