Remove entry-progress-coloring reftest
We don't recolor text over progress anymore, so this tests a no longer existing feature.
This commit is contained in:
		| @ -222,9 +222,6 @@ testdata = \ | ||||
| 	css-multi-state.css \ | ||||
| 	css-multi-state.ref.ui \ | ||||
| 	css-multi-state.ui \ | ||||
| 	entry-progress-coloring.css \ | ||||
| 	entry-progress-coloring.ref.ui \ | ||||
| 	entry-progress-coloring.ui \ | ||||
| 	fixed-widget-stacking.ref.ui \ | ||||
| 	fixed-widget-stacking.ui \ | ||||
| 	flipping-icons.ref.ui \ | ||||
|  | ||||
| @ -1,20 +0,0 @@ | ||||
| @import "reset-to-defaults.css"; | ||||
|  | ||||
| * {   | ||||
|   font: Monospace; | ||||
| } | ||||
|  | ||||
| entry #padded { | ||||
|   padding: 10px; | ||||
| } | ||||
|  | ||||
| progress { | ||||
|   background-color: rgba(0,0,0,0); | ||||
|   background-image: none; | ||||
|   border-color: rgba(0,0,0,0); | ||||
|   color: red; | ||||
| } | ||||
|  | ||||
| #reference { | ||||
|   color: red; | ||||
| } | ||||
| @ -1,113 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <interface> | ||||
|   <!-- interface-requires gtk+ 3.0 --> | ||||
|   <object class="GtkWindow" id="window1"> | ||||
|     <property name="can_focus">False</property> | ||||
|     <property name="type">popup</property> | ||||
|     <child> | ||||
|       <object class="GtkGrid" id="grid1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="can_focus">False</property> | ||||
|         <child> | ||||
|           <object class="GtkEventBox" id="eventbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <child> | ||||
|               <object class="GtkEntry" id="entry1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">False</property> | ||||
|                 <property name="text" translatable="yes">000</property> | ||||
|                 <property name="name">reference</property> | ||||
|                 <property name="width_chars">6</property> | ||||
|               </object> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">0</property> | ||||
|             <property name="top_attach">0</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child> | ||||
|           <object class="GtkEventBox" id="eventbox4"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <child> | ||||
|               <object class="GtkEntry" id="entry2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">False</property> | ||||
|                 <property name="text" translatable="yes">000</property> | ||||
|                 <property name="name">reference</property> | ||||
|                 <property name="width_chars">6</property> | ||||
|               </object> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">0</property> | ||||
|             <property name="top_attach">1</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child> | ||||
|           <object class="GtkEventBox" id="eventbox3"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <child> | ||||
|               <object class="GtkEntry" id="entry4"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">False</property> | ||||
|                 <property name="text" translatable="yes">000</property> | ||||
|                 <property name="name">reference</property> | ||||
|                 <property name="width_chars">6</property> | ||||
|               </object> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">1</property> | ||||
|             <property name="top_attach">0</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child> | ||||
|           <object class="GtkEventBox" id="eventbox2"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <child> | ||||
|               <object class="GtkEntry" id="entry3"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">False</property> | ||||
|                 <property name="text" translatable="yes">000</property> | ||||
|                 <property name="name">reference</property> | ||||
|                 <property name="width_chars">6</property> | ||||
|               </object> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">1</property> | ||||
|             <property name="top_attach">1</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child> | ||||
|           <placeholder/> | ||||
|         </child> | ||||
|         <child> | ||||
|           <placeholder/> | ||||
|         </child> | ||||
|         <child> | ||||
|           <placeholder/> | ||||
|         </child> | ||||
|         <child> | ||||
|           <placeholder/> | ||||
|         </child> | ||||
|         <child> | ||||
|           <placeholder/> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|   </object> | ||||
| </interface> | ||||
| @ -1,76 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <interface> | ||||
|   <!-- interface-requires gtk+ 3.0 --> | ||||
|   <object class="GtkWindow" id="window1"> | ||||
|     <property name="can_focus">False</property> | ||||
|     <property name="type">popup</property> | ||||
|     <child> | ||||
|       <object class="GtkGrid" id="grid1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="can_focus">False</property> | ||||
|         <child> | ||||
|           <object class="GtkEntry" id="entry1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <property name="width_chars">6</property> | ||||
|             <property name="text" translatable="yes">000</property> | ||||
|             <property name="progress_fraction">0.5</property> | ||||
|             <property name="name">padded</property> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">1</property> | ||||
|             <property name="top_attach">0</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child> | ||||
|           <object class="GtkEntry" id="entry2"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <property name="width_chars">6</property> | ||||
|             <property name="text" translatable="yes">000</property> | ||||
|             <property name="progress_fraction">0.5</property> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">1</property> | ||||
|             <property name="top_attach">1</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child> | ||||
|           <object class="GtkEntry" id="entry4"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <property name="width_chars">6</property> | ||||
|             <property name="text" translatable="yes">000</property> | ||||
|             <property name="progress_fraction">0.5</property> | ||||
|             <property name="name">padded</property> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">0</property> | ||||
|             <property name="top_attach">1</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child> | ||||
|           <object class="GtkEntry" id="entry3"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="can_focus">False</property> | ||||
|             <property name="width_chars">6</property> | ||||
|             <property name="text" translatable="yes">000</property> | ||||
|             <property name="progress_fraction">0.5</property> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="left_attach">0</property> | ||||
|             <property name="top_attach">0</property> | ||||
|             <property name="width">1</property> | ||||
|             <property name="height">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|   </object> | ||||
| </interface> | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen