/[suikacvs]/markup/html/whatpm/t/tree-test-foreign.dat
Suika

Diff of /markup/html/whatpm/t/tree-test-foreign.dat

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

revision 1.2 by wakaba, Tue Oct 14 06:48:05 2008 UTC revision 1.3 by wakaba, Tue Oct 14 07:40:52 2008 UTC
# Line 921  unexpected EOF Line 921  unexpected EOF
921  |         <svg svg>  |         <svg svg>
922  |           <svg foreignObject>  |           <svg foreignObject>
923  |             <rt>  |             <rt>
924    
925    #data
926    <table><tr><td><svg><caption>a
927    #errors
928    no DOCTYPE
929    eof in foreign
930    table not closed
931    #document
932    | <html>
933    |   <head>
934    |   <body>
935    |     <table>
936    |       <tbody>
937    |         <tr>
938    |           <td>
939    |             <svg svg>
940    |               <svg caption>
941    |                 "a"
942    
943    #data
944    <table><tr><td><svg><col>a
945    #errors
946    no DOCTYPE
947    eof in foreign
948    table not closed
949    #document
950    | <html>
951    |   <head>
952    |   <body>
953    |     <table>
954    |       <tbody>
955    |         <tr>
956    |           <td>
957    |             <svg svg>
958    |               <svg col>
959    |                 "a"
960    
961    #data
962    <table><tr><td><svg><colgroup>a
963    #errors
964    no DOCTYPE
965    eof in foreign
966    table not closed
967    #document
968    | <html>
969    |   <head>
970    |   <body>
971    |     <table>
972    |       <tbody>
973    |         <tr>
974    |           <td>
975    |             <svg svg>
976    |               <svg colgroup>
977    |                 "a"
978    
979    #data
980    <table><tr><td><svg><tr>a
981    #errors
982    no DOCTYPE
983    eof in foreign
984    table not closed
985    #document
986    | <html>
987    |   <head>
988    |   <body>
989    |     <table>
990    |       <tbody>
991    |         <tr>
992    |           <td>
993    |             <svg svg>
994    |               <svg tr>
995    |                 "a"
996    
997    #data
998    <table><caption><svg><caption>a
999    #errors
1000    no DOCTYPE
1001    eof in foreign
1002    table not closed
1003    #document
1004    | <html>
1005    |   <head>
1006    |   <body>
1007    |     <table>
1008    |       <caption>
1009    |         <svg svg>
1010    |           <svg caption>
1011    |             "a"
1012    
1013    #data
1014    <table><caption><svg><col>a
1015    #errors
1016    no DOCTYPE
1017    eof in foreign
1018    table not closed
1019    #document
1020    | <html>
1021    |   <head>
1022    |   <body>
1023    |     <table>
1024    |       <caption>
1025    |         <svg svg>
1026    |           <svg col>
1027    |             "a"
1028    
1029    #data
1030    <table><caption><svg><colgroup>a
1031    #errors
1032    no DOCTYPE
1033    eof in foreign
1034    table not closed
1035    #document
1036    | <html>
1037    |   <head>
1038    |   <body>
1039    |     <table>
1040    |       <caption>
1041    |         <svg svg>
1042    |           <svg colgroup>
1043    |             "a"
1044    
1045    #data
1046    <table><caption><svg><thead>a
1047    #errors
1048    no DOCTYPE
1049    eof in foreign
1050    table not closed
1051    #document
1052    | <html>
1053    |   <head>
1054    |   <body>
1055    |     <table>
1056    |       <caption>
1057    |         <svg svg>
1058    |           <svg thead>
1059    |             "a"
1060    
1061    #data
1062    <table><caption><svg><tr>a
1063    #errors
1064    no DOCTYPE
1065    eof in foreign
1066    table not closed
1067    #document
1068    | <html>
1069    |   <head>
1070    |   <body>
1071    |     <table>
1072    |       <caption>
1073    |         <svg svg>
1074    |           <svg tr>
1075    |             "a"
1076    
1077    #data
1078    <table><caption><svg><td>a
1079    #errors
1080    no DOCTYPE
1081    eof in foreign
1082    table not closed
1083    #document
1084    | <html>
1085    |   <head>
1086    |   <body>
1087    |     <table>
1088    |       <caption>
1089    |         <svg svg>
1090    |           <svg td>
1091    |             "a"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24