summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-18 00:54:21 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-18 00:54:21 +0000
commit106ab3dca862a892b2a7c54536adc8d8caaedc91 (patch)
tree55f992b811e20b14acafbdc41912c2be32df95e0 /test/data
parent41237e25e6548c53db2ffbe5e1b98f82331fac2b (diff)
downloadlibcss-106ab3dca862a892b2a7c54536adc8d8caaedc91.tar.gz
libcss-106ab3dca862a892b2a7c54536adc8d8caaedc91.tar.bz2
Fix play-during test data -- modifiers must appear *after* the URI
svn path=/trunk/libcss/; revision=6129
Diffstat (limited to 'test/data')
-rw-r--r--test/data/parse/properties.dat10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/data/parse/properties.dat b/test/data/parse/properties.dat
index e2be6f0..237f9eb 100644
--- a/test/data/parse/properties.dat
+++ b/test/data/parse/properties.dat
@@ -2706,7 +2706,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at
#reset
#data
-* { play-during: mix url(death_rattle.wav); }
+* { play-during: url(death_rattle.wav) mix; }
#errors
#expected
| 1 *
@@ -2714,15 +2714,15 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at
#reset
#data
-* { play-during: url(death_rattle.wav) mix; }
+* { play-during: url(death_rattle.wav) mix repeat; }
#errors
#expected
| 1 *
-| 0x03000039 PTR(death_rattle.wav)
+| 0x03800039 PTR(death_rattle.wav)
#reset
#data
-* { play-during: repeat url(death_rattle.wav) mix; }
+* { play-during: url(death_rattle.wav) repeat mix; }
#errors
#expected
| 1 *
@@ -2730,7 +2730,7 @@ p:before { content: open-quote url('http://picodrive.acornarcade.com/') " : " at
#reset
#data
-* { play-during: repeat url(death_rattle.wav); }
+* { play-during: url(death_rattle.wav) repeat; }
#errors
#expected
| 1 *