forked from AuroraMiddleware/gtk
e973d49a11
These tests check various error conditions in GtkScale custom tags.
9 lines
160 B
XML
9 lines
160 B
XML
<!-- test invalid scale mark attributes -->
|
|
<interface>
|
|
<object class="GtkScale">
|
|
<marks>
|
|
<mark value="abc"/>
|
|
</marks>
|
|
</object>
|
|
</interface>
|