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

Side by Side Diff: tests/data/tree-construction/plain-text-unsafe.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
OLDNEW
1 #data 1 #data
2 FOO
ZOO 2 FOO
ZOO
3 #errors 3 #errors
4 #document 4 #document
5 | <html> 5 | <html>
6 | <head> 6 | <head>
7 | <body> 7 | <body>
8 | "FOO 8 | "FOO
9 ZOO" 9 ZOO"
10 10
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 <!DOCTYPE html><math><mtext>ab 337 <!DOCTYPE html><math><mtext>ab
338 #errors 338 #errors
339 #document 339 #document
340 | <!DOCTYPE html> 340 | <!DOCTYPE html>
341 | <html> 341 | <html>
342 | <head> 342 | <head>
343 | <body> 343 | <body>
344 | <math math> 344 | <math math>
345 | <math mtext> 345 | <math mtext>
346 | "ab" 346 | "ab"
OLDNEW
« no previous file with comments | « tests/data/tree-construction/pending-spec-changes-plain-text-unsafe.dat ('k') | tests/data/tree-construction/scriptdata01.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698