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

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

Issue 12623014: Merge 145293 "[HTMLTemplateElement] processTemplateEndTag() need..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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.cpp » ('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 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 #document 1184 #document
1185 | <html> 1185 | <html>
1186 | <head> 1186 | <head>
1187 | <template> 1187 | <template>
1188 | #document-fragment 1188 | #document-fragment
1189 | <template> 1189 | <template>
1190 | #document-fragment 1190 | #document-fragment
1191 | <style> 1191 | <style>
1192 | "var i" 1192 | "var i"
1193 | <body> 1193 | <body>
1194
1195 #data
1196 <template><table></template><body><span>Foo
1197 #errors
1198 #document
1199 | <html>
1200 | <head>
1201 | <template>
1202 | content
1203 | <table>
1204 | <body>
1205 | <span>
1206 | "Foo"
1207
1208 #data
1209 <template><td></template><body><span>Foo
1210 #errors
1211 #document
1212 | <html>
1213 | <head>
1214 | <template>
1215 | content
1216 | <td>
1217 | <body>
1218 | <span>
1219 | "Foo"
1220
1221 #data
1222 <template><object></template><body><span>Foo
1223 #errors
1224 #document
1225 | <html>
1226 | <head>
1227 | <template>
1228 | content
1229 | <object>
1230 | <body>
1231 | <span>
1232 | "Foo"
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/html/parser/HTMLTreeBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698