mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d7cbea1f4d
--HG-- extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
23 lines
741 B
Plaintext
23 lines
741 B
Plaintext
#filter substitution
|
|
|
|
test.jar:
|
|
# test chrome with flags and path expansion
|
|
% content test %one
|
|
# test locale with variable substitution and path expansion
|
|
% locale @AB_CD@ %three
|
|
# test overlays
|
|
% overlay chrome://one/file.xml chrome://two/otherfile.xml
|
|
# test regular file, preprocessed file, preprocessed css
|
|
one/file.xml (thesrcdir/file.xml)
|
|
* one/preproc (thesrcdir/preproc.in)
|
|
* one/some.css (thesrcdir/some.css)
|
|
# test reference against topsrcdir
|
|
two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml)
|
|
# test reference against localesrcdir
|
|
three/l10nfile.txt (%l10nfile.txt)
|
|
|
|
test.jar:
|
|
# test manifest update the locale one was already added above, add skin
|
|
% locale @AB_CD@ %three
|
|
% skin test classic %one
|