Parent Directory
|
Revision Log
++ 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 | x|y {} |
| 3 | #errors |
| 4 | ;1;1;m;namespace prefix:not declared |
| 5 | #cssom |
| 6 | |
| 7 | #data |
| 8 | xYz|y {} |
| 9 | #errors |
| 10 | ;1;1;m;namespace prefix:not declared |
| 11 | #cssom |
| 12 | |
| 13 | #data |
| 14 | x|* {} |
| 15 | #errors |
| 16 | ;1;1;m;namespace prefix:not declared |
| 17 | #cssom |
| 18 | |
| 19 | #data |
| 20 | xYz|* {} |
| 21 | #errors |
| 22 | ;1;1;m;namespace prefix:not declared |
| 23 | #cssom |
| 24 | |
| 25 | #data |
| 26 | [x|y] {} |
| 27 | #errors |
| 28 | ;1;2;m;namespace prefix:not declared |
| 29 | #cssom |
| 30 | |
| 31 | #data |
| 32 | [xYz|y] {} |
| 33 | #errors |
| 34 | ;1;2;m;namespace prefix:not declared |
| 35 | #cssom |
| 36 | |
| 37 | #data |
| 38 | p { |
| 39 | content: attr(x|y); |
| 40 | } |
| 41 | #errors |
| 42 | ;2;17;m;namespace prefix:not declared |
| 43 | #cssom |
| 44 | | <p> |
| 45 | |
| 46 | #data |
| 47 | p { |
| 48 | content: attr(xYz|y); |
| 49 | } |
| 50 | #errors |
| 51 | ;2;17;m;namespace prefix:not declared |
| 52 | #cssom |
| 53 | | <p> |
| 54 | |
| 55 | #data |
| 56 | @namespace x 'about:'; |
| 57 | x|y {} |
| 58 | #cssom |
| 59 | | @namespace x: <about:> |
| 60 | | <x|y> |
| 61 | #csstext |
| 62 | @namespace x url(about:); |
| 63 | x|y { |
| 64 | } |
| 65 | |
| 66 | #data |
| 67 | @namespace X 'about:'; |
| 68 | x|y {} |
| 69 | #cssom |
| 70 | | @namespace x: <about:> |
| 71 | | <x|y> |
| 72 | #csstext |
| 73 | @namespace x url(about:); |
| 74 | x|y { |
| 75 | } |
| 76 | |
| 77 | #data |
| 78 | @namespace x 'about:'; |
| 79 | @namespace X 'opera:'; |
| 80 | x|y {} |
| 81 | #cssom |
| 82 | | @namespace x: <about:> |
| 83 | | @namespace x: <opera:> |
| 84 | | <x|y> |
| 85 | #csstext |
| 86 | @namespace x url(about:); |
| 87 | @namespace x url(opera:); |
| 88 | x|y { |
| 89 | } |
| 90 |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |