test_style_crossdomain.html (476B)
1 <!DOCTYPE HTML> 2 <!-- Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ --> 4 <html> 5 <head> 6 <meta charset="utf-8"> 7 <title>Cross-domain stylesheet tests for Bug 1196740</title> 8 </head> 9 <body> 10 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1196740">Mozilla Bug 1196740</a> 11 <div> 12 <iframe src="iframe_style_crossdomain.html" height="100%" width="90%" frameborder="0"></iframe> 13 </div> 14 </body> 15 </html>