@font-face {
	font-family: foo;
	src: url('fonts/foo.eot');
	src: url('fonts/foo.woff') format('woof2'),
		url('fonts/foo.eot?#iefix') format('embedded-opentype'),
		url('fonts/foo.svg#glyphicons_half') format('svg');
}

body {
	background: url("images/logo.png");
}

.node {
	background: url("images/logo.png");
}

/** 
 * No specific test is written for this because simply including this CSS makes the tests fail.
 * The bundler would try to find a file on the file system which didn't exist.
 */
.data {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.http {
	background: url(http://foo.com/image.png);
}
.https {
	background: url(https://foo.com/image.png);
}
