mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
Add another css style test
This commit is contained in:
parent
58568a36ce
commit
7f6dce1c22
6
testsuite/css/style/currentcolor4.css
Normal file
6
testsuite/css/style/currentcolor4.css
Normal file
@ -0,0 +1,6 @@
|
||||
entry {
|
||||
color: color-mix(in srgb, currentcolor, yellow 40%);
|
||||
}
|
||||
|
||||
text {
|
||||
}
|
11
testsuite/css/style/currentcolor4.nodes
Normal file
11
testsuite/css/style/currentcolor4.nodes
Normal file
@ -0,0 +1,11 @@
|
||||
window.background:dir(ltr)
|
||||
entry:dir(ltr)
|
||||
color: color(srgb 1 1 0.6); /* currentcolor4.css:2:3-55 */
|
||||
|
||||
text:dir(ltr)
|
||||
color: color(srgb 1 1 0.36);
|
||||
|
||||
undershoot.left:dir(ltr)
|
||||
color: color(srgb 1 1 0.216);
|
||||
undershoot.right:dir(ltr)
|
||||
color: color(srgb 1 1 0.216);
|
13
testsuite/css/style/currentcolor4.ui
Normal file
13
testsuite/css/style/currentcolor4.ui
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<object class="GtkWindow" id="window1">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="decorated">0</property>
|
||||
<child>
|
||||
<object class="GtkEntry">
|
||||
<property name="visible">True</property>
|
||||
<property name="text" translatable="yes">Hello World!</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
Loading…
Reference in New Issue
Block a user