Drop the quit-mnemonic reftest
authorMatthias Clasen <mclasen@redhat.com>
Sat, 14 May 2022 16:52:40 +0000 (12:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 May 2022 21:03:37 +0000 (17:03 -0400)
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.

testsuite/reftests/meson.build
testsuite/reftests/quit-mnemonic.css [deleted file]
testsuite/reftests/quit-mnemonic.ref.ui [deleted file]
testsuite/reftests/quit-mnemonic.ui [deleted file]

index 0b6d0fa84ac0b342695a9995c69bb026a87bc038..791cbe5ca0c110397096b28b04a3885b02777b06 100644 (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',
diff --git a/testsuite/reftests/quit-mnemonic.css b/testsuite/reftests/quit-mnemonic.css
deleted file mode 100644 (file)
index 127d7cc..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-* {
-    padding: 0;
-}
diff --git a/testsuite/reftests/quit-mnemonic.ref.ui b/testsuite/reftests/quit-mnemonic.ref.ui
deleted file mode 100644 (file)
index 2a3b9f6..0000000
+++ /dev/null
@@ -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>
diff --git a/testsuite/reftests/quit-mnemonic.ui b/testsuite/reftests/quit-mnemonic.ui
deleted file mode 100644 (file)
index 7037158..0000000
+++ /dev/null
@@ -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>