RESOLVED FIXED 21528
Fix tabindex test to not require data: URLs
https://bugs.webkit.org/show_bug.cgi?id=21528
Summary Fix tabindex test to not require data: URLs
Pam Greene (IRC:pamg)
Reported 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.
Attachments
Fixed test and new frame3 file (3.05 KB, patch)
2008-10-10 13:01 PDT, Pam Greene (IRC:pamg)
darin: review+
Pam Greene (IRC:pamg)
Comment 1 2008-10-10 13:01:01 PDT
Created attachment 24271 [details] Fixed test and new frame3 file Results are unchanged.
Darin Adler
Comment 2 2008-10-10 14:08:51 PDT
Comment on attachment 24271 [details] Fixed test and new frame3 file r=me
Sam Weinig
Comment 3 2008-10-10 17:06:55 PDT
Has chrome changed how same origin works with respect to data: urls?
Adam Barth
Comment 4 2008-10-12 13:45:34 PDT
I'll land this.
Adam Barth
Comment 5 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.
Adam Barth
Comment 6 2008-10-12 18:58:25 PDT
Fixed in r37546.
Note You need to log in before you can comment on or make changes to this bug.