https://bugzilla.wikimedia.org/show_bug.cgi?id=30825
--- Comment #6 from Brion Vibber <[email protected]> 2011-09-09 18:06:59 UTC --- Created attachment 9040 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9040 Patch with test case, but I can't get it to fail This patch adds a qunit test case that tries to load a JS script via mw.loader.load() passing it a protocol-relative URL. However, in my testing on trunk and rel1.18 it works fine on IE 7; in IE 9's dev tools I can see the script is loaded via a <script> tag, not via an XHR. So either this doesn't happen on 1.18 and trunk, or I'm not triggering the right conditions. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
