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

Side by Side Diff: test/data/tree-construction/tests3.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/tests26.dat ('k') | test/data/tree-construction/tests4.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 <head></head><style></style> 2 <head></head><style></style>
3 #errors 3 #errors
4 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE. 4 Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE.
5 Line: 1 Col: 20 Unexpected start tag (style) that can be in head. Moved. 5 Line: 1 Col: 20 Unexpected start tag (style) that can be in head. Moved.
6 #document 6 #document
7 | <html> 7 | <html>
8 | <head> 8 | <head>
9 | <style> 9 | <style>
10 | <body> 10 | <body>
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 #data 296 #data
297 <p><table></table> 297 <p><table></table>
298 #errors 298 #errors
299 Not known 299 Not known
300 #document 300 #document
301 | <html> 301 | <html>
302 | <head> 302 | <head>
303 | <body> 303 | <body>
304 | <p> 304 | <p>
305 | <table> 305 | <table>
OLDNEW
« no previous file with comments | « test/data/tree-construction/tests26.dat ('k') | test/data/tree-construction/tests4.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698