Bug 25766

Summary: fast/frames/content-opacity-2.html timing out on chromium
Product: WebKit Reporter: Tony Chang <tony>
Component: Tools / TestsAssignee: Tony Chang <tony>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
move data url into a file
none
v2 dglazkov: review+

Tony Chang
Reported 2009-05-13 16:29:45 PDT
This test tries to manipulate an iframe loaded via a data: URL. Since this is a different security context than the parent file:// URL and chromium enforces the check for file:// URLs, we can't manipulate the frame. Simple fix is to put the iframe contents in a file and load it.
Attachments
move data url into a file (1.50 KB, patch)
2009-05-13 16:32 PDT, Tony Chang
no flags
v2 (1.56 KB, patch)
2009-05-13 16:36 PDT, Tony Chang
dglazkov: review+
Tony Chang
Comment 1 2009-05-13 16:32:26 PDT
Created attachment 30296 [details] move data url into a file
Tony Chang
Comment 2 2009-05-13 16:36:59 PDT
Created attachment 30297 [details] v2 Updated to include bug number.
Dimitri Glazkov (Google)
Comment 3 2009-05-14 10:37:08 PDT
Note You need to log in before you can comment on or make changes to this bug.