From 106ab3dca862a892b2a7c54536adc8d8caaedc91 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 18 Jan 2009 00:54:21 +0000 Subject: Fix play-during test data -- modifiers must appear *after* the URI svn path=/trunk/libcss/; revision=6129 --- test/data/parse/properties.dat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test') 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 * -- cgit v1.2.3