gtk/tests/reftests/shorthand-entry-border.css
Benjamin Otte 4d92835997 reftests: Add a reftest to check shorthands do work
Checks shorthands are properly unpacked in the CSS and that they indeed
set all relevant properties. Or at least border-width does.
2011-05-22 05:56:12 +02:00

22 lines
218 B
CSS

* {
engine: none;
border-radius: 0;
}
GtkWidget {
border-right-width: 5;
}
GtkEntry {
border-width: 10 20;
}
.entry {
border-left-width: 10;
border-right-width: 10;
}
#reference {
border-width: 10;
}