summaryrefslogtreecommitdiff
path: root/testsuite/reftests/css-match-regions.css
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/reftests/css-match-regions.css')
-rw-r--r--testsuite/reftests/css-match-regions.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/testsuite/reftests/css-match-regions.css b/testsuite/reftests/css-match-regions.css
deleted file mode 100644
index ecd127d4bf..0000000000
--- a/testsuite/reftests/css-match-regions.css
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "reset-to-defaults.css";
-
-* {
- -GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */
- color: blue;
-}
-
-.notebook tab GtkLabel {
- color: blue
-}
-.notebook tab tab GtkLabel {
- color: red
-}
-
-/* for reference */
-#red {
- color: red
-}