| Index: trunk/LayoutTests/http/tests/security/xssAuditor/resources/utilities.js
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/security/xssAuditor/resources/utilities.js (revision 168578)
|
| +++ trunk/LayoutTests/http/tests/security/xssAuditor/resources/utilities.js (working copy)
|
| @@ -28,7 +28,7 @@
|
| if (document.getElementById('frame'))
|
| document.body.removeChild(document.getElementById('frame'));
|
| var iFrameObj = document.createElement('iframe');
|
| - iFrameObj.name = 'frame';
|
| + iFrameObj.id = 'frame';
|
| document.body.appendChild(iFrameObj);
|
| var frameContent = iFrameObj.contentDocument;
|
| frameContent.open();
|
|
|