Bug 184362 - Layout Test imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe.html is failing
Summary: Layout Test imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe.html...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-06 12:00 PDT by Ryan Haddad
Modified: 2018-04-12 10:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2018-04-06 12:00:40 PDT
The following layout test is failing on macOS

imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe.html

Probable cause:

This test is failing since it was imported in https://trac.webkit.org/changeset/230330/webkit#file143

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FFileAPI%2Furl%2Fsandboxed-iframe.html

--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/FileAPI/url/sandboxed-iframe-actual.txt
@@ -1,4 +1,5 @@
 CONSOLE MESSAGE: line 1714: SecurityError: Sandbox access violation: Blocked a frame at "http://localhost:8800" from accessing a frame at "null".  The frame being accessed is sandboxed and lacks the "allow-same-origin" flag.
+CONSOLE MESSAGE: line 67: XMLHttpRequest cannot load blob:null/7c9635f7-5ee0-4a9e-9924-aba22c05aee5. Cross origin requests are only supported for HTTP.
 
 FAIL FileAPI Test: Verify behavior of Blob URL in unique origins SecurityError: Sandbox access violation: Blocked a frame at "http://localhost:8800" from accessing a frame at "null".  The frame being accessed is sandboxed and lacks the "allow-same-origin" flag.
Comment 1 Ryan Haddad 2018-04-06 12:08:02 PDT
Removed the pass expectation for mac-wk2 in https://trac.webkit.org/r230343

Not sure if this just needs a rebaseline.
Comment 2 Brendan McLoughlin 2018-04-06 12:31:33 PDT
Removing the pass expectation looks like the correct fix. I don't think a rebaseline will help since the id in the blob url changes with each run.