Index: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
index af9f86dc24dc16fd060e7e2a9b521852e8c48a96..fa118271472ea33f914244708aaf589f77214348 100644 |
--- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
+++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-location-get-test.html |
@@ -1,7 +1,8 @@ |
<html> |
<head> |
<script> |
- window.location.existingCustomProperty = 1; |
+ window.location.existingCustomProperty = 1; |
+ window.location[1] = 1; |
window.onload = function() |
{ |