mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9cc2e9ec05
This patch was created by running the following sed commands: s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g on all *.list files in the tree.
23 lines
1.3 KiB
Plaintext
23 lines
1.3 KiB
Plaintext
# PngSuite - Background colors
|
|
#
|
|
# Note 1: The first 4 images have no bKGD chunk, the last 4 do. The background
|
|
# color indicated by bKGD isn't used, so the two sets of images are rendered
|
|
# identically and thus share common reference HTML files.
|
|
|
|
# bgai4a08 - 8 bit grayscale, alpha, no background chunk, interlaced
|
|
fails-if(!cocoaWidget) == wrapper.html?bgai4a08.png bg__4a08.html
|
|
# bgai4a16 - 16 bit grayscale, alpha, no background chunk, interlaced
|
|
fails-if(!cocoaWidget) == wrapper.html?bgai4a16.png bg__4a16.html
|
|
# bgan6a08 - 3x8 bits rgb color, alpha, no background chunk
|
|
fails-if(!cocoaWidget) == wrapper.html?bgan6a08.png bg__6a08.html
|
|
# bgan6a16 - 3x16 bits rgb color, alpha, no background chunk
|
|
fails-if(!cocoaWidget) == wrapper.html?bgan6a16.png bg__6a16.html
|
|
# bgbn4a08 - 8 bit grayscale, alpha, black background chunk
|
|
fails-if(!cocoaWidget) == wrapper.html?bgbn4a08.png bg__4a08.html
|
|
# bggn4a16 - 16 bit grayscale, alpha, gray background chunk
|
|
fails-if(!cocoaWidget) == wrapper.html?bggn4a16.png bg__4a16.html
|
|
# bgwn6a08 - 3x8 bits rgb color, alpha, white background chunk
|
|
fails-if(!cocoaWidget) == wrapper.html?bgwn6a08.png bg__6a08.html
|
|
# bgyn6a16 - 3x16 bits rgb color, alpha, yellow background chunk
|
|
fails-if(!cocoaWidget) == wrapper.html?bgyn6a16.png bg__6a16.html
|