Changeset 117031 in webkit
- Timestamp:
- May 14, 2012, 10:55:57 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt (modified) (1 diff)
-
platform/qt/Skipped (modified) (2 diffs)
-
platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r117030 r117031 1 2012-05-14 Csaba Osztrogonác <ossy@webkit.org> 2 3 [Qt] Unreviewed morning gardening to paint the Qt bots green. 4 5 * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Updated after r117006. 6 * platform/qt/Skipped: Skip new failing/crashing tests. 7 * platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Updated after r117006. 8 1 9 2012-05-14 Kent Tamura <tkent@chromium.org> 2 10 -
trunk/LayoutTests/http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt
r104810 r117031 1 CONSOLE MESSAGE: Refused to load connect from 'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt' because of Content-Security-Policy.1 CONSOLE MESSAGE: Refused to connect to connect 'http://127.0.0.1:8000/xmlhttprequest/resources/get.txt' because it violates the following Content Security Policy directive: "connect-src 'none'". 2 2 3 3 ALERT: xhr blocked -
trunk/LayoutTests/platform/qt/Skipped
r117029 r117031 864 864 # https://bugs.webkit.org/show_bug.cgi?id=82020 865 865 plugins/netscape-dom-access-and-reload.html 866 867 # [Qt][GTK] New plugin tests introduced in r117012 fails/crashes 868 # https://bugs.webkit.org/show_bug.cgi?id=86443 869 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html 870 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html 871 plugins/npruntime/delete-plugin-within-setProperty.html 872 plugins/npruntime/delete-plugin-within-getProperty.html 866 873 867 874 # =========================================================================== # … … 2563 2570 # Inspector only supports evaluation in content script world with v8, see https://bugs.webkit.org/show_bug.cgi?id=85709 2564 2571 inspector/extensions/extensions-eval-content-script.html 2572 2573 # Result of fast/dom/DOMException/stack-trace.html depends on path (test introduced in r117016) 2574 # https://bugs.webkit.org/show_bug.cgi?id=86442 2575 fast/dom/DOMException/stack-trace.html 2576 2577 # [Qt][GTK] New fast/multicol/split-in-top-margin.html fails 2578 # https://bugs.webkit.org/show_bug.cgi?id=86445 2579 fast/multicol/split-in-top-margin.html -
trunk/LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt
r104810 r117031 1 1 CONSOLE MESSAGE: line 2: <html xmlns='http://www.w3.org/1999/xhtml/'><body><p>Running an XSL-T 1.0 stylesheet with a 2.0 processor.</p></body></html> 2 CONSOLE MESSAGE: Refused to load image from 'http://127.0.0.1:8000/security/resources/abe.png' because of Content-Security-Policy.2 CONSOLE MESSAGE: Refused to load the image 'http://127.0.0.1:8000/security/resources/abe.png' because it violates the following Content Security Policy directive: "img-src 'none'". 3 3 4 4 Here is an image:
Note:
See TracChangeset
for help on using the changeset viewer.