| Index: LayoutTests/fast/frames/frame-programmatic-noresize.html
 | 
| diff --git a/LayoutTests/fast/frames/frame-programmatic-noresize.html b/LayoutTests/fast/frames/frame-programmatic-noresize.html
 | 
| index 70f342130e506b849dced174ed9f74af777eed2a..b94211b3441ee0f6015285ae1f9ba34e482057c1 100644
 | 
| --- a/LayoutTests/fast/frames/frame-programmatic-noresize.html
 | 
| +++ b/LayoutTests/fast/frames/frame-programmatic-noresize.html
 | 
| @@ -45,7 +45,7 @@
 | 
|  </script>
 | 
|  </head>
 | 
|  <frameset cols="200,*" border="10">
 | 
| -    <frame id="testFrame" name="testFrame" src="about:blank">
 | 
| -    <frame id="results" name="results" src="data:text/html,<p id='description'>This test can only be run using DRT.</p><pre id='console'></pre>">
 | 
| +    <frame id="testFrame" src="about:blank">
 | 
| +    <frame id="results" src="data:text/html,<p id='description'>This test can only be run using DRT.</p><pre id='console'></pre>">
 | 
|  </frameset>
 | 
|  </html>
 | 
| 
 |