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:
Matthias Clasen 2022-05-14 12:52:40 -04:00
parent aa9a8702e4
commit 1b355ff2e0
4 changed files with 0 additions and 56 deletions

View File

@ -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',

View File

@ -1,3 +0,0 @@
* {
padding: 0;
}

View File

@ -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>

View File

@ -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>