/[suikacvs]/markup/html/whatpm/t/css-interactive.dat
Suika

Contents of /markup/html/whatpm/t/css-interactive.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Aug 30 11:03:48 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines
++ whatpm/t/ChangeLog	30 Aug 2008 11:03:37 -0000
	* CSS-Parser.t: Updated for latest version of the
	Whatpm::CSS::Parser module.

	* css-1.dat, css-2.dat, css-3.dat, css-4.dat,
	css-font.dat, css-generated.dat, css-interactive.dat,
	css-paged.dat, css-table.dat, css-text.dat, css-visual.dat:
	Test results updated.

2008-08-30  Wakaba  <wakaba@suika.fam.cx>

1 #data
2 p {
3 outline-width: 12px;
4 }
5 #cssom
6 | <p>
7 | outline-width: 12px
8 #csstext
9 p {
10 outline-width: 12px;
11 }
12
13 #data
14 p {
15 outline-width: +12px;
16 }
17 #cssom
18 | <p>
19 | outline-width: 12px
20 #csstext
21 p {
22 outline-width: 12px;
23 }
24
25 #data
26 p {
27 outline-width: -12px;
28 }
29 #errors
30 ;2;19;m;CSS syntax error;'outline-width'
31 #cssom
32 | <p>
33
34 #data
35 p {
36 outline: 12px;
37 }
38 #cssom
39 | <p>
40 | outline: 12px none -manakai-invert-or-currentcolor
41 | outline-color: -manakai-invert-or-currentcolor
42 | outline-style: none
43 | outline-width: 12px
44 #csstext
45 p {
46 outline: 12px none -manakai-invert-or-currentcolor;
47 }
48
49 #data
50 p {
51 outline: +12px;
52 }
53 #cssom
54 | <p>
55 | outline: 12px none -manakai-invert-or-currentcolor
56 | outline-color: -manakai-invert-or-currentcolor
57 | outline-style: none
58 | outline-width: 12px
59
60 #data
61 p {
62 outline: -12px;
63 }
64 #errors
65 ;2;13;m;CSS syntax error;'outline'
66 #cssom
67 | <p>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24