summaryrefslogtreecommitdiff
path: root/test/data/parse
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/parse')
-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 *