diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index fbf118d41e..1932bbd5dc 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -204,6 +204,9 @@ EXTRA_DIST += \ misc-alignment.css \ misc-alignment.ref.ui \ misc-alignment.ui \ + named-colors.css \ + named-colors.ref.ui \ + named-colors.ui \ no-colors.css \ no-colors.ref.ui \ no-colors.ui \ diff --git a/tests/reftests/named-colors.css b/tests/reftests/named-colors.css new file mode 100644 index 0000000000..98c417beec --- /dev/null +++ b/tests/reftests/named-colors.css @@ -0,0 +1,1181 @@ +#color0 { + background-color: Blue; +} + +#reference0 { + background-color: #0000FF; +} + +#color1 { + background-color: Pink; +} + +#reference1 { + background-color: #FFC0CB; +} + +#color2 { + background-color: Darkorange; +} + +#reference2 { + background-color: #FF8C00; +} + +#color3 { + background-color: SaddleBrown; +} + +#reference3 { + background-color: #8B4513; +} + +#color4 { + background-color: SlateGray; +} + +#reference4 { + background-color: #708090; +} + +#color5 { + background-color: IndianRed; +} + +#reference5 { + background-color: #CD5C5C; +} + +#color6 { + background-color: Fuchsia; +} + +#reference6 { + background-color: #FF00FF; +} + +#color7 { + background-color: Snow; +} + +#reference7 { + background-color: #FFFAFA; +} + +#color8 { + background-color: LawnGreen; +} + +#reference8 { + background-color: #7CFC00; +} + +#color9 { + background-color: SteelBlue; +} + +#reference9 { + background-color: #4682B4; +} + +#color10 { + background-color: MediumSlateBlue; +} + +#reference10 { + background-color: #7B68EE; +} + +#color11 { + background-color: Black; +} + +#reference11 { + background-color: #000000; +} + +#color12 { + background-color: AliceBlue; +} + +#reference12 { + background-color: #F0F8FF; +} + +#color13 { + background-color: Salmon; +} + +#reference13 { + background-color: #FA8072; +} + +#color14 { + background-color: Crimson; +} + +#reference14 { + background-color: #DC143C; +} + +#color15 { + background-color: RoyalBlue; +} + +#reference15 { + background-color: #4169E1; +} + +#color16 { + background-color: White; +} + +#reference16 { + background-color: #FFFFFF; +} + +#color17 { + background-color: NavajoWhite; +} + +#reference17 { + background-color: #FFDEAD; +} + +#color18 { + background-color: Cornsilk; +} + +#reference18 { + background-color: #FFF8DC; +} + +#color19 { + background-color: Bisque; +} + +#reference19 { + background-color: #FFE4C4; +} + +#color20 { + background-color: PaleGreen; +} + +#reference20 { + background-color: #98FB98; +} + +#color21 { + background-color: Brown; +} + +#reference21 { + background-color: #A52A2A; +} + +#color22 { + background-color: DarkTurquoise; +} + +#reference22 { + background-color: #00CED1; +} + +#color23 { + background-color: DarkGreen; +} + +#reference23 { + background-color: #006400; +} + +#color24 { + background-color: MediumVioletRed; +} + +#reference24 { + background-color: #C71585; +} + +#color25 { + background-color: DarkViolet; +} + +#reference25 { + background-color: #9400D3; +} + +#color26 { + background-color: DarkGray; +} + +#reference26 { + background-color: #A9A9A9; +} + +#color27 { + background-color: DarkGoldenRod; +} + +#reference27 { + background-color: #B8860B; +} + +#color28 { + background-color: MediumOrchid; +} + +#reference28 { + background-color: #BA55D3; +} + +#color29 { + background-color: Chocolate; +} + +#reference29 { + background-color: #D2691E; +} + +#color30 { + background-color: Purple; +} + +#reference30 { + background-color: #800080; + background-color: #A020F0; +} + +#color31 { + background-color: PapayaWhip; +} + +#reference31 { + background-color: #FFEFD5; +} + +#color32 { + background-color: Olive; +} + +#reference32 { + background-color: #808000; +} + +#color33 { + background-color: LightSlateGray; +} + +#reference33 { + background-color: #778899; +} + +#color34 { + background-color: DarkMagenta; +} + +#reference34 { + background-color: #8B008B; +} + +#color35 { + background-color: PeachPuff; +} + +#reference35 { + background-color: #FFDAB9; +} + +#color36 { + background-color: Tomato; +} + +#reference36 { + background-color: #FF6347; +} + +#color37 { + background-color: Violet; +} + +#reference37 { + background-color: #EE82EE; +} + +#color38 { + background-color: SlateGrey; +} + +#reference38 { + background-color: #708090; +} + +#color39 { + background-color: MediumSpringGreen; +} + +#reference39 { + background-color: #00FA9A; +} + +#color40 { + background-color: DodgerBlue; +} + +#reference40 { + background-color: #1E90FF; +} + +#color41 { + background-color: Aqua; +} + +#reference41 { + background-color: #00FFFF; +} + +#color42 { + background-color: HotPink; +} + +#reference42 { + background-color: #FF69B4; +} + +#color43 { + background-color: ForestGreen; +} + +#reference43 { + background-color: #228B22; +} + +#color44 { + background-color: Orchid; +} + +#reference44 { + background-color: #DA70D6; +} + +#color45 { + background-color: LemonChiffon; +} + +#reference45 { + background-color: #FFFACD; +} + +#color46 { + background-color: MintCream; +} + +#reference46 { + background-color: #F5FFFA; +} + +#color47 { + background-color: SeaShell; +} + +#reference47 { + background-color: #FFF5EE; +} + +#color48 { + background-color: LightGray; +} + +#reference48 { + background-color: #D3D3D3; +} + +#color49 { + background-color: GoldenRod; +} + +#reference49 { + background-color: #DAA520; +} + +#color50 { + background-color: Indigo; +} + +#reference50 { + background-color: #4B0082; +} + +#color51 { + background-color: CornflowerBlue; +} + +#reference51 { + background-color: #6495ED; +} + +#color52 { + background-color: CadetBlue; +} + +#reference52 { + background-color: #5F9EA0; +} + +#color53 { + background-color: LightYellow; +} + +#reference53 { + background-color: #FFFFE0; +} + +#color54 { + background-color: DarkBlue; +} + +#reference54 { + background-color: #00008B; +} + +#color55 { + background-color: LimeGreen; +} + +#reference55 { + background-color: #32CD32; +} + +#color56 { + background-color: DeepSkyBlue; +} + +#reference56 { + background-color: #00BFFF; +} + +#color57 { + background-color: DarkKhaki; +} + +#reference57 { + background-color: #BDB76B; +} + +#color58 { + background-color: LightGrey; +} + +#reference58 { + background-color: #D3D3D3; +} + +#color59 { + background-color: WhiteSmoke; +} + +#reference59 { + background-color: #F5F5F5; +} + +#color60 { + background-color: Yellow; +} + +#reference60 { + background-color: #FFFF00; +} + +#color61 { + background-color: Gainsboro; +} + +#reference61 { + background-color: #DCDCDC; +} + +#color62 { + background-color: Sienna; +} + +#reference62 { + background-color: #A0522D; +} + +#color63 { + background-color: LavenderBlush; +} + +#reference63 { + background-color: #FFF0F5; +} + +#color64 { + background-color: SandyBrown; +} + +#reference64 { + background-color: #F4A460; +} + +#color65 { + background-color: DeepPink; +} + +#reference65 { + background-color: #FF1493; +} + +#color66 { + background-color: PowderBlue; +} + +#reference66 { + background-color: #B0E0E6; +} + +#color67 { + background-color: Magenta; +} + +#reference67 { + background-color: #FF00FF; +} + +#color68 { + background-color: Silver; +} + +#reference68 { + background-color: #C0C0C0; +} + +#color69 { + background-color: DarkGrey; +} + +#reference69 { + background-color: #A9A9A9; +} + +#color70 { + background-color: DarkCyan; +} + +#reference70 { + background-color: #008B8B; +} + +#color71 { + background-color: DarkSlateGrey; +} + +#reference71 { + background-color: #2F4F4F; +} + +#color72 { + background-color: GreenYellow; +} + +#reference72 { + background-color: #ADFF2F; +} + +#color73 { + background-color: DarkOrchid; +} + +#reference73 { + background-color: #9932CC; +} + +#color74 { + background-color: LightSalmon; +} + +#reference74 { + background-color: #FFA07A; +} + +#color75 { + background-color: LightGoldenRodYellow; +} + +#reference75 { + background-color: #FAFAD2; +} + +#color76 { + background-color: OliveDrab; +} + +#reference76 { + background-color: #6B8E23; +} + +#color77 { + background-color: DarkRed; +} + +#reference77 { + background-color: #8B0000; +} + +#color78 { + background-color: LightSkyBlue; +} + +#reference78 { + background-color: #87CEFA; +} + +#color79 { + background-color: SlateBlue; +} + +#reference79 { + background-color: #6A5ACD; +} + +#color80 { + background-color: Orange; +} + +#reference80 { + background-color: #FFA500; +} + +#color81 { + background-color: Chartreuse; +} + +#reference81 { + background-color: #7FFF00; +} + +#color82 { + background-color: PaleVioletRed; +} + +#reference82 { + background-color: #DB7093; +} + +#color83 { + background-color: Maroon; +} + +#reference83 { + background-color: #800000; + background-color: #B03060; +} + +#color84 { + background-color: Peru; +} + +#reference84 { + background-color: #CD853F; +} + +#color85 { + background-color: MediumTurquoise; +} + +#reference85 { + background-color: #48D1CC; +} + +#color86 { + background-color: Aquamarine; +} + +#reference86 { + background-color: #7FFFD4; +} + +#color87 { + background-color: LightCoral; +} + +#reference87 { + background-color: #F08080; +} + +#color88 { + background-color: Thistle; +} + +#reference88 { + background-color: #D8BFD8; +} + +#color89 { + background-color: Red; +} + +#reference89 { + background-color: #FF0000; +} + +#color90 { + background-color: DarkSlateGray; +} + +#reference90 { + background-color: #2F4F4F; +} + +#color91 { + background-color: Khaki; +} + +#reference91 { + background-color: #F0E68C; +} + +#color92 { + background-color: Wheat; +} + +#reference92 { + background-color: #F5DEB3; +} + +#color93 { + background-color: LightPink; +} + +#reference93 { + background-color: #FFB6C1; +} + +#color94 { + background-color: BurlyWood; +} + +#reference94 { + background-color: #DEB887; +} + +#color95 { + background-color: LightSeaGreen; +} + +#reference95 { + background-color: #20B2AA; +} + +#color96 { + background-color: MediumBlue; +} + +#reference96 { + background-color: #0000CD; +} + +#color97 { + background-color: DarkSalmon; +} + +#reference97 { + background-color: #E9967A; +} + +#color98 { + background-color: RosyBrown; +} + +#reference98 { + background-color: #BC8F8F; +} + +#color99 { + background-color: BlueViolet; +} + +#reference99 { + background-color: #8A2BE2; +} + +#color100 { + background-color: LightSlateGrey; +} + +#reference100 { + background-color: #778899; +} + +#color101 { + background-color: Cyan; +} + +#reference101 { + background-color: #00FFFF; +} + +#color102 { + background-color: MediumPurple; +} + +#reference102 { + background-color: #9370DB; +} + +#color103 { + background-color: MidnightBlue; +} + +#reference103 { + background-color: #191970; +} + +#color104 { + background-color: FireBrick; +} + +#reference104 { + background-color: #B22222; +} + +#color105 { + background-color: PaleTurquoise; +} + +#reference105 { + background-color: #AFEEEE; +} + +#color106 { + background-color: Gray; +} + +#reference106 { + background-color: #808080; + background-color: #BEBEBE; +} + +#color107 { + background-color: Lime; +} + +#reference107 { + background-color: #00FF00; +} + +#color108 { + background-color: MediumSeaGreen; +} + +#reference108 { + background-color: #3CB371; +} + +#color109 { + background-color: LightBlue; +} + +#reference109 { + background-color: #ADD8E6; +} + +#color110 { + background-color: Coral; +} + +#reference110 { + background-color: #FF7F50; +} + +#color111 { + background-color: Turquoise; +} + +#reference111 { + background-color: #40E0D0; +} + +#color112 { + background-color: Grey; +} + +#reference112 { + background-color: #808080; + background-color: #BEBEBE; +} + +#color113 { + background-color: DarkSlateBlue; +} + +#reference113 { + background-color: #483D8B; +} + +#color114 { + background-color: LightGreen; +} + +#reference114 { + background-color: #90EE90; +} + +#color115 { + background-color: Linen; +} + +#reference115 { + background-color: #FAF0E6; +} + +#color116 { + background-color: Green; +} + +#reference116 { + background-color: #008000; + background-color: #00FF00; +} + +#color117 { + background-color: Beige; +} + +#reference117 { + background-color: #F5F5DC; +} + +#color118 { + background-color: Teal; +} + +#reference118 { + background-color: #008080; +} + +#color119 { + background-color: Azure; +} + +#reference119 { + background-color: #F0FFFF; +} + +#color120 { + background-color: Moccasin; +} + +#reference120 { + background-color: #FFE4B5; +} + +#color121 { + background-color: OrangeRed; +} + +#reference121 { + background-color: #FF4500; +} + +#color122 { + background-color: LightSteelBlue; +} + +#reference122 { + background-color: #B0C4DE; +} + +#color123 { + background-color: DimGrey; +} + +#reference123 { + background-color: #696969; +} + +#color124 { + background-color: Tan; +} + +#reference124 { + background-color: #D2B48C; +} + +#color125 { + background-color: AntiqueWhite; +} + +#reference125 { + background-color: #FAEBD7; +} + +#color126 { + background-color: PaleGoldenRod; +} + +#reference126 { + background-color: #EEE8AA; +} + +#color127 { + background-color: SkyBlue; +} + +#reference127 { + background-color: #87CEEB; +} + +#color128 { + background-color: GhostWhite; +} + +#reference128 { + background-color: #F8F8FF; +} + +#color129 { + background-color: HoneyDew; +} + +#reference129 { + background-color: #F0FFF0; +} + +#color130 { + background-color: FloralWhite; +} + +#reference130 { + background-color: #FFFAF0; +} + +#color131 { + background-color: DimGray; +} + +#reference131 { + background-color: #696969; +} + +#color132 { + background-color: SeaGreen; +} + +#reference132 { + background-color: #2E8B57; +} + +#color133 { + background-color: Lavender; +} + +#reference133 { + background-color: #E6E6FA; +} + +#color134 { + background-color: BlanchedAlmond; +} + +#reference134 { + background-color: #FFEBCD; +} + +#color135 { + background-color: DarkOliveGreen; +} + +#reference135 { + background-color: #556B2F; +} + +#color136 { + background-color: LightCyan; +} + +#reference136 { + background-color: #E0FFFF; +} + +#color137 { + background-color: DarkSeaGreen; +} + +#reference137 { + background-color: #8FBC8F; +} + +#color138 { + background-color: MediumAquaMarine; +} + +#reference138 { + background-color: #66CDAA; +} + +#color139 { + background-color: Plum; +} + +#reference139 { + background-color: #DDA0DD; +} + +#color140 { + background-color: Gold; +} + +#reference140 { + background-color: #FFD700; +} + +#color141 { + background-color: SpringGreen; +} + +#reference141 { + background-color: #00FF7F; +} + +#color142 { + background-color: Navy; +} + +#reference142 { + background-color: #000080; +} + +#color143 { + background-color: MistyRose; +} + +#reference143 { + background-color: #FFE4E1; +} + +#color144 { + background-color: Ivory; +} + +#reference144 { + background-color: #FFFFF0; +} + +#color145 { + background-color: YellowGreen; +} + +#reference145 { + background-color: #9ACD32; +} + +#color146 { + background-color: OldLace; +} + +#reference146 { + background-color: #FDF5E6; +} + diff --git a/tests/reftests/named-colors.ref.ui b/tests/reftests/named-colors.ref.ui new file mode 100644 index 0000000000..3128b25456 --- /dev/null +++ b/tests/reftests/named-colors.ref.ui @@ -0,0 +1,2264 @@ + + + + + False + popup + + + True + False + + + True + False + end + XXX + reference0 + + + 0 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference10 + + + 1 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference20 + + + 2 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference30 + + + 3 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference40 + + + 4 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference50 + + + 5 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference60 + + + 6 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference70 + + + 7 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference80 + + + 8 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference90 + + + 9 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference100 + + + 10 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference110 + + + 11 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference120 + + + 12 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference130 + + + 13 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference140 + + + 14 + 0 + 1 + 1 + + + + + True + False + end + XXX + reference1 + + + 0 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference11 + + + 1 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference21 + + + 2 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference31 + + + 3 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference41 + + + 4 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference51 + + + 5 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference61 + + + 6 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference71 + + + 7 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference81 + + + 8 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference91 + + + 9 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference101 + + + 10 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference111 + + + 11 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference121 + + + 12 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference131 + + + 13 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference141 + + + 14 + 1 + 1 + 1 + + + + + True + False + end + XXX + reference2 + + + 0 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference12 + + + 1 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference22 + + + 2 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference32 + + + 3 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference42 + + + 4 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference52 + + + 5 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference62 + + + 6 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference72 + + + 7 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference82 + + + 8 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference92 + + + 9 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference102 + + + 10 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference112 + + + 11 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference122 + + + 12 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference132 + + + 13 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference142 + + + 14 + 2 + 1 + 1 + + + + + True + False + end + XXX + reference3 + + + 0 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference13 + + + 1 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference23 + + + 2 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference33 + + + 3 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference43 + + + 4 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference53 + + + 5 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference63 + + + 6 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference73 + + + 7 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference83 + + + 8 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference93 + + + 9 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference103 + + + 10 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference113 + + + 11 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference123 + + + 12 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference133 + + + 13 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference143 + + + 14 + 3 + 1 + 1 + + + + + True + False + end + XXX + reference4 + + + 0 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference14 + + + 1 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference24 + + + 2 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference34 + + + 3 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference44 + + + 4 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference54 + + + 5 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference64 + + + 6 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference74 + + + 7 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference84 + + + 8 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference94 + + + 9 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference104 + + + 10 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference114 + + + 11 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference124 + + + 12 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference134 + + + 13 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference144 + + + 14 + 4 + 1 + 1 + + + + + True + False + end + XXX + reference5 + + + 0 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference15 + + + 1 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference25 + + + 2 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference35 + + + 3 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference45 + + + 4 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference55 + + + 5 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference65 + + + 6 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference75 + + + 7 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference85 + + + 8 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference95 + + + 9 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference105 + + + 10 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference115 + + + 11 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference125 + + + 12 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference135 + + + 13 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference145 + + + 14 + 5 + 1 + 1 + + + + + True + False + end + XXX + reference6 + + + 0 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference16 + + + 1 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference26 + + + 2 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference36 + + + 3 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference46 + + + 4 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference56 + + + 5 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference66 + + + 6 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference76 + + + 7 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference86 + + + 8 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference96 + + + 9 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference106 + + + 10 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference116 + + + 11 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference126 + + + 12 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference136 + + + 13 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference146 + + + 14 + 6 + 1 + 1 + + + + + True + False + end + XXX + reference7 + + + 0 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference17 + + + 1 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference27 + + + 2 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference37 + + + 3 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference47 + + + 4 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference57 + + + 5 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference67 + + + 6 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference77 + + + 7 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference87 + + + 8 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference97 + + + 9 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference107 + + + 10 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference117 + + + 11 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference127 + + + 12 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference137 + + + 13 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference147 + + + 14 + 7 + 1 + 1 + + + + + True + False + end + XXX + reference8 + + + 0 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference18 + + + 1 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference28 + + + 2 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference38 + + + 3 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference48 + + + 4 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference58 + + + 5 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference68 + + + 6 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference78 + + + 7 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference88 + + + 8 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference98 + + + 9 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference108 + + + 10 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference118 + + + 11 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference128 + + + 12 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference138 + + + 13 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference148 + + + 14 + 8 + 1 + 1 + + + + + True + False + end + XXX + reference9 + + + 0 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference19 + + + 1 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference29 + + + 2 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference39 + + + 3 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference49 + + + 4 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference59 + + + 5 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference69 + + + 6 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference79 + + + 7 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference89 + + + 8 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference99 + + + 9 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference109 + + + 10 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference119 + + + 11 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference129 + + + 12 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference139 + + + 13 + 9 + 1 + 1 + + + + + True + False + end + XXX + reference149 + + + 14 + 9 + 1 + 1 + + + + + + diff --git a/tests/reftests/named-colors.ui b/tests/reftests/named-colors.ui new file mode 100644 index 0000000000..3468cf7205 --- /dev/null +++ b/tests/reftests/named-colors.ui @@ -0,0 +1,2264 @@ + + + + + False + popup + + + True + False + + + True + False + end + XXX + color0 + + + 0 + 0 + 1 + 1 + + + + + True + False + end + XXX + color10 + + + 1 + 0 + 1 + 1 + + + + + True + False + end + XXX + color20 + + + 2 + 0 + 1 + 1 + + + + + True + False + end + XXX + color30 + + + 3 + 0 + 1 + 1 + + + + + True + False + end + XXX + color40 + + + 4 + 0 + 1 + 1 + + + + + True + False + end + XXX + color50 + + + 5 + 0 + 1 + 1 + + + + + True + False + end + XXX + color60 + + + 6 + 0 + 1 + 1 + + + + + True + False + end + XXX + color70 + + + 7 + 0 + 1 + 1 + + + + + True + False + end + XXX + color80 + + + 8 + 0 + 1 + 1 + + + + + True + False + end + XXX + color90 + + + 9 + 0 + 1 + 1 + + + + + True + False + end + XXX + color100 + + + 10 + 0 + 1 + 1 + + + + + True + False + end + XXX + color110 + + + 11 + 0 + 1 + 1 + + + + + True + False + end + XXX + color120 + + + 12 + 0 + 1 + 1 + + + + + True + False + end + XXX + color130 + + + 13 + 0 + 1 + 1 + + + + + True + False + end + XXX + color140 + + + 14 + 0 + 1 + 1 + + + + + True + False + end + XXX + color1 + + + 0 + 1 + 1 + 1 + + + + + True + False + end + XXX + color11 + + + 1 + 1 + 1 + 1 + + + + + True + False + end + XXX + color21 + + + 2 + 1 + 1 + 1 + + + + + True + False + end + XXX + color31 + + + 3 + 1 + 1 + 1 + + + + + True + False + end + XXX + color41 + + + 4 + 1 + 1 + 1 + + + + + True + False + end + XXX + color51 + + + 5 + 1 + 1 + 1 + + + + + True + False + end + XXX + color61 + + + 6 + 1 + 1 + 1 + + + + + True + False + end + XXX + color71 + + + 7 + 1 + 1 + 1 + + + + + True + False + end + XXX + color81 + + + 8 + 1 + 1 + 1 + + + + + True + False + end + XXX + color91 + + + 9 + 1 + 1 + 1 + + + + + True + False + end + XXX + color101 + + + 10 + 1 + 1 + 1 + + + + + True + False + end + XXX + color111 + + + 11 + 1 + 1 + 1 + + + + + True + False + end + XXX + color121 + + + 12 + 1 + 1 + 1 + + + + + True + False + end + XXX + color131 + + + 13 + 1 + 1 + 1 + + + + + True + False + end + XXX + color141 + + + 14 + 1 + 1 + 1 + + + + + True + False + end + XXX + color2 + + + 0 + 2 + 1 + 1 + + + + + True + False + end + XXX + color12 + + + 1 + 2 + 1 + 1 + + + + + True + False + end + XXX + color22 + + + 2 + 2 + 1 + 1 + + + + + True + False + end + XXX + color32 + + + 3 + 2 + 1 + 1 + + + + + True + False + end + XXX + color42 + + + 4 + 2 + 1 + 1 + + + + + True + False + end + XXX + color52 + + + 5 + 2 + 1 + 1 + + + + + True + False + end + XXX + color62 + + + 6 + 2 + 1 + 1 + + + + + True + False + end + XXX + color72 + + + 7 + 2 + 1 + 1 + + + + + True + False + end + XXX + color82 + + + 8 + 2 + 1 + 1 + + + + + True + False + end + XXX + color92 + + + 9 + 2 + 1 + 1 + + + + + True + False + end + XXX + color102 + + + 10 + 2 + 1 + 1 + + + + + True + False + end + XXX + color112 + + + 11 + 2 + 1 + 1 + + + + + True + False + end + XXX + color122 + + + 12 + 2 + 1 + 1 + + + + + True + False + end + XXX + color132 + + + 13 + 2 + 1 + 1 + + + + + True + False + end + XXX + color142 + + + 14 + 2 + 1 + 1 + + + + + True + False + end + XXX + color3 + + + 0 + 3 + 1 + 1 + + + + + True + False + end + XXX + color13 + + + 1 + 3 + 1 + 1 + + + + + True + False + end + XXX + color23 + + + 2 + 3 + 1 + 1 + + + + + True + False + end + XXX + color33 + + + 3 + 3 + 1 + 1 + + + + + True + False + end + XXX + color43 + + + 4 + 3 + 1 + 1 + + + + + True + False + end + XXX + color53 + + + 5 + 3 + 1 + 1 + + + + + True + False + end + XXX + color63 + + + 6 + 3 + 1 + 1 + + + + + True + False + end + XXX + color73 + + + 7 + 3 + 1 + 1 + + + + + True + False + end + XXX + color83 + + + 8 + 3 + 1 + 1 + + + + + True + False + end + XXX + color93 + + + 9 + 3 + 1 + 1 + + + + + True + False + end + XXX + color103 + + + 10 + 3 + 1 + 1 + + + + + True + False + end + XXX + color113 + + + 11 + 3 + 1 + 1 + + + + + True + False + end + XXX + color123 + + + 12 + 3 + 1 + 1 + + + + + True + False + end + XXX + color133 + + + 13 + 3 + 1 + 1 + + + + + True + False + end + XXX + color143 + + + 14 + 3 + 1 + 1 + + + + + True + False + end + XXX + color4 + + + 0 + 4 + 1 + 1 + + + + + True + False + end + XXX + color14 + + + 1 + 4 + 1 + 1 + + + + + True + False + end + XXX + color24 + + + 2 + 4 + 1 + 1 + + + + + True + False + end + XXX + color34 + + + 3 + 4 + 1 + 1 + + + + + True + False + end + XXX + color44 + + + 4 + 4 + 1 + 1 + + + + + True + False + end + XXX + color54 + + + 5 + 4 + 1 + 1 + + + + + True + False + end + XXX + color64 + + + 6 + 4 + 1 + 1 + + + + + True + False + end + XXX + color74 + + + 7 + 4 + 1 + 1 + + + + + True + False + end + XXX + color84 + + + 8 + 4 + 1 + 1 + + + + + True + False + end + XXX + color94 + + + 9 + 4 + 1 + 1 + + + + + True + False + end + XXX + color104 + + + 10 + 4 + 1 + 1 + + + + + True + False + end + XXX + color114 + + + 11 + 4 + 1 + 1 + + + + + True + False + end + XXX + color124 + + + 12 + 4 + 1 + 1 + + + + + True + False + end + XXX + color134 + + + 13 + 4 + 1 + 1 + + + + + True + False + end + XXX + color144 + + + 14 + 4 + 1 + 1 + + + + + True + False + end + XXX + color5 + + + 0 + 5 + 1 + 1 + + + + + True + False + end + XXX + color15 + + + 1 + 5 + 1 + 1 + + + + + True + False + end + XXX + color25 + + + 2 + 5 + 1 + 1 + + + + + True + False + end + XXX + color35 + + + 3 + 5 + 1 + 1 + + + + + True + False + end + XXX + color45 + + + 4 + 5 + 1 + 1 + + + + + True + False + end + XXX + color55 + + + 5 + 5 + 1 + 1 + + + + + True + False + end + XXX + color65 + + + 6 + 5 + 1 + 1 + + + + + True + False + end + XXX + color75 + + + 7 + 5 + 1 + 1 + + + + + True + False + end + XXX + color85 + + + 8 + 5 + 1 + 1 + + + + + True + False + end + XXX + color95 + + + 9 + 5 + 1 + 1 + + + + + True + False + end + XXX + color105 + + + 10 + 5 + 1 + 1 + + + + + True + False + end + XXX + color115 + + + 11 + 5 + 1 + 1 + + + + + True + False + end + XXX + color125 + + + 12 + 5 + 1 + 1 + + + + + True + False + end + XXX + color135 + + + 13 + 5 + 1 + 1 + + + + + True + False + end + XXX + color145 + + + 14 + 5 + 1 + 1 + + + + + True + False + end + XXX + color6 + + + 0 + 6 + 1 + 1 + + + + + True + False + end + XXX + color16 + + + 1 + 6 + 1 + 1 + + + + + True + False + end + XXX + color26 + + + 2 + 6 + 1 + 1 + + + + + True + False + end + XXX + color36 + + + 3 + 6 + 1 + 1 + + + + + True + False + end + XXX + color46 + + + 4 + 6 + 1 + 1 + + + + + True + False + end + XXX + color56 + + + 5 + 6 + 1 + 1 + + + + + True + False + end + XXX + color66 + + + 6 + 6 + 1 + 1 + + + + + True + False + end + XXX + color76 + + + 7 + 6 + 1 + 1 + + + + + True + False + end + XXX + color86 + + + 8 + 6 + 1 + 1 + + + + + True + False + end + XXX + color96 + + + 9 + 6 + 1 + 1 + + + + + True + False + end + XXX + color106 + + + 10 + 6 + 1 + 1 + + + + + True + False + end + XXX + color116 + + + 11 + 6 + 1 + 1 + + + + + True + False + end + XXX + color126 + + + 12 + 6 + 1 + 1 + + + + + True + False + end + XXX + color136 + + + 13 + 6 + 1 + 1 + + + + + True + False + end + XXX + color146 + + + 14 + 6 + 1 + 1 + + + + + True + False + end + XXX + color7 + + + 0 + 7 + 1 + 1 + + + + + True + False + end + XXX + color17 + + + 1 + 7 + 1 + 1 + + + + + True + False + end + XXX + color27 + + + 2 + 7 + 1 + 1 + + + + + True + False + end + XXX + color37 + + + 3 + 7 + 1 + 1 + + + + + True + False + end + XXX + color47 + + + 4 + 7 + 1 + 1 + + + + + True + False + end + XXX + color57 + + + 5 + 7 + 1 + 1 + + + + + True + False + end + XXX + color67 + + + 6 + 7 + 1 + 1 + + + + + True + False + end + XXX + color77 + + + 7 + 7 + 1 + 1 + + + + + True + False + end + XXX + color87 + + + 8 + 7 + 1 + 1 + + + + + True + False + end + XXX + color97 + + + 9 + 7 + 1 + 1 + + + + + True + False + end + XXX + color107 + + + 10 + 7 + 1 + 1 + + + + + True + False + end + XXX + color117 + + + 11 + 7 + 1 + 1 + + + + + True + False + end + XXX + color127 + + + 12 + 7 + 1 + 1 + + + + + True + False + end + XXX + color137 + + + 13 + 7 + 1 + 1 + + + + + True + False + end + XXX + color147 + + + 14 + 7 + 1 + 1 + + + + + True + False + end + XXX + color8 + + + 0 + 8 + 1 + 1 + + + + + True + False + end + XXX + color18 + + + 1 + 8 + 1 + 1 + + + + + True + False + end + XXX + color28 + + + 2 + 8 + 1 + 1 + + + + + True + False + end + XXX + color38 + + + 3 + 8 + 1 + 1 + + + + + True + False + end + XXX + color48 + + + 4 + 8 + 1 + 1 + + + + + True + False + end + XXX + color58 + + + 5 + 8 + 1 + 1 + + + + + True + False + end + XXX + color68 + + + 6 + 8 + 1 + 1 + + + + + True + False + end + XXX + color78 + + + 7 + 8 + 1 + 1 + + + + + True + False + end + XXX + color88 + + + 8 + 8 + 1 + 1 + + + + + True + False + end + XXX + color98 + + + 9 + 8 + 1 + 1 + + + + + True + False + end + XXX + color108 + + + 10 + 8 + 1 + 1 + + + + + True + False + end + XXX + color118 + + + 11 + 8 + 1 + 1 + + + + + True + False + end + XXX + color128 + + + 12 + 8 + 1 + 1 + + + + + True + False + end + XXX + color138 + + + 13 + 8 + 1 + 1 + + + + + True + False + end + XXX + color148 + + + 14 + 8 + 1 + 1 + + + + + True + False + end + XXX + color9 + + + 0 + 9 + 1 + 1 + + + + + True + False + end + XXX + color19 + + + 1 + 9 + 1 + 1 + + + + + True + False + end + XXX + color29 + + + 2 + 9 + 1 + 1 + + + + + True + False + end + XXX + color39 + + + 3 + 9 + 1 + 1 + + + + + True + False + end + XXX + color49 + + + 4 + 9 + 1 + 1 + + + + + True + False + end + XXX + color59 + + + 5 + 9 + 1 + 1 + + + + + True + False + end + XXX + color69 + + + 6 + 9 + 1 + 1 + + + + + True + False + end + XXX + color79 + + + 7 + 9 + 1 + 1 + + + + + True + False + end + XXX + color89 + + + 8 + 9 + 1 + 1 + + + + + True + False + end + XXX + color99 + + + 9 + 9 + 1 + 1 + + + + + True + False + end + XXX + color109 + + + 10 + 9 + 1 + 1 + + + + + True + False + end + XXX + color119 + + + 11 + 9 + 1 + 1 + + + + + True + False + end + XXX + color129 + + + 12 + 9 + 1 + 1 + + + + + True + False + end + XXX + color139 + + + 13 + 9 + 1 + 1 + + + + + True + False + end + XXX + color149 + + + 14 + 9 + 1 + 1 + + + + + +