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

Unified Diff: LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js

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
Index: LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
diff --git a/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js b/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
index 67f1038d2b8c5f6bbf646d84467e5e80cec371af..22826e8c2ce7196541e0b0694507fabaa040a794 100644
--- a/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
+++ b/LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js
@@ -7,6 +7,7 @@ var attributes = [
[ "form", "noValidate" ],
[ "frame", "noResize" ],
[ "hr", "noShade" ],
+ [ "iframe", "allowFullscreen" ],
[ "img", "isMap" ],
[ "input", "autofocus" ],
[ "input", "defaultChecked", "checked" ],
« no previous file with comments | « LayoutTests/fast/dom/boolean-attribute-reflection-expected.txt ('k') | Source/core/html/HTMLIFrameElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698