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

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

Issue 25900003: Hoist <template> in <head> if encountered in AfterHead insertion mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
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 | content 9 | content
10 | "Hello" 10 | "Hello"
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 1290
1291 #data 1291 #data
1292 <body></body><template> 1292 <body></body><template>
1293 #errors 1293 #errors
1294 #document 1294 #document
1295 | <html> 1295 | <html>
1296 | <head> 1296 | <head>
1297 | <body> 1297 | <body>
1298 | <template> 1298 | <template>
1299 | content 1299 | content
1300
1301 #data
1302 <head></head><template>
1303 #errors
1304 #document
1305 | <html>
1306 | <head>
1307 | <template>
1308 | content
1309 | <body>
1310
1311 #data
1312 <head></head><template>Foo</template>
1313 #errors
1314 #document
1315 | <html>
1316 | <head>
1317 | <template>
1318 | content
1319 | "Foo"
1320 | <body>
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLTreeBuilder.cpp » ('j') | Source/core/html/parser/HTMLTreeBuilder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698