Index: content/test/data/cross_site_iframe_factory.html |
diff --git a/content/test/data/cross_site_iframe_factory.html b/content/test/data/cross_site_iframe_factory.html |
index 2a01c409e26d9da551480e70272a4addd5731a53..f55b09d9104df11bfa2675290755153eec1f9b73 100644 |
--- a/content/test/data/cross_site_iframe_factory.html |
+++ b/content/test/data/cross_site_iframe_factory.html |
@@ -157,6 +157,7 @@ function main() { |
// Add the iframe to the document. |
var iframe = document.createElement('iframe'); |
iframe.src = url; |
+ iframe.id = "child-" + i; |
iframe.style.borderColor = borderColorForSite(site); |
iframe.width = frameTree.children[i].layoutX; |
iframe.height = frameTree.children[i].layoutY; |