Index: LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html |
diff --git a/LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html b/LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html |
index a54f8422b7128bb0d6ae99868acc9b50ed169565..8c963acb75a99a4072fac4fee28603a0e4e21052 100644 |
--- a/LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html |
+++ b/LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html |
@@ -22,7 +22,7 @@ function runTests() |
</script> |
</head> |
<frameset cols="200,*" border="10"> |
- <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>"> |
+ <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>"> |
</frameset> |
</html> |