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

Side by Side Diff: test/data/tree-construction/tests5.dat

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 years, 3 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 | « test/data/tree-construction/tests4.dat ('k') | test/data/tree-construction/tests6.dat » ('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 <style> <!-- </style>x 2 <style> <!-- </style>x
3 #errors 3 #errors
4 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE. 4 Line: 1 Col: 7 Unexpected start tag (style). Expected DOCTYPE.
5 Line: 1 Col: 22 Unexpected end of file. Expected end tag (style). 5 Line: 1 Col: 22 Unexpected end of file. Expected end tag (style).
6 #document 6 #document
7 | <html> 7 | <html>
8 | <head> 8 | <head>
9 | <style> 9 | <style>
10 | " <!-- " 10 | " <!-- "
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 <noscript><!--</noscript>--></noscript> 182 <noscript><!--</noscript>--></noscript>
183 #errors 183 #errors
184 Line: 1 Col: 10 Unexpected start tag (noscript). Expected DOCTYPE. 184 Line: 1 Col: 10 Unexpected start tag (noscript). Expected DOCTYPE.
185 #document 185 #document
186 | <html> 186 | <html>
187 | <head> 187 | <head>
188 | <noscript> 188 | <noscript>
189 | "<!--" 189 | "<!--"
190 | <body> 190 | <body>
191 | "-->" 191 | "-->"
OLDNEW
« no previous file with comments | « test/data/tree-construction/tests4.dat ('k') | test/data/tree-construction/tests6.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698