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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..08acc540394745888e821105697744adf57d5285 |
--- /dev/null |
+++ b/LayoutTests/http/tests/css/resources/css-resources-referrer-import.css |
@@ -0,0 +1,14 @@ |
+@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 |
+ ); |
+} |