Index: chrome/test/data/iframe.html |
diff --git a/chrome/test/data/iframe.html b/chrome/test/data/iframe.html |
index eed403d5826db6eb00dab287f7c500adc5a6d773..21ea4369b410eddd345ccecea1f5a7297e9a49da 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"></iframe> |
+<iframe src="title1.html" id="test"></iframe> |
</body></html> |