Changeset 243353 in webkit
- Timestamp:
- Mar 21, 2019, 6:58:13 PM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 edited
-
ChangeLog (modified) (1 diff)
-
http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt (modified) (1 diff)
-
http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-image-with-enforced-and-report-policies.php (modified) (1 diff)
-
platform/mac-wk2/TestExpectations (modified) (1 diff)
-
platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r243350 r243353 1 2019-03-21 Chris Dumez <cdumez@apple.com> 2 3 [ Mac WK2 ] Layout Test http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies.html is a flaky failure 4 https://bugs.webkit.org/show_bug.cgi?id=194350 5 <rdar://problem/47937466> 6 7 Reviewed by Alex Christensen. 8 9 Bypass the HTMLPreloadScanner in the test or compass.jpg resource may end up getting loaded twice and log extra 10 lines in the test output. 11 12 * http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt: 13 * http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-image-with-enforced-and-report-policies.php: 14 * platform/mac-wk2/TestExpectations: 15 * platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt: 16 1 17 2019-03-21 Simon Fraser <simon.fraser@apple.com> 2 18 -
trunk/LayoutTests/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt
r231450 r243353 24 24 effectiveDirective: block-all-mixed-content 25 25 originalPolicy: block-all-mixed-content 26 sourceFile: 27 lineNumber: 028 columnNumber: 026 sourceFile: https://127.0.0.1:8443/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-image-with-enforced-and-report-policies.php 27 lineNumber: 9 28 columnNumber: 15 29 29 statusCode: 0 30 30 -
trunk/LayoutTests/http/tests/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-image-with-enforced-and-report-policies.php
r209577 r243353 9 9 </head> 10 10 <body> 11 <img src="http://127.0.0.1:8000/security/resources/compass.jpg"> 11 <script> 12 // Use document.write() to bypass the HTMLPreloadScanner and address flakiness. 13 document.write('<img src="http://127.0.0.1:8000/security/resources/compass.jpg">'); 14 </script> 12 15 </body> 13 16 </html> -
trunk/LayoutTests/platform/mac-wk2/TestExpectations
r243339 r243353 919 919 webkit.org/b/194253 scrollingcoordinator/scrolling-tree/fixed-inside-frame.html [ Pass Failure ] 920 920 921 webkit.org/b/194350 http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies.html [ Pass Failure ]922 923 921 webkit.org/b/194916 fast/mediastream/MediaStream-video-element.html [ Pass Failure ] -
trunk/LayoutTests/platform/wk2/http/tests/security/contentSecurityPolicy/block-all-mixed-content/insecure-image-in-iframe-with-enforced-and-report-policies-expected.txt
r231450 r243353 24 24 effectiveDirective: block-all-mixed-content 25 25 originalPolicy: block-all-mixed-content 26 sourceFile: 27 lineNumber: 028 columnNumber: 026 sourceFile: https://127.0.0.1:8443/security/contentSecurityPolicy/block-all-mixed-content/resources/frame-with-insecure-image-with-enforced-and-report-policies.php 27 lineNumber: 9 28 columnNumber: 15 29 29 statusCode: 0 30 30
Note:
See TracChangeset
for help on using the changeset viewer.