reftests: test rem size

This commit is contained in:
Matt Watson 2016-04-11 21:35:09 -07:00
parent 92a496fdec
commit 871b19f9dd
3 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,11 @@
* {
color: tomato;
}
.ref {
font-size: 2em;
}
.test label {
font-size: 2rem;
}

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<object class="GtkWindow">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">███</property>
</object>
</child>
<style>
<class name="ref"/>
</style>
</object>
</interface>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<object class="GtkWindow">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">███</property>
</object>
</child>
<style>
<class name="test"/>
</style>
</object>
</interface>