summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/not.ref.css
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/css/parser/not.ref.css')
-rw-r--r--testsuite/css/parser/not.ref.css80
1 files changed, 80 insertions, 0 deletions
diff --git a/testsuite/css/parser/not.ref.css b/testsuite/css/parser/not.ref.css
new file mode 100644
index 0000000000..7cb0fb3e9c
--- /dev/null
+++ b/testsuite/css/parser/not.ref.css
@@ -0,0 +1,80 @@
+:not(*) {
+ color: rgb(255,99,71);
+}
+
+:not(GtkButton) {
+ color: rgb(255,99,71);
+}
+
+:not(:hover) {
+ color: rgb(255,99,71);
+}
+
+:not(.yourmom) {
+ color: rgb(255,99,71);
+}
+
+:not(#yourmom) {
+ color: rgb(255,99,71);
+}
+
+:not(*) {
+ color: rgb(255,99,71);
+}
+
+:not(GtkButton) {
+ color: rgb(255,99,71);
+}
+
+:not(:hover) {
+ color: rgb(255,99,71);
+}
+
+:not(.yourmom) {
+ color: rgb(255,99,71);
+}
+
+:not(#yourmom) {
+ color: rgb(255,99,71);
+}
+
+:not(*) {
+ color: rgb(255,99,71);
+}
+
+:not(GtkButton) {
+ color: rgb(255,99,71);
+}
+
+:not(:hover) {
+ color: rgb(255,99,71);
+}
+
+:not(.yourmom) {
+ color: rgb(255,99,71);
+}
+
+:not(#yourmom) {
+ color: rgb(255,99,71);
+}
+
+:not(*) {
+ color: rgb(255,99,71);
+}
+
+:not(GtkButton) {
+ color: rgb(255,99,71);
+}
+
+:not(:hover) {
+ color: rgb(255,99,71);
+}
+
+:not(.yourmom) {
+ color: rgb(255,99,71);
+}
+
+:not(#yourmom) {
+ color: rgb(255,99,71);
+}
+