Bug 88523 - http/tests/security/video-cross-origin-readback.html fails
Summary: http/tests/security/video-cross-origin-readback.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 88539
Blocks: 87008 88349
  Show dependency treegraph
 
Reported: 2012-06-07 04:37 PDT by Zoltan Arvai
Modified: 2012-06-07 09:08 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Arvai 2012-06-07 04:37:12 PDT
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
Comment 1 Csaba Osztrogonác 2012-06-07 04:58:37 PDT
Skipped on Qt to paint the bots green. Please unskip it with the proper fix.
Comment 2 Ami Fischman 2012-06-07 08:30:36 PDT
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.
Comment 3 WebKit Review Bot 2012-06-07 08:58:06 PDT
Re-opened since this is blocked by 88539
Comment 4 Csaba Osztrogonác 2012-06-07 09:08:58 PDT
(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