Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Side by Side Diff: LayoutTests/html5lib/resources/template.dat

Issue 12285018: Merge 142635 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/WebCore/html/parser/HTMLTreeBuilder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #data 1 #data
2 <body><template>Hello</template> 2 <body><template>Hello</template>
3 #errors 3 #errors
4 #document 4 #document
5 | <html> 5 | <html>
6 | <head> 6 | <head>
7 | <body> 7 | <body>
8 | <template> 8 | <template>
9 | #document-fragment 9 | #document-fragment
10 | "Hello" 10 | "Hello"
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 #document 976 #document
977 | <html> 977 | <html>
978 | <head> 978 | <head>
979 | <body> 979 | <body>
980 | <div> 980 | <div>
981 | <template> 981 | <template>
982 | #document-fragment 982 | #document-fragment
983 | <tr> 983 | <tr>
984 | <td> 984 | <td>
985 | "Foo" 985 | "Foo"
986
987 #data
988 <template></figcaption><sub><table></table>
989 #errors
990 #document
991 | <html>
992 | <head>
993 | <template>
994 | #document-fragment
995 | <sub>
996 | <table>
997 | <body>
998
999 #data
1000 <template><template>
1001 #errors
1002 #document
1003 | <html>
1004 | <head>
1005 | <template>
1006 | #document-fragment
1007 | <template>
1008 | #document-fragment
1009 | <body>
1010
1011 #data
1012 <template><div>
1013 #errors
1014 #document
1015 | <html>
1016 | <head>
1017 | <template>
1018 | #document-fragment
1019 | <div>
1020 | <body>
1021
1022 #data
1023 <template><template><div>
1024 #errors
1025 #document
1026 | <html>
1027 | <head>
1028 | <template>
1029 | #document-fragment
1030 | <template>
1031 | #document-fragment
1032 | <div>
1033 | <body>
1034
1035 #data
1036 <template><template><table>
1037 #errors
1038 #document
1039 | <html>
1040 | <head>
1041 | <template>
1042 | #document-fragment
1043 | <template>
1044 | #document-fragment
1045 | <table>
1046 | <body>
1047
1048 #data
1049 <template><template><tbody>
1050 #errors
1051 #document
1052 | <html>
1053 | <head>
1054 | <template>
1055 | #document-fragment
1056 | <template>
1057 | #document-fragment
1058 | <tbody>
1059 | <body>
1060
1061 #data
1062 <template><template><tr>
1063 #errors
1064 #document
1065 | <html>
1066 | <head>
1067 | <template>
1068 | #document-fragment
1069 | <template>
1070 | #document-fragment
1071 | <tr>
1072 | <body>
1073
1074 #data
1075 <template><template><td>
1076 #errors
1077 #document
1078 | <html>
1079 | <head>
1080 | <template>
1081 | #document-fragment
1082 | <template>
1083 | #document-fragment
1084 | <td>
1085 | <body>
1086
1087 #data
1088 <template><template><caption>
1089 #errors
1090 #document
1091 | <html>
1092 | <head>
1093 | <template>
1094 | #document-fragment
1095 | <template>
1096 | #document-fragment
1097 | <caption>
1098 | <body>
1099
1100 #data
1101 <template><template><colgroup>
1102 #errors
1103 #document
1104 | <html>
1105 | <head>
1106 | <template>
1107 | #document-fragment
1108 | <template>
1109 | #document-fragment
1110 | <colgroup>
1111 | <body>
1112
1113 #data
1114 <template><template><col>
1115 #errors
1116 #document
1117 | <html>
1118 | <head>
1119 | <template>
1120 | #document-fragment
1121 | <template>
1122 | #document-fragment
1123 | <col>
1124 | <body>
1125
1126 #data
1127 <template><template><tbody><select>
1128 #errors
1129 #document
1130 | <html>
1131 | <head>
1132 | <template>
1133 | #document-fragment
1134 | <template>
1135 | #document-fragment
1136 | <tbody>
1137 | <select>
1138 | <body>
1139
1140 #data
1141 <template><template><table>Foo
1142 #errors
1143 #document
1144 | <html>
1145 | <head>
1146 | <template>
1147 | #document-fragment
1148 | <template>
1149 | #document-fragment
1150 | <table>
1151 | "Foo"
1152 | <body>
1153
1154 #data
1155 <template><template><frame>
1156 #errors
1157 #document
1158 | <html>
1159 | <head>
1160 | <template>
1161 | #document-fragment
1162 | <template>
1163 | #document-fragment
1164 | <frame>
1165 | <body>
1166
1167 #data
1168 <template><template><script>var i
1169 #errors
1170 #document
1171 | <html>
1172 | <head>
1173 | <template>
1174 | #document-fragment
1175 | <template>
1176 | #document-fragment
1177 | <script>
1178 | "var i"
1179 | <body>
1180
1181 #data
1182 <template><template><style>var i
1183 #errors
1184 #document
1185 | <html>
1186 | <head>
1187 | <template>
1188 | #document-fragment
1189 | <template>
1190 | #document-fragment
1191 | <style>
1192 | "var i"
1193 | <body>
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/html/parser/HTMLTreeBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698