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

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

Issue 640433002: Update HTML parser's foster-parenting algorithm to match the current spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 #data 1311 #data
1312 <head></head><template>Foo</template> 1312 <head></head><template>Foo</template>
1313 #errors 1313 #errors
1314 #document 1314 #document
1315 | <html> 1315 | <html>
1316 | <head> 1316 | <head>
1317 | <template> 1317 | <template>
1318 | content 1318 | content
1319 | "Foo" 1319 | "Foo"
1320 | <body> 1320 | <body>
1321
1322 #data
1323 <template><a><table><a>
1324 #errors
1325 #document
1326 | <html>
1327 | <head>
1328 | <template>
1329 | content
1330 | <a>
1331 | <a>
1332 | <table>
1333 | <body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/parser/foster-parent-expected.txt ('k') | Source/core/html/parser/HTMLConstructionSite.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698