Author: jmb
Date: Wed Jan 21 19:15:33 2009
New Revision: 6171

URL: http://source.netsurf-browser.org?rev=6171&view=rev
Log:
Fix test data.
Comment out tests involving named colours, seeing as they're not implemented 
yet, so these will fail for the wrong reason.

Modified:
    trunk/libcss/test/data/parse2/malformed-declarations.dat

Modified: trunk/libcss/test/data/parse2/malformed-declarations.dat
URL: 
http://source.netsurf-browser.org/trunk/libcss/test/data/parse2/malformed-declarations.dat?rev=6171&r1=6170&r2=6171&view=diff
==============================================================================
--- trunk/libcss/test/data/parse2/malformed-declarations.dat (original)
+++ trunk/libcss/test/data/parse2/malformed-declarations.dat Wed Jan 21 
19:15:33 2009
@@ -63,6 +63,7 @@
 #expected
 | *
 |  top: 1em
+|  color: #bbbbcc00
 #reset
 
 #data
@@ -71,33 +72,33 @@
 #expected
 | *
 |  top: 1em
-|  color: #BBBBCC00
+|  color: #bbbbcc00
 #reset
 
-#data
-* { background-color: black; :; color: white; }
-#errors
-#expected
-| *
-|  background-color: black
-|  color: white
-#reset
+##data
+#* { background-color: black; :; color: white; }
+##errors
+##expected
+#| *
+#|  background-color: #00000000
+#|  color: #ffffff00
+##reset
 
-#data
-* { background-color: black; : color: white; }
-#errors
-#expected
-| *
-|  background-color: black
-|  color: white
-#reset
+##data
+#* { background-color: black; : color: white; }
+##errors
+##expected
+#| *
+#|  background-color: #00000000
+#|  color: #ffffff00
+##reset
 
-#data
-* { background-color: black; dentist: color: white; }
-#errors
-#expected
-| *
-|  background-color: black
-|  color: white
-#reset
+##data
+#* { background-color: black; dentist: color: white; }
+##errors
+##expected
+#| *
+#|  background-color: #00000000
+#|  color: #ffffff00
+##reset
 


_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to