Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / resources / image-with-css-import.svg
blob2b23c4527dedc04e28e1fa5189005c5e2901efe3
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100">
2 <style>
3 @import url(http://localhost:8000/security/resources/css-import.css);
4 </style>
5 <rect width="100%" height="100%" fill="green"/>
6 </svg>