Title: [133753] trunk/LayoutTests
Revision
133753
Author
[email protected]
Date
2012-11-07 06:42:12 -0800 (Wed, 07 Nov 2012)

Log Message

[Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files.

* platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-_javascript_-url-expected.txt: Removed.
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (133752 => 133753)


--- trunk/LayoutTests/ChangeLog	2012-11-07 14:37:41 UTC (rev 133752)
+++ trunk/LayoutTests/ChangeLog	2012-11-07 14:42:12 UTC (rev 133753)
@@ -1,3 +1,11 @@
+2012-11-07  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files.
+
+        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
+        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-_javascript_-url-expected.txt: Removed.
+        * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.
+
 2012-11-07  Dominik Röttsches  <[email protected]>
 
         [EFL] Unreviewed gardening.

Deleted: trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt (133752 => 133753)


--- trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt	2012-11-07 14:37:41 UTC (rev 133752)
+++ trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt	2012-11-07 14:42:12 UTC (rev 133753)
@@ -1,17 +0,0 @@
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/innocent-victim-with-notify.html from frame with URL http://127.0.0.1:8000/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html. Domains, protocols and ports must match.
-
-CONSOLE MESSAGE: line 1: TypeError: 'undefined' is not an object
-This page opens a window to "", injects malicious code, and then navigates its opener to the victim. The opened window then tries to scripts its opener after document.writeing a new document.
-Code injected into window:
-<script>document.write('<script>function write(target, message) { target.document.body.innerHTML = message; }setTimeout(function() {write(window.opener, \'FAIL: XSS was allowed.\');}, 100);setTimeout(function() {write(window.opener.top.frames[1], \'SUCCESS: Window remained in original SecurityOrigin.\');}, 200);setTimeout(function() { if (window.testRunner) testRunner.globalFlag = true; }, 300);<\/script>');</script>
- 
-
---------
-Frame: '<!--framePath //<!--frame0-->-->'
---------
-This page doesn't do anything special (except signal that it has finished loading).
-
---------
-Frame: '<!--framePath //<!--frame1-->-->'
---------
-SUCCESS: Window remained in original SecurityOrigin.

Deleted: trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-_javascript_-url-expected.txt (133752 => 133753)


--- trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-_javascript_-url-expected.txt	2012-11-07 14:37:41 UTC (rev 133752)
+++ trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-_javascript_-url-expected.txt	2012-11-07 14:42:12 UTC (rev 133753)
@@ -1,17 +0,0 @@
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/innocent-victim-with-notify.html from frame with URL http://127.0.0.1:8000/security/aboutBlank/xss-DENIED-navigate-opener-_javascript_-url.html. Domains, protocols and ports must match.
-
-CONSOLE MESSAGE: line 1: TypeError: 'undefined' is not an object
-This page opens a window to "", injects malicious code, and then navigates its opener to the victim. The opened window then tries to scripts its opener after reloading itself as a _javascript_ URL.
-Code injected into window:
-<script>window.location = '_javascript_:\'<script>function write(target, message) { target.document.body.innerHTML = message; }setTimeout(function() {write(window.opener, \\\'FAIL: XSS was allowed.\\\');}, 100);setTimeout(function() {write(window.opener.top.frames[1], \\\'SUCCESS: Window remained in original SecurityOrigin.\\\');}, 200);setTimeout(function() { if (window.testRunner) testRunner.globalFlag = true; }, 300);<\\\/script>\''</script>
- 
-
---------
-Frame: '<!--framePath //<!--frame0-->-->'
---------
-This page doesn't do anything special (except signal that it has finished loading).
-
---------
-Frame: '<!--framePath //<!--frame1-->-->'
---------
-SUCCESS: Window remained in original SecurityOrigin.

Deleted: trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt (133752 => 133753)


--- trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt	2012-11-07 14:37:41 UTC (rev 133752)
+++ trunk/LayoutTests/platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt	2012-11-07 14:42:12 UTC (rev 133753)
@@ -1,22 +0,0 @@
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/innocent-victim.html from frame with URL http://127.0.0.1:8000/security/aboutBlank/xss-DENIED-set-opener.html. Domains, protocols and ports must match.
-
-CONSOLE MESSAGE: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/innocent-victim.html from frame with URL http://127.0.0.1:8000/security/aboutBlank/xss-DENIED-set-opener.html. Domains, protocols and ports must match.
-
-CONSOLE MESSAGE: line 1: TypeError: 'undefined' is not an object
-This page opens a window to "", injects malicious code, and then uses window.open.call to set its opener to the victim. The opened window then tries to scripts its opener.
-Code injected into window:
-<script>function write(target, message) { target.document.body.innerHTML = message; }
-setTimeout(function() {write(window.opener.top.frames[0], 'FAIL: XSS was allowed.');}, 100);
-setTimeout(function() {write(window.opener.top.frames[1], 'SUCCESS: Window remained in original SecurityOrigin.');}, 200);
-setTimeout(function() { if (window.testRunner) testRunner.globalFlag = true; }, 300);</script>
- 
-
---------
-Frame: '<!--framePath //<!--frame0-->-->'
---------
-This page doesn't do anything special.
-
---------
-Frame: '<!--framePath //<!--frame1-->-->'
---------
-SUCCESS: Window remained in original SecurityOrigin.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to