aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-11-10 14:37:55 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-11-10 17:33:25 -0600
commit0013447068dfde42c60fa802e5387e9bc4d0b2e2 (patch)
tree012f04462429e318f433f8885fac544ec488472e /src/test
parent9d3af7547bb790d39157dd36dfa862a1abf47beb (diff)
downloadwix-0013447068dfde42c60fa802e5387e9bc4d0b2e2.tar.gz
wix-0013447068dfde42c60fa802e5387e9bc4d0b2e2.tar.bz2
wix-0013447068dfde42c60fa802e5387e9bc4d0b2e2.zip
Move ImageList element back under Theme since it's not a control.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml11
-rw-r--r--src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml11
2 files changed, 12 insertions, 10 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml
index 7491ab1c..104474b8 100644
--- a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml
+++ b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingTheme.xml
@@ -28,12 +28,13 @@
28 <Image Id="progressbar" ImageResource="30" /> 28 <Image Id="progressbar" ImageResource="30" />
29 <Image Id="progressbar_reverse" ImageResource="31" /> 29 <Image Id="progressbar_reverse" ImageResource="31" />
30 30
31 <ImageList Name="Stars">
32 <ImageListItem ImageResource="2" />
33 <ImageListItem ImageResource="3" />
34 <ImageListItem ImageResource="4" />
35 </ImageList>
36
31 <Window Width="600" Height="450" FontId="Default" Caption="BafThmUtilTestingTheme" HexStyle="10cf0000" AutoResize="yes"> 37 <Window Width="600" Height="450" FontId="Default" Caption="BafThmUtilTestingTheme" HexStyle="10cf0000" AutoResize="yes">
32 <ImageList Name="Stars">
33 <ImageListItem ImageResource="2" />
34 <ImageListItem ImageResource="3" />
35 <ImageListItem ImageResource="4" />
36 </ImageList>
37 <Page Name="Transparency"> 38 <Page Name="Transparency">
38 <Label X="6" Y="6" Width="-6" Height="94" FontId="Default"> 39 <Label X="6" Y="6" Width="-6" Height="94" FontId="Default">
39 This page has three versions of an image. The top image is a bitmap with a transparent background, the yellow star should be visible but its black background should not (this is currently broken). The middle image is the same bitmap except the black background is fully opaque so the yellow star should be visible on a black background. The bottom image in a PNG version of the top image and should look exactly the same. 40 This page has three versions of an image. The top image is a bitmap with a transparent background, the yellow star should be visible but its black background should not (this is currently broken). The middle image is the same bitmap except the black background is fully opaque so the yellow star should be visible on a black background. The bottom image in a PNG version of the top image and should look exactly the same.
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml
index 7e360544..718571db 100644
--- a/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml
+++ b/src/test/burn/TestData/Manual/BafThmutilTesting/theme/BafThmUtilTestingThemeLoose.xml
@@ -28,12 +28,13 @@
28 <Image Id="progressbar" ImageFile="progressbar.bmp" /> 28 <Image Id="progressbar" ImageFile="progressbar.bmp" />
29 <Image Id="progressbar_reverse" ImageFile="progressbar_reverse.bmp" /> 29 <Image Id="progressbar_reverse" ImageFile="progressbar_reverse.bmp" />
30 30
31 <ImageList Name="Stars">
32 <ImageListItem ImageFile="star_transparent.bmp" />
33 <ImageListItem ImageFile="star_opaque.bmp" />
34 <ImageListItem ImageFile="star_transparent.png" />
35 </ImageList>
36
31 <Window Width="600" Height="450" FontId="Default" Caption="BafThmUtilTestingTheme" HexStyle="10cf0000" AutoResize="yes"> 37 <Window Width="600" Height="450" FontId="Default" Caption="BafThmUtilTestingTheme" HexStyle="10cf0000" AutoResize="yes">
32 <ImageList Name="Stars">
33 <ImageListItem ImageFile="star_transparent.bmp" />
34 <ImageListItem ImageFile="star_opaque.bmp" />
35 <ImageListItem ImageFile="star_transparent.png" />
36 </ImageList>
37 <Page Name="Transparency"> 38 <Page Name="Transparency">
38 <Label X="6" Y="6" Width="-6" Height="94" FontId="Default"> 39 <Label X="6" Y="6" Width="-6" Height="94" FontId="Default">
39 This page has three versions of an image. The top image is a bitmap with a transparent background, the yellow star should be visible but its black background should not (this is currently broken). The middle image is the same bitmap except the black background is fully opaque so the yellow star should be visible on a black background. The bottom image in a PNG version of the top image and should look exactly the same. 40 This page has three versions of an image. The top image is a bitmap with a transparent background, the yellow star should be visible but its black background should not (this is currently broken). The middle image is the same bitmap except the black background is fully opaque so the yellow star should be visible on a black background. The bottom image in a PNG version of the top image and should look exactly the same.