Author: tlsa
Date: Fri Jan 23 14:11:29 2009
New Revision: 6192

URL: http://source.netsurf-browser.org?rev=6192&view=rev
Log:
Test other angle unit ranges.

Modified:
    trunk/libcss/test/data/parse2/illegal-values.dat

Modified: trunk/libcss/test/data/parse2/illegal-values.dat
URL: 
http://source.netsurf-browser.org/trunk/libcss/test/data/parse2/illegal-values.dat?rev=6192&r1=6191&r2=6192&view=diff
==============================================================================
--- trunk/libcss/test/data/parse2/illegal-values.dat (original)
+++ trunk/libcss/test/data/parse2/illegal-values.dat Fri Jan 23 14:11:29 2009
@@ -7,6 +7,50 @@
 
 #data
 * { azimuth: 361deg; }
+#errors
+#expected
+| *
+#reset
+
+#data
+* { azimuth: -6.284rad; }
+#errors
+#expected
+| *
+#reset
+
+#data
+* { azimuth: 6.284rad; }
+#errors
+#expected
+| *
+#reset
+
+#data
+* { azimuth: -6.283rad; }
+#errors
+#expected
+| *
+|  azimuth: -6.283rad
+#reset
+
+#data
+* { azimuth: 6.283rad; }
+#errors
+#expected
+| *
+|  azimuth: 6.283rad
+#reset
+
+#data
+* { azimuth: -400.001grad; }
+#errors
+#expected
+| *
+#reset
+
+#data
+* { azimuth: 400.001deg; }
 #errors
 #expected
 | *


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

Reply via email to