Bug 88523

Summary: http/tests/security/video-cross-origin-readback.html fails
Product: WebKit Reporter: Zoltan Arvai <zarvai>
Component: Tools / TestsAssignee: 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    

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