Gitweb links:

...log 
http://git.netsurf-browser.org/libcss.git/shortlog/3e58dd9a29a10cd6400031f0b510084ffacc41d0
...commit 
http://git.netsurf-browser.org/libcss.git/commit/3e58dd9a29a10cd6400031f0b510084ffacc41d0
...tree 
http://git.netsurf-browser.org/libcss.git/tree/3e58dd9a29a10cd6400031f0b510084ffacc41d0

The branch, master has been updated
       via  3e58dd9a29a10cd6400031f0b510084ffacc41d0 (commit)
      from  2fcb157f28b152ba32e89baddbd811b0d6e76b79 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libcss.git/commit/?id=3e58dd9a29a10cd6400031f0b510084ffacc41d0
commit 3e58dd9a29a10cd6400031f0b510084ffacc41d0
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Unit tests: Add non-integer NUMBER parsing test.

diff --git a/test/data/parse2/tests1.dat b/test/data/parse2/tests1.dat
index 30afea8..ec826b2 100644
--- a/test/data/parse2/tests1.dat
+++ b/test/data/parse2/tests1.dat
@@ -94,6 +94,14 @@
 #reset
 
 #data
+* { line-height: 3.5; }
+#errors
+#expected
+| *
+|  line-height: 3.500
+#reset
+
+#data
 * { max-height: inherit; }
 #errors
 #expected


-----------------------------------------------------------------------

Summary of changes:
 test/data/parse2/tests1.dat |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/test/data/parse2/tests1.dat b/test/data/parse2/tests1.dat
index 30afea8..ec826b2 100644
--- a/test/data/parse2/tests1.dat
+++ b/test/data/parse2/tests1.dat
@@ -94,6 +94,14 @@
 #reset
 
 #data
+* { line-height: 3.5; }
+#errors
+#expected
+| *
+|  line-height: 3.500
+#reset
+
+#data
 * { max-height: inherit; }
 #errors
 #expected


-- 
Cascading Style Sheets library

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

Reply via email to