Bug 25766 - fast/frames/content-opacity-2.html timing out on chromium
Summary: fast/frames/content-opacity-2.html timing out on chromium
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Tony Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 16:29 PDT by Tony Chang
Modified: 2009-05-14 10:37 PDT (History)
0 users

See Also:


Attachments
move data url into a file (1.50 KB, patch)
2009-05-13 16:32 PDT, Tony Chang
no flags Details | Formatted Diff | Diff
v2 (1.56 KB, patch)
2009-05-13 16:36 PDT, Tony Chang
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 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.
Comment 1 Tony Chang 2009-05-13 16:32:26 PDT
Created attachment 30296 [details]
move data url into a file
Comment 2 Tony Chang 2009-05-13 16:36:59 PDT
Created attachment 30297 [details]
v2

Updated to include bug number.
Comment 3 Dimitri Glazkov (Google) 2009-05-14 10:37:08 PDT
Landed as http://trac.webkit.org/changeset/43713.