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

Unified Diff: Source/web/tests/data/frame-a-b-c.html

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix style, use FrameView::root Created 5 years, 8 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
« Source/platform/PlatformScreen.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/frame-a-b-c.html
diff --git a/Source/web/tests/data/frame-a-b-c.html b/Source/web/tests/data/frame-a-b-c.html
index 0c5f85d95cbb664fd14c53cbbb6f2ce0931d5526..e89299c49be6fb511c44ad4195a5ac910fc9ad0d 100644
--- a/Source/web/tests/data/frame-a-b-c.html
+++ b/Source/web/tests/data/frame-a-b-c.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<body>
-<iframe id="frame1" src="subframe-a.html"></iframe>
-<iframe id="frame2" src="subframe-b.html"></iframe>
-<iframe id="frame3" src="subframe-c.html"></iframe>
+<iframe id="frame1" name="frame1" src="subframe-a.html"></iframe>
+<iframe id="frame2" name="frame2" src="subframe-b.html"></iframe>
+<iframe id="frame3" name="frame3" src="subframe-c.html"></iframe>
</body>
</html>
« Source/platform/PlatformScreen.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698