Bug 88523
Summary: | http/tests/security/video-cross-origin-readback.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zoltan Arvai <zarvai> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, fischman, ossy, webkit.review.bot |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 88539 | ||
Bug Blocks: | 87008, 88349 |
Zoltan Arvai
Newly added test fails on on Qt, Lion, GTK, EFL after http://trac.webkit.org/changeset/119694
--- /ramdisk/qt-linux-release/build/layout-test-results/http/tests/security/video-cross-origin-readback-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/http/tests/security/video-cross-origin-readback-actual.txt
@@ -1,3 +1,4 @@
-EVENT(playing)
+EVENT(error)
+error: {"code":4} FAIL
END OF TEST
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
Skipped on Qt to paint the bots green. Please unskip it with the proper fix.
Ami Fischman
The offending CL was rolled out in http://trac.webkit.org/changeset/119712 for breaking a different unittest, so resolving this bug.
ossy@: The "proper fix" is to make the different ports support CORS for media elements (no ports do; the CL blamed in the original report here added chromium support for CORS on media elements). When I reland the original patch I'll Skipped the new test on all other platforms.
WebKit Review Bot
Re-opened since this is blocked by 88539
Csaba Osztrogonác
(In reply to comment #3)
> Re-opened since this is blocked by 88539
Rollout of skipping the rolled out test landed in http://trac.webkit.org/changeset/119728