[gtk+] css parser tests: Fix up the pseudo class test



commit 19f6df0c5ef9f7d38787e5ab1b2dbb74b2b3cbaf
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 31 12:45:19 2017 -0400

    css parser tests: Fix up the pseudo class test
    
    We don't recognize non-standard names anymore.

 testsuite/css/parser/Makefile.am                  |    1 -
 testsuite/css/parser/pseudo-classes-known.css     |   16 ----------------
 testsuite/css/parser/pseudo-classes-known.errors  |    4 ----
 testsuite/css/parser/pseudo-classes-known.ref.css |   16 ----------------
 4 files changed, 0 insertions(+), 37 deletions(-)
---
diff --git a/testsuite/css/parser/Makefile.am b/testsuite/css/parser/Makefile.am
index e691bd2..c724d21 100644
--- a/testsuite/css/parser/Makefile.am
+++ b/testsuite/css/parser/Makefile.am
@@ -404,7 +404,6 @@ test_data = \
        property-name-errors.errors \
        property-name-errors.ref.css \
        pseudo-classes-known.css \
-       pseudo-classes-known.errors \
        pseudo-classes-known.ref.css \
        pseudo-classes-unknown.css \
        pseudo-classes-unknown.errors \
diff --git a/testsuite/css/parser/pseudo-classes-known.css b/testsuite/css/parser/pseudo-classes-known.css
index a353e51..72d366a 100644
--- a/testsuite/css/parser/pseudo-classes-known.css
+++ b/testsuite/css/parser/pseudo-classes-known.css
@@ -2,10 +2,6 @@
   color: red;
 }
 
-:prelight {
-  color: red;
-}
-
 :hover {
   color: red;
 }
@@ -14,26 +10,14 @@
   color: red;
 }
 
-:insensitive {
-  color: red;
-}
-
 :disabled {
   color: red;
 }
 
-:inconsistent {
-  color: red;
-}
-
 :indeterminate {
   color: red;
 }
 
-:focused {
-  color: red;
-}
-
 :focus {
   color: red;
 }
diff --git a/testsuite/css/parser/pseudo-classes-known.ref.css 
b/testsuite/css/parser/pseudo-classes-known.ref.css
index 44e613a..9aa2eba 100644
--- a/testsuite/css/parser/pseudo-classes-known.ref.css
+++ b/testsuite/css/parser/pseudo-classes-known.ref.css
@@ -6,10 +6,6 @@
   color: rgb(255,0,0);
 }
 
-:hover {
-  color: rgb(255,0,0);
-}
-
 :selected {
   color: rgb(255,0,0);
 }
@@ -18,22 +14,10 @@
   color: rgb(255,0,0);
 }
 
-:disabled {
-  color: rgb(255,0,0);
-}
-
 :indeterminate {
   color: rgb(255,0,0);
 }
 
-:indeterminate {
-  color: rgb(255,0,0);
-}
-
-:focus {
-  color: rgb(255,0,0);
-}
-
 :focus {
   color: rgb(255,0,0);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]