| 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" ], | 
|  |