* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28128
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-28 Alice Liu <alice.liu@apple.com>
+
+ just some more typo fixes
+
+ * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
+ * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
+ * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
+ * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
+ * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
+ * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
+ * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
+ * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
+
2007-11-28 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
-This tests that a javascript: URL loaded in an iframe inside another javascipt: URL loaded iframe has access to the main frame.
+This tests that a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe has access to the main frame.
PASS: Cross frame access from a javascript: URL inside another javascript: URL was allowed!
<html>
<body>
- <p>This tests that a javascript: URL loaded in an iframe inside another javascipt: URL loaded iframe has access to the main frame.</p>
+ <p>This tests that a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe has access to the main frame.</p>
<iframe id="aFrame" style="width: 500px; height: 300px;"></iframe>
<p id='accessMe'>FAIL: Cross frame access from a javascript: URL inside another javascript: URL was denied.</p>
<script>
-This tests that a javascript: URL loaded in an iframe inside another javascipt: URL loaded iframe has access to it's parent, the first javascript: URL loaded iframe.
+This tests that a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe has access to it's parent, the first javascript: URL loaded iframe.
<html>
<body>
- <p>This tests that a javascript: URL loaded in an iframe inside another javascipt: URL loaded iframe has access to it's parent, the
+ <p>This tests that a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe has access to it's parent, the
first javascript: URL loaded iframe.</p>
<iframe id="aFrame" style="width: 500px; height: 300px;"></iframe>
<script>
-This tests that the main frame has access to a javascript: URL loaded in an iframe inside another javascipt: URL loaded iframe.
+This tests that the main frame has access to a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe.
PASS: Cross frame access to a javascript: URL 2 levels deep was allowed!
<script src="../resources/cross-frame-access.js"></script>
</head>
<body>
- <p>This tests that the main frame has access to a javascript: URL loaded in an iframe inside another javascipt: URL loaded iframe.</p>
+ <p>This tests that the main frame has access to a javascript: URL loaded in an iframe inside another javascript: URL loaded iframe.</p>
<iframe id="aFrame" style="width: 500px; height: 300px;"></iframe>
<pre id='console'></pre>
<script>
-This tests that the main frame can access the contents of an iframe that contains a javascipt: URL loaded page
+This tests that the main frame can access the contents of an iframe that contains a javascript: URL loaded page
PASS: Cross frame access to a javascript: URL was allowed!
<script src="../resources/cross-frame-access.js"></script>
</head>
<body>
- <p>This tests that the main frame can access the contents of an iframe that contains a javascipt: URL loaded page</p>
+ <p>This tests that the main frame can access the contents of an iframe that contains a javascript: URL loaded page</p>
<iframe id="aFrame"></iframe>
<pre id="console"></pre>
<script>
-CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html from frame with URL about:blank. Domains, protocols and ports must match.
+CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html from frame with URL about:blank. Domains, protocols and ports must match.
CONSOLE MESSAGE: line 1: TypeError: Undefined value
The scenario for this test is that you have an iframe with content from a foreign domain. In that foreign content is an iframe which loads a javascript: URL. This tests that the javascript: URL loaded iframe does not have access to the main frame using top.document.
<p>The scenario for this test is that you have an iframe with content from a foreign domain. In that foreign content
is an iframe which loads a javascript: URL. This tests that the javascript: URL loaded iframe does not have access
to the main frame using top.document.</p>
- <iframe src="http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html" style="width: 400px; height:200px;"></iframe>
+ <iframe src="http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html" style="width: 400px; height:200px;"></iframe>
<p id='accessMe'>Pass: Cross frame access from a javascript: URL on a different domain was denied.</p>
<script>
if (window.layoutTestController) {
-CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html from frame with URL about:blank. Domains, protocols and ports must match.
+CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html from frame with URL about:blank. Domains, protocols and ports must match.
CONSOLE MESSAGE: line 1: TypeError: Undefined value
Opener Frame
layoutTestController.setCanOpenWindows();
}
- var openedWindow = window.open("http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html");
+ var openedWindow = window.open("http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html");
// Poll until javacript URL: subframe on window.open'ed frames has loaded as indicated by 'flag' iframe
var testDone = false;
-CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html. Domains, protocols and ports must match.
+CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html. Domains, protocols and ports must match.
The scenario for this test is that you have an iframe with content from a foreign domain. In that foreign content is an iframe which loads a javascript: URL. This tests that this main document does not have access to that javascript: URL loaded iframe.
<p>The scenario for this test is that you have an iframe with content from a foreign domain. In that foreign content
is an iframe which loads a javascript: URL. This tests that this main document does not have access to that
javascript: URL loaded iframe.</p>
- <iframe src="http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html" style="width: 400px; height:200px;"></iframe>
+ <iframe src="http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html" style="width: 400px; height:200px;"></iframe>
<pre id="console"></pre>
<script>
if (window.layoutTestController) {
-CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html. Domains, protocols and ports must match.
+CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL about:blank from frame with URL http://127.0.0.1:8000/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html. Domains, protocols and ports must match.
PASS: Cross frame access to a javascript: URL embed in a frame window.open'ed on foreign domain denied!
layoutTestController.setCanOpenWindows();
}
- var openedWindow = window.open("http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html");
+ var openedWindow = window.open("http://localhost:8000/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html");
var testDone = false;