/[suikacvs]/markup/html/whatpm/t/CSS-Parser-1.t
Suika

Diff of /markup/html/whatpm/t/CSS-Parser-1.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by wakaba, Sun Jan 27 10:14:52 2008 UTC revision 1.13 by wakaba, Mon Jan 28 13:13:24 2008 UTC
# Line 27  for my $file_name (map {"t/$_"} qw( Line 27  for my $file_name (map {"t/$_"} qw(
27    css-interactive.dat    css-interactive.dat
28  )) {  )) {
29    print "# $file_name\n";    print "# $file_name\n";
30    open my $file, '<', $file_name or die "$0: $file_name: $!";    open my $file, '<:utf8', $file_name or die "$0: $file_name: $!";
31    
32    my $all_test = {document => {}, test => []};    my $all_test = {document => {}, test => []};
33    my $test;    my $test;
# Line 163  BEGIN { Line 163  BEGIN {
163      border-right-style border-right-width      border-right-style border-right-width
164      -manakai-border-spacing-x -manakai-border-spacing-y      -manakai-border-spacing-x -manakai-border-spacing-y
165      border-top-color border-top-style border-top-width bottom      border-top-color border-top-style border-top-width bottom
166      caption-side clear color cursor direction display empty-cells float      caption-side clear color content cursor direction display empty-cells float
167      font-family font-size font-style font-variant font-weight height left      font-family font-size font-style font-variant font-weight height left
168      letter-spacing line-height      letter-spacing line-height
169      list-style-image list-style-position list-style-type      list-style-image list-style-position list-style-type
# Line 191  BEGIN { Line 191  BEGIN {
191    caption-side: top;    caption-side: top;
192    clear: none;    clear: none;
193    color: -manakai-default;    color: -manakai-default;
194      content: normal;
195    cursor: auto;    cursor: auto;
196    direction: ltr;    direction: ltr;
197    display: inline;    display: inline;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24