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

Side by Side Diff: test/data/tree-construction/tests16.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/tests15.dat ('k') | test/data/tree-construction/tests17.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 <!doctype html><script> 2 <!doctype html><script>
3 #errors 3 #errors
4 Line: 1 Col: 23 Unexpected end of file. Expected end tag (script). 4 Line: 1 Col: 23 Unexpected end of file. Expected end tag (script).
5 #document 5 #document
6 | <!DOCTYPE html> 6 | <!DOCTYPE html>
7 | <html> 7 | <html>
8 | <head> 8 | <head>
9 | <script> 9 | <script>
10 | <body> 10 | <body>
(...skipping 2279 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 35: Stray end tag “form”. 2290 35: Stray end tag “form”.
2291 41: Start tag “form” seen in “table”. 2291 41: Start tag “form” seen in “table”.
2292 #document 2292 #document
2293 | <!DOCTYPE html> 2293 | <!DOCTYPE html>
2294 | <html> 2294 | <html>
2295 | <head> 2295 | <head>
2296 | <body> 2296 | <body>
2297 | <form> 2297 | <form>
2298 | <table> 2298 | <table>
2299 | <form> 2299 | <form>
OLDNEW
« no previous file with comments | « test/data/tree-construction/tests15.dat ('k') | test/data/tree-construction/tests17.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698