gtk2/testsuite/css/nodes/scale.nodes
Timm Bäder 3babd184c0 scale: Fix css node ordering and expected results
Add :dir(ltr) where expected, i.e. everywhere we now have a widget but
had a gadget before.
Also, fix the expected output to expect mark subnodes in the order
specified in the GtkScale does, i.e.

├── mark
    ├── [label]
    ╰── indicator

for marks at the top of the scale and

├── mark
    ├── indicator
    ╰── [label]

For marks at the bottom of the scale.
2017-07-19 21:27:13 -04:00

57 lines
1.5 KiB
Plaintext

[window.background:dir(ltr)]
decoration:dir(ltr)
box#scales.vertical:dir(ltr)
scale.horizontal:dir(ltr)
value.top:dir(ltr)
trough:dir(ltr)
slider:dir(ltr)
highlight.top:dir(ltr)
scale.horizontal:dir(ltr)
value.bottom:dir(ltr)
trough:dir(ltr)
slider:dir(ltr)
highlight.top:dir(ltr)
scale.horizontal:dir(ltr)
trough:dir(ltr)
slider:dir(ltr)
highlight.top:dir(ltr)
fill.top:dir(ltr)
scale.horizontal:dir(ltr)
trough:dir(ltr)
slider:dir(ltr)
highlight.bottom:dir(ltr)
scale.horizontal.marks-before:dir(ltr)
marks.top:dir(ltr)
mark:dir(ltr)
label:dir(ltr)
indicator:dir(ltr)
mark:dir(ltr)
label:dir(ltr)
indicator:dir(ltr)
trough:dir(ltr)
slider:dir(ltr)
highlight.top:dir(ltr)
scale.horizontal.marks-before.marks-after:dir(ltr)
marks.top:dir(ltr)
mark:dir(ltr)
label:dir(ltr)
indicator:dir(ltr)
trough:dir(ltr)
slider:dir(ltr)
highlight.top:dir(ltr)
marks.bottom:dir(ltr)
mark:dir(ltr)
indicator:dir(ltr)
label:dir(ltr)
scale.horizontal.marks-after:dir(ltr)
trough:dir(ltr)
slider:dir(ltr)
highlight.top:dir(ltr)
marks.bottom:dir(ltr)
mark:dir(ltr)
indicator:dir(ltr)
label:dir(ltr)
mark:dir(ltr)
indicator:dir(ltr)
label:dir(ltr)