| Index: trunk/LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html
|
| ===================================================================
|
| --- trunk/LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html (revision 169397)
|
| +++ trunk/LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html (working copy)
|
| @@ -22,7 +22,7 @@
|
| </script>
|
| </head>
|
| <frameset cols="200,*" border="10">
|
| - <frame id="testFrame" name="testFrame" src="about:blank" noresize>
|
| - <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" noresize>
|
| + <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>
|
|
|