| Index: trunk/LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain.html
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain.html (revision 168578)
|
| +++ trunk/LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain.html (working copy)
|
| @@ -4,7 +4,7 @@
|
| </head>
|
| <body>
|
| <p>This test currently fails because we check the port and protocol even if document.domain is explicitly set (rdar://problem/5366437).</p>
|
| -<iframe id="aFrame" name="aFrame"></iframe>
|
| +<iframe id="aFrame"></iframe>
|
| <pre id="console"></pre>
|
| <script>
|
| // Explicitly set the domain.
|
|
|