Index: LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html |
diff --git a/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html b/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html |
index 160be8deff0de55aa6b771dc1c4361ef5349635e..9d05396e3c71a836ca8ecabb4a61ca5284f99afb 100644 |
--- a/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html |
+++ b/LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html |
@@ -39,7 +39,7 @@ |
</head> |
<body onload="loaded();"> |
<p>This tests that a data: URL loaded in an iframe inside another data: URL loaded iframe doesn't have access to the main frame.</p> |
- <iframe id="aFrame" style="width: 500px; height: 300px;"></iframe> |
+ <iframe id="aFrame" name="aFrame" style="width: 500px; height: 300px;"></iframe> |
<p id='accessMe'>PASS: Cross frame access from a data: URL inside another data: URL was denied.</p> |
</body> |
</html> |