Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/frame.html |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/frame.html b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/frame.html |
| index 046e49da73ce7736d2e7df9b98a0360c7978ad32..0a7769dc96718ef300a7ae9df6d201e053e9e9eb 100644 |
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/frame.html |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/frame.html |
| @@ -35,5 +35,8 @@ |
| </script> |
| </head> |
| <body> |
| + <!-- Two subframes to give us some indexed properties --> |
| + <iframe></iframe> |
| + <iframe></iframe> |
| </body> |
| </html> |