Files
wget2/unit-tests/files/x.css
Tim Rühsen fa600c4f04 Move unit tests from tests/ to unit-tests/
* Makefile.am: Add unit-tests
* cfg.mk: Make syntax-check work with unit-tests/
* configure.ac: Add unit-tests/Makefile
* tests/Makefile.am: Remove unit tests
* unit-tests/Makefile.am: New file with unit test rules
* unit-tests/*.c: Moved from tests/
* unit-tests/files: Moved from tests/

unit-tests/ is for library/API unit testing.
tests/ is for testing wget2 utility.
2017-05-31 20:51:10 +02:00

14 lines
550 B
CSS

@IMPORT "http://example.com"
@media print {
* {
background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important
;
-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */
header #search{ width:138px; height:25px; background:url(/common/img/search.png) top left no-repeat; position:absolute; top:12px; right:20px; }
background:url( '/common/img/search.png' );
background:url( '//example.com/common/img/search.png' );
background:url("/common/img/search.png");
}