Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: LayoutTests/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8c963acb75a99a4072fac4fee28603a0e4e21052..a54f8422b7128bb0d6ae99868acc9b50ed169565 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 @@
</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>

Powered by Google App Engine
This is Rietveld 408576698