forked from AuroraMiddleware/gtk
Grr, complete the test removal removals
This commit is contained in:
parent
e4a5df592b
commit
c6e25c6326
@ -105,8 +105,10 @@ EXTRA_DIST += \
|
|||||||
css-match-name.css \
|
css-match-name.css \
|
||||||
css-match-name.ref.ui \
|
css-match-name.ref.ui \
|
||||||
css-match-name.ui \
|
css-match-name.ui \
|
||||||
|
css-match-region-matches-star.css \
|
||||||
css-match-region-matches-star.ui \
|
css-match-region-matches-star.ui \
|
||||||
css-match-region-matches-star.ref.ui \
|
css-match-region-matches-star.ref.ui \
|
||||||
|
css-match-regions.css \
|
||||||
css-match-regions.ref.ui \
|
css-match-regions.ref.ui \
|
||||||
css-match-regions.ui \
|
css-match-regions.ui \
|
||||||
css-match-siblings.css \
|
css-match-siblings.css \
|
||||||
|
10
tests/reftests/css-match-region-matches-star.css
Normal file
10
tests/reftests/css-match-region-matches-star.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
@import "reset-to-defaults.css";
|
||||||
|
|
||||||
|
GtkNotebook * GtkLabel {
|
||||||
|
color: blue
|
||||||
|
}
|
||||||
|
|
||||||
|
/* for reference */
|
||||||
|
#blue {
|
||||||
|
color: blue
|
||||||
|
}
|
21
tests/reftests/css-match-regions.css
Normal file
21
tests/reftests/css-match-regions.css
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@import "reset-to-defaults.css";
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notebook tab GtkLabel {
|
||||||
|
color: blue
|
||||||
|
}
|
||||||
|
.notebook tab tab GtkLabel {
|
||||||
|
color: red
|
||||||
|
}
|
||||||
|
|
||||||
|
/* for reference */
|
||||||
|
#blue {
|
||||||
|
color: blue
|
||||||
|
}
|
||||||
|
|
||||||
|
#red {
|
||||||
|
color: red
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user