forked from AuroraMiddleware/gtk
Drop the quit-mnemonic reftest
I can't quite figure out what this test was meant to test, and how to make it do so in a way that does not fall afoul of rendering issues in the GL renderer and rounding differences in pango. Can't win with reftests.
This commit is contained in:
parent
aa9a8702e4
commit
1b355ff2e0
@ -482,9 +482,6 @@ testdata = [
|
||||
'pseudoclass-on-parent.css',
|
||||
'pseudoclass-on-parent.ref.ui',
|
||||
'pseudoclass-on-parent.ui',
|
||||
'quit-mnemonic.css',
|
||||
'quit-mnemonic.ref.ui',
|
||||
'quit-mnemonic.ui',
|
||||
'repeating-radial-gradient-at-beginning.css',
|
||||
'repeating-radial-gradient-at-beginning.ref.ui',
|
||||
'repeating-radial-gradient-at-beginning.ui',
|
||||
|
@ -1,3 +0,0 @@
|
||||
* {
|
||||
padding: 0;
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<object class="GtkWindow" id="window1">
|
||||
<property name="decorated">0</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="label" translatable="yes">Quit
|
||||
</property>
|
||||
<attributes>
|
||||
<attribute name="underline" value="low" start="0" end="1"></attribute>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
@ -1,35 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<object class="GtkWindow" id="window1">
|
||||
<property name="decorated">0</property>
|
||||
<child>
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<child>
|
||||
<object class="GtkLabel" id="label1">
|
||||
<property name="label" translatable="yes">Quit</property>
|
||||
<attributes>
|
||||
<attribute name="underline" value="low" start="0" end="1"></attribute>
|
||||
</attributes>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">0</property>
|
||||
<property name="column-span">1</property>
|
||||
<property name="row-span">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="label" translatable="yes"> </property>
|
||||
<layout>
|
||||
<property name="column">0</property>
|
||||
<property name="row">1</property>
|
||||
<property name="column-span">1</property>
|
||||
<property name="row-span">1</property>
|
||||
</layout>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
Loading…
Reference in New Issue
Block a user