summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-16 21:47:50 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-16 21:47:50 +0000
commit16c2244e988793825f42ff8aad1cd2cce4d8e0e5 (patch)
tree0d4360be083e140aacdcf0fd3809dd2d80a60b23
parent4c4f1b4309a16e07da396a45b9a70b7da941754e (diff)
downloadlibcss-16c2244e988793825f42ff8aad1cd2cce4d8e0e5.tar.gz
libcss-16c2244e988793825f42ff8aad1cd2cce4d8e0e5.tar.bz2
Fix test data
svn path=/trunk/libcss/; revision=6100
-rw-r--r--test/data/parse/properties.dat8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat
index 1aee8a1..2ef3c0c 100644
--- a/test/data/parse/properties.dat
+++ b/test/data/parse/properties.dat
@@ -814,7 +814,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at
#errors
#expected
| 1 *
-| 0x02000013
+| 0x02000013 PTR(sonic_boom.wav)
#reset
##
@@ -822,7 +822,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at
##
#data
-* { cue-after: none; }
+* { cue-before: none; }
#errors
#expected
| 1 *
@@ -830,10 +830,10 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at
#reset
#data
-* { cue-after: url(sonic_boom.wav); }
+* { cue-before: url(sonic_boom.wav); }
#errors
#expected
| 1 *
-| 0x02000014
+| 0x02000014 PTR(sonic_boom.wav)
#reset