| Index: LayoutTests/http/tests/css/resources/css-resources-referrer-import.css
|
| diff --git a/LayoutTests/http/tests/css/resources/css-resources-referrer-import.css b/LayoutTests/http/tests/css/resources/css-resources-referrer-import.css
|
| deleted file mode 100644
|
| index 08acc540394745888e821105697744adf57d5285..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/css/resources/css-resources-referrer-import.css
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -@font-face {
|
| - font-family: faceInImportedSheet;
|
| - src: url('referrer-check.php?from=importedSheet&resource=font');
|
| -}
|
| -
|
| -.imageInImportedSheet {
|
| - background-image: url('referrer-check.php?from=importedSheet&resource=image');
|
| -}
|
| -.imageSetInImportedSheet {
|
| - background-image: -webkit-image-set(
|
| - url('referrer-check.php?from=importedSheet&resource=image2') 1x,
|
| - url('referrer-check.php?from=importedSheet&resource=image') 2x
|
| - );
|
| -}
|
|
|