Title: [94735] trunk/LayoutTests
- Revision
- 94735
- Author
- [email protected]
- Date
- 2011-09-07 17:18:52 -0700 (Wed, 07 Sep 2011)
Log Message
These tests just differ in how JSC and V8 report error messages.
* platform/chromium-cg-mac-leopard/http/tests/security: Added.
* platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
* platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
* platform/chromium/http/tests/security/xss-DENIED-assign-location-href-_javascript_-expected.txt: Added.
* platform/chromium/test_expectations.txt:
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (94734 => 94735)
--- trunk/LayoutTests/ChangeLog 2011-09-08 00:13:28 UTC (rev 94734)
+++ trunk/LayoutTests/ChangeLog 2011-09-08 00:18:52 UTC (rev 94735)
@@ -1,5 +1,15 @@
2011-09-07 Adam Barth <[email protected]>
+ These tests just differ in how JSC and V8 report error messages.
+
+ * platform/chromium-cg-mac-leopard/http/tests/security: Added.
+ * platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
+ * platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
+ * platform/chromium/http/tests/security/xss-DENIED-assign-location-href-_javascript_-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Adam Barth <[email protected]>
+
Our results here reflect an intentional difference between GURL and
KURL. KURL doesn't handle non-ASCII characters in the fragment in the
same was as IE whereas GURL does.
Added: trunk/LayoutTests/platform/chromium/http/tests/security/xss-DENIED-assign-location-href-_javascript_-expected.txt (0 => 94735)
--- trunk/LayoutTests/platform/chromium/http/tests/security/xss-DENIED-assign-location-href-_javascript_-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium/http/tests/security/xss-DENIED-assign-location-href-_javascript_-expected.txt 2011-09-08 00:18:52 UTC (rev 94735)
@@ -0,0 +1,8 @@
+CONSOLE MESSAGE: line 1: Unsafe _javascript_ attempt to access frame with URL http://localhost:8000/security/resources/localPage.html from frame with URL http://127.0.0.1:8000/security/xss-DENIED-assign-location-href-_javascript_.html. Domains, protocols and ports must match.
+
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+You can see the contents of this file.
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (94734 => 94735)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-09-08 00:13:28 UTC (rev 94734)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-09-08 00:18:52 UTC (rev 94735)
@@ -1644,9 +1644,6 @@
BUGCR25977 XP DEBUG : http/tests/appcache/main-resource-hash.html = PASS TIMEOUT
BUGCR25977 XP DEBUG : http/tests/appcache/online-whitelist.html = PASS TIMEOUT
-// WebKit update 52293->52323
-BUGCR31253 : http/tests/security/xss-DENIED-assign-location-href-_javascript_.html = TEXT
-
// WebKit update 52323->52366
BUGCR30826 WIN : platform/win/fast/events/panScroll-imageMap-noHref-scroll.html = TEXT
BUGCR30826 WIN DEBUG : platform/win/fast/events/panScroll-event-fired.html = PASS TIMEOUT TEXT
@@ -2796,10 +2793,6 @@
// Skip an overly restrictive cross-origin HTTPS test
BUGCR69594 SKIP : http/tests/appcache/different-https-origin-resource-main.html = FAIL
-// Need a rebaseline.
-BUG_ANTONM LEOPARD : http/tests/security/xss-DENIED-xml-external-entity.xhtml = TEXT
-BUG_ANTONM LEOPARD : http/tests/security/xss-DENIED-xsl-external-entity.xml = TEXT
-
BUGCR76253 : plugins/npruntime/np-deallocate-called-before-np-shutdown.html = TEXT
// Slow
Added: trunk/LayoutTests/platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt (0 => 94735)
--- trunk/LayoutTests/platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt 2011-09-08 00:18:52 UTC (rev 94735)
@@ -0,0 +1,4 @@
+CONSOLE MESSAGE: line 1: Unsafe attempt to load URL http://localhost:8000/security/resources/target.xml from frame with URL http://127.0.0.1:8000/security/xss-DENIED-xml-external-entity.xhtml. Domains, protocols and ports must match.
+
+This test includes a cross-origin external entity. It passes if the load fails and thus there is no text below this line.
+
Added: trunk/LayoutTests/platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt (0 => 94735)
--- trunk/LayoutTests/platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt 2011-09-08 00:18:52 UTC (rev 94735)
@@ -0,0 +1,6 @@
+CONSOLE MESSAGE: line 1: Unsafe attempt to load URL http://localhost:8000/security/resources/target.xml from frame with URL http://127.0.0.1:8000/security/xss-DENIED-xsl-external-entity.xml. Domains, protocols and ports must match.
+
+CONSOLE MESSAGE: line 1: Unsafe attempt to load URL http://localhost:8000/security/resources/target.xml from frame with URL http://127.0.0.1:8000/security/xss-DENIED-xsl-external-entity.xml. Domains, protocols and ports must match.
+
+This test includes a cross-origin external entity. It passes if the load fails and thus there is no text below this line.
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes