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

Unified Diff: Source/core/html/HTMLIFrameElement.idl

Issue 398843002: Add the HTMLIFrameElement.allowFullscreen reflected attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLIFrameElement.idl
diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
index 35c4d8c6a9b08d6497c7997403e4c15c946754b8..568cd6b2b2429a572a605409ea91ccbd137ab2fa 100644
--- a/Source/core/html/HTMLIFrameElement.idl
+++ b/Source/core/html/HTMLIFrameElement.idl
@@ -20,6 +20,7 @@
interface HTMLIFrameElement : HTMLElement {
[Reflect] attribute DOMString align;
+ [Reflect] attribute boolean allowFullscreen;
[Reflect] attribute DOMString frameBorder;
[Reflect] attribute DOMString height;
[Reflect, URL] attribute DOMString longDesc;
« no previous file with comments | « LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698