Chromium Code Reviews| Index: chrome/test/data/drag_and_drop/page.html |
| diff --git a/chrome/test/data/drag_and_drop/page.html b/chrome/test/data/drag_and_drop/page.html |
| index 2e158b7cec15fb15b3b214b0d260c0f2a2547ba0..719eb0cdfa75af24488422e6c46e7e7c9604119a 100644 |
| --- a/chrome/test/data/drag_and_drop/page.html |
| +++ b/chrome/test/data/drag_and_drop/page.html |
| @@ -19,6 +19,9 @@ |
| #left { left: 100px; background: green; } |
| #right { left: 300px; background: cyan; } |
| </style> |
| + <script> |
| + window.name = "main"; |
| + </script> |
| </head> |
| <body> |
| <iframe id="left" name="left" srcdoc="<body>blank left frame</body>"></iframe> |