Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / css / resources / css-resources-referrer-import.css
1 @font-face {
2     font-family: faceInImportedSheet;
3     src: url('referrer-check.php?from=importedSheet&resource=font');
4 }
5
6 .imageInImportedSheet {
7     background-image: url('referrer-check.php?from=importedSheet&resource=image');
8 }
9 .imageSetInImportedSheet {
10     background-image: -webkit-image-set(
11         url('referrer-check.php?from=importedSheet&resource=image2') 1x,
12         url('referrer-check.php?from=importedSheet&resource=image') 2x
13     );
14 }