RESOLVED FIXED 25766
fast/frames/content-opacity-2.html timing out on chromium
https://bugs.webkit.org/show_bug.cgi?id=25766
Summary fast/frames/content-opacity-2.html timing out on chromium
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.