Bug 21528 - Fix tabindex test to not require data: URLs
Summary: Fix tabindex test to not require data: URLs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 12:55 PDT by Pam Greene (IRC:pamg)
Modified: 2008-10-12 18:58 PDT (History)
2 users (show)

See Also:


Attachments
Fixed test and new frame3 file (3.05 KB, patch)
2008-10-10 13:01 PDT, Pam Greene (IRC:pamg)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pam Greene (IRC:pamg) 2008-10-10 12:55:47 PDT
The fast/events/tabindex-focus test fails when cross-domain security restrictions are applied to data: urls. Since that's not related to what it's testing, it can be fixed to use a third local file instead.
Comment 1 Pam Greene (IRC:pamg) 2008-10-10 13:01:01 PDT
Created attachment 24271 [details]
Fixed test and new frame3 file

Results are unchanged.
Comment 2 Darin Adler 2008-10-10 14:08:51 PDT
Comment on attachment 24271 [details]
Fixed test and new frame3 file

r=me
Comment 3 Sam Weinig 2008-10-10 17:06:55 PDT
Has chrome changed how same origin works with respect to data: urls?
Comment 4 Adam Barth 2008-10-12 13:45:34 PDT
I'll land this.
Comment 5 Adam Barth 2008-10-12 14:12:44 PDT
> Has chrome changed how same origin works with respect to data: urls?

No, but file:// URLs in Chrome can only script other file:// URLs, not http, https, or data URLs.
Comment 6 Adam Barth 2008-10-12 18:58:25 PDT
Fixed in r37546.