Chromium Code Reviews| Index: chrome/test/data/iframe.html |
| diff --git a/chrome/test/data/iframe.html b/chrome/test/data/iframe.html |
| index 21ea4369b410eddd345ccecea1f5a7297e9a49da..01c6005befd190967962b2e7ca4e5e484140eec1 100644 |
| --- a/chrome/test/data/iframe.html |
| +++ b/chrome/test/data/iframe.html |
| @@ -1,4 +1,4 @@ |
| <html><head><title>iframe test</title></head> |
| <body> |
| -<iframe src="title1.html" id="test"></iframe> |
| -</body></html> |
| +<iframe src="title1.html" id="test" name="test"></iframe> |
| +</body></html> |